bugbounty-cheatsheet/README.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

2017-07-13 16:50:47 +00:00
# Bug Bounty Cheat Sheet
2017-09-27 15:44:34 +00:00
- [Bug Bounty Platforms](cheatsheets/bugbountyplatforms.md)
2017-09-27 15:58:03 +00:00
- [Books](cheatsheets/books.md)
2017-08-19 16:14:52 +00:00
- [Special Tools](cheatsheets/special-tools.md)
2017-08-31 16:37:33 +00:00
- [Recon](cheatsheets/recon.md)
2017-10-01 14:22:37 +00:00
- [Practice Platforms](cheatsheets/practice-platforms.md)
2017-07-14 13:52:59 +00:00
- [XSS](cheatsheets/xss.md)
- [SQLI](cheatsheets/sqli.md)
- [SSRF](cheatsheets/ssrf.md)
- [CRLF Injection || HTTP Response Splitting](cheatsheets/crlf.md)
2017-07-14 13:56:26 +00:00
- [CSV Injection](cheatsheets/csv-injection.md)
2017-07-14 13:52:59 +00:00
- [LFI](cheatsheets/lfi.md)
2017-09-28 14:41:00 +00:00
- [XXE](cheatsheets/xxe.md)
2017-07-14 13:52:59 +00:00
- [RCE](cheatsheets/rce.md)
- [Open Redirect](cheatsheets/open-redirect.md)
- [Crypto](cheatsheets/crypto.md)
2017-07-14 14:35:52 +00:00
- [Template Injection](cheatsheets/template-injection.md)
2017-07-14 13:52:59 +00:00
- [Content Injection](cheatsheets/content-injection.md)
2017-09-28 09:09:59 +00:00
- [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
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.)
- 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)