mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-21 18:53:01 +00:00
[README] update list layout
This commit is contained in:
parent
a2068b0f01
commit
30741c5736
1 changed files with 16 additions and 19 deletions
35
README.md
35
README.md
|
@ -1,23 +1,20 @@
|
|||
# Bug Bounty Cheat Sheet
|
||||
# Bug Bounty Cheat Sheet</h1>
|
||||
|
||||
- [Bug Bounty Platforms](cheatsheets/bugbountyplatforms.md)
|
||||
- [Books](cheatsheets/books.md)
|
||||
- [Special Tools](cheatsheets/special-tools.md)
|
||||
- [Recon](cheatsheets/recon.md)
|
||||
- [Practice Platforms](cheatsheets/practice-platforms.md)
|
||||
- [XSS](cheatsheets/xss.md)
|
||||
- [SQLI](cheatsheets/sqli.md)
|
||||
- [SSRF](cheatsheets/ssrf.md)
|
||||
- [CRLF Injection || HTTP Response Splitting](cheatsheets/crlf.md)
|
||||
- [CSV Injection](cheatsheets/csv-injection.md)
|
||||
- [LFI](cheatsheets/lfi.md)
|
||||
- [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)
|
||||
| Reference | Vulnerabilities |
|
||||
|-------------------------------------------------------------|-----------------------------------------------------------|
|
||||
| - [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) |
|
||||
| | - [LFI](cheatsheets/lfi.md) |
|
||||
| | - [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) |
|
||||
|
||||
# Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue