Micro-library for data output from sploitus.com.
Micro-library allows you to retrieve some targets from sploitus.com.
The query is done via curl-impersonate
using threading.
Lib parameters:
targets
: targets for information as alist
ofstr
;headers
: headers forhttp
request as adict
;curl_cmd
: version/wrapper usedcurl-impersonate
(default:curl_ff109
) [*];targets_type
: info type for targets (exploits
ortools
);sort
: sort results (default
,date
orscore
);title
: hide or show titles (default:False
);offset
: results offset (default:0
);sploitus_url
: URL sploitus (default:https://sploitus.com
);semaphore
: number of simultaneously running curl processes (default:4
).
[*] - After installing curl-impersonate, one way will be to specify the script or binary used in this parameter.
Sploitus changed something in his work in 2022-2023. Most likely started working with CloudFlare. You can tell from other projects that apparently worked before:
There were attempts to communicate via requests, but instead of a response I got a blank page.
Until recently, a simple approach using classical curl worked. But that approach stopped working too.