Coder Social home page Coder Social logo

dvamishkilapa / sploitus-assistant Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 18 KB

Python micro-library for data output from https://sploitus.com

License: Apache License 2.0

Python 100.00%
curl sploitus python python3 subprocess threading bugbounty pentest-tool pentesting curl-commands

sploitus-assistant's Introduction

sploitus-assistant

Micro-library for data output from sploitus.com.

1. Dependencies

2. Implementation details

Micro-library allows you to retrieve some targets from sploitus.com. The query is done via curl-impersonate using threading.

3. Quick guide

Lib parameters:

  • targets: targets for information as a list of str;
  • headers: headers for http request as a dict;
  • curl_cmd: version/wrapper used curl-impersonate (default: curl_ff109) [*];
  • targets_type: info type for targets (exploits or tools);
  • sort: sort results (default, date or score);
  • 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.

4. Why curl-impersonate?

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.

sploitus-assistant's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.