Giter Site home page Giter Site logo

filterchaos's Introduction

FilterChaos

FilterChaos is a Python script that helps you filter and extract information about bug bounty programs from a Chaos data source and save the results to a CSV file.

Requirements

Before using the script, you need to ensure you have the following prerequisites:

  • Python 3.x installed on your system.
  • Required Python packages can be installed using pip:
    pip install -r requirements.txt
    

Usage

The script can be used from the command line. It takes two main arguments: the name of the bug bounty program you want to filter and an optional "bounty" flag to specify whether you want to filter programs with bounties only. Here's how to run the script:

python FilterChaos.py <program_name> [bounty]
  • <program_name>: The name of the bug bounty program you want to search for. You can use the keyword "private" to search for private programs.
  • [bounty] (optional): If specified as "bounty," the script will filter programs with bounties only. If not specified, all programs matching the name will be included.

Example Usages:

  • To filter and save all programs with the name "hackerone" that offer bounties:

    python FilterChaos.py hackerone bounty
    
  • To filter and save all programs with the name "bugcrowd" (without considering bounties):

    python FilterChaos.py bugcrowd
  • To filter and save all private programs with bounty:

    python FilterChaos.py private bounty
    

Contributing

We welcome contributions from the community to enhance FilterChaos's capabilities and usability. Raise a pull request with proper comments of what has changed, for quickly merging into the main branch.

License

FilterChaos is distributed under the MIT License. Feel free to use, modify, and distribute it in accordance with the terms outlined in the license.

Author

๐Ÿ‘ค Jayateertha G

Show your support

Buy Me A Coffee
Give a โญ๏ธ if this project helped you!

filterchaos's People

Contributors

jayateertha043 avatar

Stargazers

Sagar Banwa 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.