arkadiyt / bounty-targets

This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo

Home Page:https://github.com/arkadiyt/bounty-targets-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bounty-targets Tests License

What's it for

This project crawls all the Hackerone, Bugcrowd, & other bug bounty platform scopes hourly and dumps them into the bounty-targets-data repository:

https://github.com/arkadiyt/bounty-targets-data

Supported platforms:

  • Hackerone
  • Bugcrowd
  • Intigriti
  • Hackenproof
  • YesWeHack
  • Federacy

Installation

If you want to run bounty-targets yourself you can follow these steps:

  1. Clone the project and install the dependencies with bundle

  2. Set the following environment variables:

    • SENTRY_DSN: (Optional) Sentry API key for exception tracking.
    • SSH_PRIV_KEY: An SSH private key that is authorized to write to the github project you want to push data to.
    • SSH_PUB_KEY: The public key corresponding to SSH_PRIV_KEY.
    • GIT_HOST: The github project to write to. For this project it's git@github.com:arkadiyt/bounty-targets-data.git.
  3. Execute bin/bounty-targets

Getting in touch

Feel free to contact me on twitter: https://twitter.com/arkadiyt

About

This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo

https://github.com/arkadiyt/bounty-targets-data

License:MIT License


Languages

Language:Ruby 99.0%Language:Dockerfile 0.5%Language:Makefile 0.5%