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 alistofstr;headers: headers forhttprequest as adict;curl_cmd: version/wrapper usedcurl-impersonate(default:curl_ff109) [*];targets_type: info type for targets (exploitsortools);sort: sort results (default,dateorscore);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.