bugbounty-cheatsheet/README.md

55 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2018-02-08 17:45:55 +00:00
# Bug Bounty Cheat Sheet</h1>
2017-07-13 16:50:47 +00:00
2018-02-08 17:47:51 +00:00
| 📚 Reference | 🔎 Vulnerabilities |
2018-02-08 17:45:55 +00:00
|-------------------------------------------------------------|-----------------------------------------------------------|
2018-02-08 18:01:21 +00:00
| [Bug Bounty Platforms](cheatsheets/bugbountyplatforms.md) | [XSS](cheatsheets/xss.md) |
| [Books](cheatsheets/books.md) | [SQLi](cheatsheets/sqli.md) |
| [Special Tools](cheatsheets/special-tools.md) | [SSRF](cheatsheets/ssrf.md) |
| [Recon](cheatsheets/recon.md) | [CRLF Injection](cheatsheets/crlf.md) |
| [Practice Platforms](cheatsheets/practice-platforms.md) | [CSV Injection](cheatsheets/csv-injection.md) |
2018-04-20 10:18:43 +00:00
| [Bug Bounty Tips](cheatsheets/bugbountytips.md) | [LFI](cheatsheets/lfi.md) |
2018-02-08 18:01:21 +00:00
| | [XXE](cheatsheets/xxe.md) |
| | [RCE](cheatsheets/rce.md) |
| | [Open Redirect](cheatsheets/open-redirect.md) |
| | [Crypto](cheatsheets/crypto.md) |
| | [Template Injection](cheatsheets/template-injection.md) |
| | [Content Injection](cheatsheets/content-injection.md) |
| | [XSLT Injection](cheatsheets/xslt.md) |
2017-07-14 14:17:25 +00:00
2017-07-15 19:18:52 +00:00
# Contributing
We welcome contributions from the public.
### Using the issue tracker 💡
The issue tracker is the preferred channel for bug reports and features requests. [![GitHub issues](https://img.shields.io/github/issues/EdOverflow/bugbounty-cheatsheet.svg?style=flat-square)](https://github.com/EdOverflow/bugbounty-cheatsheet/issues)
### Issues and labels 🏷
Our bug tracker utilizes several labels to help organize and identify issues.
### Guidelines for bug reports 🐛
Use the GitHub issue search — check if the issue has already been reported.
2017-07-16 11:56:53 +00:00
# Style Guide
2018-02-08 17:47:51 +00:00
We like to keep our Markdown files as uniform as possible. So if you submit a PR, make sure to follow this style guide (we will not be angry if you do not).
2017-07-16 11:56:53 +00:00
- Cheat sheet titles should start with `##`.
- Subheadings should be made bold. (`**Subheading**`)
- Add newlines after subheadings and code blocks.
- Code blocks should use three backticks. (```)
- Make sure to use syntax highlighting whenever possible.
2017-07-14 14:17:25 +00:00
# Contributors
- [EdOverflow](https://github.com/EdOverflow)
- [GerbenJavado](https://github.com/GerbenJavado)
- [jon_bottarini](https://github.com/BlueTower)
2017-07-16 09:02:35 +00:00
- [sp1d3r](https://github.com/sp1d3r)
2017-08-16 12:38:13 +00:00
- [yasinS](https://github.com/yasinS)
- [neutrinoguy](https://github.com/neutrinoguy)
- [kuromatae](https://github.com/kuromatae)
2017-10-01 18:20:23 +00:00
- [And many more ...](https://github.com/EdOverflow/bugbounty-cheatsheet/graphs/contributors)