All Projects → arkadiyt → Bounty Targets

arkadiyt / Bounty Targets

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Bounty Targets

magicRecon
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
Stars: ✭ 478 (+80.38%)
Mutual labels:  bug
Android-LDoS
No description or website provided.
Stars: ✭ 15 (-94.34%)
Mutual labels:  bug
Bug-Bounty-Scripts
Script for Bug Bounty
Stars: ✭ 17 (-93.58%)
Mutual labels:  bug
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (-52.45%)
Mutual labels:  bug
py4jshell
Simulating Log4j Remote Code Execution (RCE) vulnerability in a flask web server using python's logging library with custom formatter that simulates lookup substitution by executing remote exploit code.
Stars: ✭ 86 (-67.55%)
Mutual labels:  bug
BugHunterID
Para pencari bug / celah kemanan bisa bergabung.
Stars: ✭ 72 (-72.83%)
Mutual labels:  bug
Bug-Hunting
A Collection of Notes, Methodologies, POCs and everything else related to Bug Hunting.
Stars: ✭ 110 (-58.49%)
Mutual labels:  bug
ktPlayer-Music-Player
ktPlayer - Music Player on Java 8 with using JavaFX (Desktop)
Stars: ✭ 22 (-91.7%)
Mutual labels:  bug
TokenBreaker
JSON RSA to HMAC and None Algorithm Vulnerability POC
Stars: ✭ 51 (-80.75%)
Mutual labels:  bug
BugHunter
No description or website provided.
Stars: ✭ 23 (-91.32%)
Mutual labels:  bug
Discord-Block-Bypass
Simple script that utilities discord's flaw in detecting who blocked who.
Stars: ✭ 24 (-90.94%)
Mutual labels:  bug
ESP-Bug
ESP8266 based WiFi implant to remotely track the presence of certain people or devices via a simple web interface
Stars: ✭ 78 (-70.57%)
Mutual labels:  bug
discord-bugs-exploits
A Collection of Various Discord Bugs, Exploits, Un-Documented Parts of the Discord API, and Other Discord Related Miscellaneous Stuff.
Stars: ✭ 22 (-91.7%)
Mutual labels:  bug
SolveWithStack
Android library for helping you to reach out to best possible answer for your bug/error available on stack overflow and will show it in your Android Studio Console only.
Stars: ✭ 15 (-94.34%)
Mutual labels:  bug
Bugzee
Simple Script to install recommended Bug Bounty Hunting Tools In Your Linux Disto
Stars: ✭ 42 (-84.15%)
Mutual labels:  bug
StackView-Hiding-With-Animation-Bug-Example
Narrowed down reproduction of UIStackView hiding with animation bug
Stars: ✭ 26 (-90.19%)
Mutual labels:  bug
massurl
A simple tool that aims to efficiently and quickly parse the outputs of web scraping tools like gau
Stars: ✭ 14 (-94.72%)
Mutual labels:  bug
Bug Monitor
Seebug、structs、cve漏洞实时监控推送系统🔦
Stars: ✭ 257 (-3.02%)
Mutual labels:  bug
CVE-2020-11932
Double-Free BUG in WhatsApp exploit poc.
Stars: ✭ 82 (-69.06%)
Mutual labels:  bug
Galaxy-Bugbounty-Checklist
Tips and Tutorials for Bug Bounty and also Penetration Tests.
Stars: ✭ 34 (-87.17%)
Mutual labels:  bug

bounty-targets TravisCI 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 [email protected]:arkadiyt/bounty-targets-data.git.
  3. Execute bin/bounty-targets

Getting in touch

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].