Last active
October 21, 2024 06:08
-
-
Save cyberheartmi9/c993542044fdc45834837c3f88484a63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔥Complete Bug Bounty Cheat Sheet🔥 | |
XSS | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xss.md | |
https://github.com/ismailtasdelen/xss-payload-list | |
SQLi | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/sqli.md | |
SSRF | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/ssrf.md | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Request%20Forgery | |
CRLF | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/crlf.md | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CRLF%20Injection | |
CSV-Injection | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/csv-injection.md | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CSV%20Injection | |
Command Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Command%20Injection | |
Directory Traversal | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Directory%20Traversal | |
LFI | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/lfi.md | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/File%20Inclusion | |
XXE | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xxe.md | |
Open-Redirect | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/open-redirect.md | |
RCE | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/rce.md | |
Crypto | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/crypto.md | |
Template Injection | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/template-injection.md | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Template%20Injection | |
XSLT | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xslt.md | |
Content Injection | |
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/content-injection.md | |
LDAP Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/LDAP%20Injection | |
NoSQL Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/NoSQL%20Injection | |
CSRF Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/CSRF%20Injection | |
GraphQL Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/GraphQL%20Injection | |
IDOR | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Insecure%20Direct%20Object%20References | |
ISCM | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Insecure%20Source%20Code%20Management | |
LaTex Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/LaTeX%20Injection | |
OAuth | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/OAuth | |
XPATH Injection | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/XPATH%20Injection | |
Bypass Upload Tricky | |
https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Upload%20Insecure%20Files | |
BURP | |
https://drive.google.com/file/d/1r1LGt7fEh8AuhihrBfp1GGmU9ttV9CkP/view?usp=sharing | |
https://drive.google.com/file/d/1IOgrVUIQb9HGQG9tePe3v_w2gyaymUFq/view?usp=sharing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WOW