Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threatcode/bugbounty
https://github.com/threatcode/bugbounty
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/bugbounty
- Owner: threatcode
- License: agpl-3.0
- Created: 2023-03-13T15:08:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:19:12.000Z (9 months ago)
- Last Synced: 2024-06-21T17:50:41.197Z (8 months ago)
- Language: Go
- Homepage: https://threatcode.github.io/bugbounty/
- Size: 255 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# bugbounty
[This](chaos-bugbounty-list.json) JSON file controls the public bug bounty programs listed on [threatcode.github.io](https://threatcode.github.io/bugbounty). Please create a pull-request with the programs for which you'd like to see recon data.We are currently accepting entries in JSON format. See an example below:
```json
{
"name":"HackerOne",
"url":"https://hackerone.com/security",
"bounty": true,
"swag": true,
"domains":[
"hackerone.com",
"hackerone.net",
"hacker101.com",
"hackerone-ext-content.com"
]
}
```💬 Discussions
-----If you have any questions/doubts/ideas to discuss, please create a "Discussion" using the [GitHub Discussions](https://github.com/threatcode/bugbounty/discussions) board.
👨💻 Community
-----
You can also contact us at [[email protected]](mailto:[email protected]).📋 Notes
-----
- Only domain name values are accepted in the `domains` field.
- We do not support wildcard input like `*.tld` or `*.tld.*`.
- **domains** field includes TLD names associated with the target program, not based on scope of the program.
- Subdomains are populated using **Passive API** (chaos dataset).Thank you for your contribution and for keeping the community vibrant. :heart: