-
-
Notifications
You must be signed in to change notification settings - Fork 10
Understanding the Repository Structure
A complete map of every directory and how they interconnect. Learn where everything lives and how to navigate the repository efficiently.
bug-bounty/
βββ .github/ # GitHub configuration files
βββ CODE_OF_CONDUCT.md # Community guidelines
βββ LICENSE # MIT License
βββ README.md # Main repository documentation
βββ SECURITY.md # Vulnerability disclosure policy
βββ course/ # π Structured learning curriculum
βββ methodologies/ # βοΈ In-depth exploitation guides
βββ profiles/ # π― Platform-specific program intel
βββ resources/ # π Quick references & payloads
βββ tools/ # π οΈ Automation & exploitation scripts
βββ write-ups/ # βοΈ Real-world bug bounty reports
These files govern the entire project and should be your first stop.
bug-bounty/
βββ .github/
β βββ FUNDING.yml # Sponsor/donation configuration
βββ CODE_OF_CONDUCT.md # Expected behavior & community standards
βββ LICENSE # MIT License - legal terms of use
βββ README.md # Project overview, TOC, and installation
βββ SECURITY.md # How to report security issues in this repo| File | Purpose | When to Read |
|---|---|---|
.github/FUNDING.yml |
Links to donation platforms (Buy Me a Coffee) | When you want to support the project financially |
CODE_OF_CONDUCT.md |
Rules for respectful collaboration and ethical behavior | Before contributing or participating in discussions |
LICENSE |
MIT License β free use, modification, and distribution with attribution | When you need to understand legal usage rights |
README.md |
Project homepage with stats, TOC, and feature overview | First file to read when discovering the project |
SECURITY.md |
Process for reporting vulnerabilities found in this repository | When you discover a bug in this repo's code/tools |
Key Principle: Read
CODE_OF_CONDUCT.mdandREADME.mdbefore anything else. They set the ethical and navigational foundation.
Purpose: A progressive learning path from programming fundamentals to security-specific skills.
course/
βββ README.md # Course syllabus & learning objectives
βββ module-1/ # Foundation Module
β βββ Why programming matters in cybersecurity.md
β βββ Definition and purpose.md
β βββ Compiled vs Interpreted languages.md
β βββ How code execution works.md
β βββ C-Assembly.md
β βββ Python Programming.md
β βββ Python.md
β βββ Running Python Code.md
β βββ JavaScript for Security Professionals.md
β βββ Bash-Shell Scripting.md
β βββ programming/ # Programming deep-dives
β βββ python/
β βββ Operators.md
β βββ Variables and Data Types.md
| Content | Description |
|---|---|
README.md |
Course syllabus, prerequisites, recommended learning order |
module-1/ |
Foundation topics: programming concepts, Python, JavaScript, Bash |
programming/python/ |
Language-specific deep dives (operators, variables, data types) |
- You're a beginner β Start here before touching methodologies
- You need programming fundamentals β Python, JavaScript, and Bash are essential for custom tooling
- You're mentoring someone β Use the structured modules as a teaching curriculum
course/ βββββββββββββββΊ methodologies/
(Learn fundamentals) (Apply to vulnerabilities)
β
ββββββββββββββββΊ tools/
(Write/modify your own scripts)
Path: Complete the course β Use methodologies for practical testing β Modify tools to fit your workflow.
Purpose: The heart of the repository. Step-by-step guides for finding and exploiting vulnerabilities.
methodologies/
βββ README.md # Methodology index & usage guide
βββ web penetration/ # Vulnerability-specific testing guides
β βββ API Penetration.md
β βββ Bruteforcing.md
β βββ CORS.md
β βββ CRLF Injection.md
β βββ CSRF.md
β βββ Clickjacking.md
β βββ Crawling and Fuzzing.md
β βββ DNS Rebinding.md
β βββ Deserialization.md
β βββ Email Attacks.md
β βββ Exploit Broken Links.md
β βββ Exploiting Race Conditions.md
β βββ File Upload Vulnerabilities.md
β βββ GraphQL.md
β βββ HTTP Parameter Pollution.md
β βββ HTTP Request Smuggling.md
β βββ Hashes.md
β βββ IDOR.md
β βββ Injection Exploitation.md
β βββ LFI and RFI.md
β βββ OAuth.md
β βββ Open Redirect.md
β βββ Prototype Pollution.md
β βββ SQL Injection.md
β βββ SSRF.md
β βββ SSTI.md
β βββ Session Fixation.md
β βββ Supply Chain Attack.md
β βββ Tabnabbing.md
β βββ VHost.md
β βββ Web Cache Deception.md
β βββ WebSocket Exploitation.md
β βββ Webshell.md
β βββ XXE Vulnerabilities.md
β βββ cookies-padding.md
β βββ csp.md
β βββ header-injection.md
β βββ xss.md
βββ web technologies/ # Platform & technology-specific guides
βββ ASP.NET.md
βββ Apache Tomcat Exploitation.md
βββ CI-CD Security.md
βββ ELK Stack Exploitation.md
βββ Exploitation Methodologies.md # General exploitation framework
βββ Exploiting Buffer Overflows.md
βββ Exploiting C2 Frameworks.md
βββ File Transfer Exploitation.md
βββ Firebase Exploitation.md
βββ Firebird Database.md
βββ Flask Application Security.md
βββ From Recon to Root.md # Full lifecycle methodology
βββ GitHub Security.md
βββ GitLab.md
βββ JWT.md
βββ Jenkins.md
βββ Joomla.md
βββ Linux Kernel Exploitation.md
βββ MFA-2FA Exploitation.md
βββ NoSQL Injection Vulnerabilities.md
βββ OAuth Exploitation.md
βββ Open ID Connect.md
βββ Privilege Escalation Exploitation.md
βββ Remote Code Execution.md
βββ Reverse Shell Exploitation.md
βββ SaaS Security Testing.md
βββ WAF.md
βββ WebDAV.md
βββ WordPress Penetration Testing.md
| Sub-Directory | Focus | Use When... |
|---|---|---|
web penetration/ |
Vulnerability classes β generic across all platforms | You know the bug type (e.g., SQLi) but not the specific tech stack |
web technologies/ |
Specific platforms/frameworks β vendor-specific exploitation | You've identified the technology (e.g., WordPress, Jenkins, Flask) |
βββββββββββββββββββββββββββ
β You find a WordPress β
β website β
ββββββββββββββ¬βββββββββββββ
β
βββββββββββββββ΄ββββββββββββββ
βΌ βΌ
ββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββ
β web technologies/ β β web penetration/ β
β WordPress Penetration β β SQL Injection.md β
β Testing.md β β XSS.md β
β (Platform-specific β β File Upload β
β recon & exploitation) β β Vulnerabilities.md β
β β β (Generic vulnerability β
β β β testing techniques) β
ββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββ
β β
βββββββββββββββ¬ββββββββββββββ
βΌ
βββββββββββββββββββββββββββ
β Combine both to: β
β β’ Find WP plugin vulns β
β β’ Test generic flaws β
β β’ Chain attacks β
βββββββββββββββββββββββββββ
| File | Why It's Important |
|---|---|
From Recon to Root.md |
Complete methodology covering the entire pentest lifecycle β start here for a holistic approach |
Exploitation Methodologies.md |
General exploitation framework applicable across all platforms |
Injection Exploitation.md |
Covers LDAP, NoSQL, OS command, and expression language injections in one guide |
| Scenario | Go To |
|---|---|
| "I found a login form" |
Bruteforcing.md, SQL Injection.md, Session Fixation.md
|
| "I found a file upload" |
File Upload Vulnerabilities.md, XXE Vulnerabilities.md
|
| "The site uses OAuth" |
OAuth.md, OAuth Exploitation.md, Open ID Connect.md
|
| "It's a WordPress site" |
WordPress Penetration Testing.md + relevant web penetration/ files |
| "There's a GraphQL endpoint" | GraphQL.md |
| "I see JWT tokens" | JWT.md |
| "It's behind Cloudflare" |
WAF.md, HTTP Request Smuggling.md, Web Cache Deception.md
|
Purpose: Reconnaissance intel on specific bug bounty platforms and high-value targets.
profiles/
βββ bugcrowd/
β βββ README.md # Bugcrowd platform overview
βββ hackerone/
βββ README.md # HackerOne platform overview
βββ slack/ # Deep profile on Slack
βββ slack-tech-stack.md # Technology stack analysis
βββ slack_full_architecture.html # Architecture diagram
| Content | Description |
|---|---|
bugcrowd/README.md |
Intelligence on Bugcrowd's platform, common program types, and tips |
hackerone/README.md |
Intelligence on HackerOne's platform, program structures |
hackerone/slack/ |
Detailed tech stack and architecture analysis of Slack's infrastructure |
profiles/ βββββββββββββββΊ methodologies/web technologies/
(Intel on what target (Use platform-specific guides
uses: "Slack uses AWS, to test identified tech)
GraphQL, and React")
Usage: Study a target profile β Identify the tech stack β Use matching methodologies to find vulnerabilities.
Purpose: Everything you need during an active testing session β commands, payloads, templates, and wordlists.
resources/
βββ cheatsheets/ # 68+ quick-reference guides
β βββ API Security.md
β βββ ASP.NET.md
β βββ SQL-Injection.md
β βββ xss-cheatsheet.md
β βββ ... (68 files total)
β βββ web-penetration.md # Consolidated web testing commands
βββ templates/ # Report formats
β βββ bug-report-template.md
βββ vulnerabilties/ # Vulnerability-specific deep dives
β βββ sql/
β βββ SELECT & Advanced SQL Injection.md
β βββ SQL Injection β Explained Simply.md
β βββ sql-injection.md
β βββ sql.md
β βββ relational algebra in SQL.md
β βββ chat_app_pentest_checklist.html
β βββ login system demo.html
β βββ questions/ # Knowledge check exercises
β β βββ What is SQL? What is it used for?.md
β β βββ What is a database?.md
β β βββ What is a relational database?.md
β β βββ What does SELECT mean in SQL?.md
β β βββ Can you describe SQL injection in your own words?.md
β β βββ Can you name some examples of SQL implementations?.md
β β βββ common SQL injection commands and manipulation techniques.md
β β βββ exploitable SQL commands and syntax.md
β β βββ how exactly could a malicious user insert an instruction.md
β βββ ... (additional SQL resources)
βββ wordlists/ # Fuzzing & discovery lists
βββ custom-subdomains.txt # Subdomain enumeration
βββ directories-small.txt # Directory brute forcing
βββ xss-payloads.txt # XSS payload collection
| Sub-Directory | Content Type | Use Case |
|---|---|---|
cheatsheets/ |
Condensed commands and payloads | During active testing β quick copy-paste reference |
templates/ |
Bug report format | After finding a bug β document it professionally |
vulnerabilties/ |
In-depth vulnerability explanations, demos, and quizzes | Learning a specific vuln deeply β includes HTML demos and knowledge checks |
wordlists/ |
Discovery and fuzzing lists | During recon and scanning β feed into ffuf, gobuster, subfinder |
resources/cheatsheets/SQL-Injection.md βββββββ Quick payloads
β
β (complements)
β
βΌ
methodologies/web penetration/SQL Injection.md βββ Step-by-step guide
Workflow: Read the Methodology to understand the attack β Use the Cheatsheet for ready-to-use commands during testing.
This section contains supplementary learning materials that go beyond the methodologies:
| Resource | Format | Purpose |
|---|---|---|
SQL Injection β Explained Simply.md |
Beginner-friendly explanation | For those new to the concept |
SELECT & Advanced SQL Injection.md |
Advanced techniques | Deep technical exploitation |
sql-injection.md |
Comprehensive guide | Complete reference document |
chat_app_pentest_checklist.html |
Interactive checklist | Practical testing workflow |
login system demo.html |
Live HTML demo | Visual learning of vulnerable code |
questions/ |
Quiz format | Self-assessment and knowledge checks |
relational algebra in SQL.md |
Theoretical foundation | Understanding the underlying theory |
Purpose: Custom-built tools that automate reconnaissance, exploitation, and utility tasks.
tools/
βββ automation/ # Workflow orchestration
β βββ bug-bounty-workflow.sh # Full recon-to-report pipeline
β βββ recon-automation.yml # GitHub Actions CI/CD workflow
βββ exploitation/ # Vulnerability-specific testers
β βββ sqli-tester.py # Automated SQL injection detection
β βββ xss-scanner.py # Automated XSS vulnerability scanning
βββ reconnaissance/ # Asset discovery
β βββ README.md # Recon tool documentation
β βββ subdomain-enum.py # Multi-source subdomain discovery
β βββ url-collector.sh # URL gathering from various sources
βββ utilities/ # Helper scripts
βββ payload-generator.py # Context-specific payload creation
βββ wordlist-merger.sh # Wordlist combination & deduplication
| Category | Tools | Typical Usage |
|---|---|---|
| automation/ |
bug-bounty-workflow.sh, recon-automation.yml
|
Chain multiple recon and scanning steps; schedule via CI/CD |
| exploitation/ |
sqli-tester.py, xss-scanner.py
|
Test specific URLs/endpoints for vulnerabilities |
| reconnaissance/ |
subdomain-enum.py, url-collector.sh
|
Discover attack surface before manual testing |
| utilities/ |
payload-generator.py, wordlist-merger.sh
|
Prepare custom payloads and wordlists |
tools/exploitation/sqli-tester.py
β
β (automates what you learn in)
β
βΌ
methodologies/web penetration/SQL Injection.md
β
β (provides payloads for)
β
βΌ
resources/cheatsheets/SQL-Injection.md
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β RECON β EXPLOIT WORKFLOW β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββΌββββββββββββββββββββ
βΌ βΌ βΌ
βββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββββ
β subdomain- β β url-collector β β wordlist-merger β
β enum.py β β .sh β β .sh β
β (Find assets) β β (Gather URLs) β β (Prepare lists) β
βββββββββ¬ββββββββ ββββββββββ¬βββββββββ ββββββββββ¬βββββββββββ
β β β
ββββββββββββββββββββΌββββββββββββββββββββ
βΌ
βββββββββββββββββββββββ
β bug-bounty-workflow β
β .sh β
β (Orchestrate all) β
ββββββββββββ¬βββββββββββ
β
βΌ
ββββββββββββββββββββΌββββββββββββββββββββ
βΌ βΌ
βββββββββββββββββ βββββββββββββββββββββ
β sqli-tester β β xss-scanner β
β .py β β .py β
β (Test for β β (Test for XSS) β
β SQLi) β β β
βββββββββββββββββ βββββββββββββββββββββ
Purpose: Learn from actual vulnerability discoveries, reported bugs, and lessons learned.
write-ups/
βββ README.md # Write-ups index & catalog
βββ 2026/ # Yearly organization
βββ slack.md # Slack vulnerability analysis
| Content | Description |
|---|---|
README.md |
Complete catalog with severity ratings and bounty amounts |
2026/slack.md |
Detailed analysis of a vulnerability discovered in Slack's infrastructure |
write-ups/
β
β (shows real-world application of)
β
βΌ
methodologies/ + resources/cheatsheets/
β
β (validates that these techniques work in practice)
β
βΌ
Your own bug bounty practice
Learning Loop: Study a write-up β Identify which methodologies were used β Practice those techniques β Find your own bugs β Write your own report.
| I Want To... | Go Here | Specific File(s) |
|---|---|---|
| Learn programming for security | course/module-1/ |
Python.md, Bash-Shell Scripting.md
|
| Understand SQL injection deeply | resources/vulnerabilties/sql/ |
SQL Injection β Explained Simply.md + questions/
|
| Test my knowledge of SQL | resources/vulnerabilties/sql/questions/ |
All .md files in this directory |
| Find and exploit SQL injection | methodologies/web penetration/ |
SQL Injection.md |
| Get quick SQLi payloads | resources/cheatsheets/ |
SQL-Injection.md |
| Automate SQLi testing | tools/exploitation/ |
sqli-tester.py |
| See a real SQLi report | write-ups/ |
Browse relevant write-ups |
| Learn XSS | methodologies/web penetration/ |
xss.md |
| Get XSS payloads quickly |
resources/wordlists/ + resources/cheatsheets/
|
xss-payloads.txt + xss-cheatsheet.md
|
| Automate XSS scanning | tools/exploitation/ |
xss-scanner.py |
| Test a WordPress site | methodologies/web technologies/ |
WordPress Penetration Testing.md |
| Learn about JWT attacks | methodologies/web technologies/ |
JWT.md |
| Get JWT payloads | resources/cheatsheets/ |
JWT.md |
| Understand OAuth exploitation |
methodologies/ (both dirs) |
OAuth.md + OAuth Exploitation.md
|
| Learn about CI/CD security | methodologies/web technologies/ |
CI-CD Security.md |
| Exploit GitHub repos | methodologies/web technologies/ |
GitHub Security.md |
| Write a bug report | resources/templates/ |
bug-report-template.md |
| Do subdomain discovery | tools/reconnaissance/ |
subdomain-enum.py |
| Collect all URLs for a target | tools/reconnaissance/ |
url-collector.sh |
| Run full automated recon | tools/automation/ |
bug-bounty-workflow.sh |
| Schedule automated scans | tools/automation/ |
recon-automation.yml |
| Generate custom payloads | tools/utilities/ |
payload-generator.py |
| Merge wordlists | tools/utilities/ |
wordlist-merger.sh |
| Fuzz directories | resources/wordlists/ |
directories-small.txt + external tools |
| Learn WAF bypass | methodologies/web technologies/ |
WAF.md |
| Understand HTTP Request Smuggling | methodologies/web penetration/ |
HTTP Request Smuggling.md |
| Find hidden vhosts | methodologies/web penetration/ |
VHost.md |
| Study Slack's architecture | profiles/hackerone/slack/ |
slack-tech-stack.md + slack_full_architecture.html
|
| Learn about HackerOne | profiles/hackerone/ |
README.md |
| Learn about Bugcrowd | profiles/bugcrowd/ |
README.md |
| Read real-world write-ups | write-ups/ |
README.md for index |
| Find all resources on one topic | Use GitHub search | Search repo for keyword (e.g., "SQL", "OAuth") |
| Contribute | Root files |
CODE_OF_CONDUCT.md + CONTRIBUTING.md
|
| Report a security issue | Root file | SECURITY.md |
| Understand legal terms | Root file | LICENSE |
| Get a complete overview | Root file | README.md |
βββββββββββββββββββ
β README.md β
β (Hub) β
ββββββββββ¬βββββββββ
β
ββββββββββββββββββββββββββΌβββββββββββββββββββββββββ
βΌ βΌ βΌ
βββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββββ
β course/ β β methodologies/ β β profiles/ β
β (Learn) ββββββΊβ (Apply) βββββββ (Intel) β
βββββββββββββββββ ββββββββββ¬βββββββββ βββββββββββββββββββββ
β
ββββββββββββββββββΌβββββββββββββββββ
βΌ βΌ βΌ
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββββββ
β resources/ β β tools/ β β write-ups/ β
β cheatsheets/ β β (Automate) β β (Learn from β
β (Reference) β β β β real reports) β
β β β β β β
β wordlists/ β β β β β
β templates/ β β β β β
β vulnerabilties/β β β β
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββββββ
β β β
ββββββββββββββββββΌβββββββββββββββββ
βΌ
βββββββββββββββββββββββ
β Your Bug Bounty β
β Workflow β
βββββββββββββββββββββββ
| Category | Sub-Category | Item Count |
|---|---|---|
| Core Documents | README, LICENSE, CODE_OF_CONDUCT, SECURITY | 4 |
| Course | Module files + programming deep dives | 13 |
| Methodologies | Web Penetration | 38 |
| Web Technologies | 29 | |
| Profiles | Platform intel files | 4 |
| Resources | Cheatsheets | 68 |
| Templates | 1 | |
| Vulnerability Deep Dives (SQL) | 10+ | |
| SQL Questions/Quizzes | 9 | |
| SQL HTML Demos | 4 | |
| Wordlists | 3 | |
| Tools | Automation | 2 |
| Exploitation | 2 | |
| Reconnaissance | 3 | |
| Utilities | 2 | |
| Write-ups | 2026 Reports | 1+ |
| Total | All files | 190+ |
-
Use GitHub's Built-in Search: Press
ton the repository page to search all files by name instantly. -
Follow the Naming Convention:
- Methodologies:
Vulnerability Name.md(e.g.,SQL Injection.md) - Cheatsheets: Same name in
resources/cheatsheets/(e.g.,SQL-Injection.md) - Tools: Descriptive names with extensions (e.g.,
sqli-tester.py)
- Methodologies:
-
Start Broad, Then Narrow:
- New to SQLi? Start with
resources/vulnerabilties/sql/SQL Injection β Explained Simply.md - Then move to
methodologies/web penetration/SQL Injection.md - Keep
resources/cheatsheets/SQL-Injection.mdopen during testing
- New to SQLi? Start with
-
The
questions/Directory is Underrated:- Use
resources/vulnerabilties/sql/questions/to test your knowledge before a real engagement - If you can answer all 9 questions, you're ready
- Use
-
HTML Demos Are Interactive:
- Files like
login system demo.htmlandsql_injection_insertion_anatomy.htmlcan be opened in your browser - They provide visual, interactive learning
- Files like
| Page | Link |
|---|---|
| Project Overview & Philosophy | Project Overview & Philosophy |
| Getting Started Guide | Getting Started Guide for Bug Hunters |
| FAQ | FAQ |
| Complete Vulnerability Index | Complete Vulnerability Index |
| How to Contribute | How to Contribute |
| Knowledge Base | Tools | Project |
|---|---|---|
| Methodologies Β· Cheatsheets Β· Write-ups Β· Course | Automation Β· Exploitation Β· Recon | Security Policy Β· Code of Conduct Β· License |
β οΈ This repository contains real exploitation techniques. Unauthorized use is a criminal offense under the CFAA, Computer Misuse Act, and equivalent laws worldwide. Use only on systems you own or have explicit written permission to test.
Β© 2026 aw-junaid Β· MIT License
For Security Researchers
Methodologies β’ Cheatsheets β’ Tools β’ Write-ups
- π Wiki Home
- β FAQ
- π Project Overview & Philosophy
- π Getting Started Guide
- π€ How to Contribute
- π Course Materials
- πΊοΈ Repository Structure
- π Glossary of Terms
- βοΈ The Master Attack Flow
Core vulnerability exploitation guides
- API Security Testing
- Brute Force Attacks
- CORS Exploitation
- CRLF Injection
- CSRF
- Clickjacking
- Crawling & Fuzzing
- DNS Rebinding
- Deserialization
- Email Attacks
- Exploit Broken Links
- Race Conditions
- File Upload Vulnerabilities
- GraphQL Security Testing
- HTTP Parameter Pollution
- HTTP Request Smuggling
- Hashes
- IDOR
- Injection Exploitation
- LFI & RFI
- OAuth
- Open Redirect
- Prototype Pollution
- SQL Injection
- SSRF
- SSTI
- Session Fixation
- Supply Chain Attack
- Tabnabbing
- VHost
- Web Cache Deception
- WebSocket Exploitation
- Webshell
- XXE Vulnerabilities
- Cookies Padding
- CSP
- Header Injection
- Cross-Site Scripting (XSS)
Platform-specific exploitation guides
- ASP.NET
- Apache Tomcat
- CI/CD Security
- ELK Stack
- Exploitation Methodologies
- Buffer Overflows
- C2 Frameworks
- File Transfer Exploitation
- Firebase
- Firebird Database
- Flask Application
- From Recon to Root
- GitHub Security
- GitLab
- JWT
- Jenkins
- Joomla
- Linux Kernel Exploitation
- MFA/2FA Exploitation
- NoSQL Injection
- OAuth Exploitation
- OpenID Connect
- Privilege Escalation
- Remote Code Execution
- Reverse Shells
- SaaS Security Testing
- WAF
- WebDAV
- WordPress Penetration Testing
Quick-reference payloads & commands
- API Security
- ASP.NET
- Broken Links
- Bruteforcing
- Buffer Overflow
- CRLF Injection
- CSRF
- Clickjacking
- Command Injection
- Cookie Padding
- Crawling
- CORS
- CSP
- DNS Rebinding
- DavTest
- Deserialization
- Elasticsearch
- Email Attacks
- File Transfer
- File Upload
- Firebase
- Firebird
- Flask
- GitHub Security
- GitLab
- GraphQL
- HTTP Parameter Pollution
- HTTP Request Smuggling
- Hashes
- Header Injection
- IDOR
- JWT
- Jenkins
- Joomla
- Linux Kernel Exploits
- LFI & RFI
- MFA/2FA
- Modern C2 Frameworks
- NoSQL Injection
- OAuth
- OAuth 1.0
- OpenID Connect
- Open Redirects
- Payloads
- Ports
- Privilege Escalation
- Prototype Pollution
- Race Conditions
- Recon & Exploitation Reference
- Reverse Shells
- SQL Injection
- SaaS Security Testing
- SSRF
- SSTI
- Session Fixation
- Supply Chain Attacks
- Tabnabbing
- Tomcat Security Testing
- VHosts
- WAFs
- Web Cache Deception
- Web Exploits & C2
- Web Sockets
- Webshells
- WordPress
- XXE
- XSS Cheatsheet
- Web Penetration Commands
π View All 68 Cheatsheets
All cheatsheets are interlinked with their corresponding methodologies. Use the search function (press
t on GitHub) to find a specific one quickly.
- π Bug Report Template
- π Custom Subdomains Wordlist
- π Directory Brute Force Wordlist
- π XSS Payloads Wordlist
βοΈ Automation
π₯ Exploitation
π Reconnaissance
π§ Utilities
| Link | Destination |
|---|---|
| π Wiki Home | Home |
| π Repository | GitHub |
| β FAQ | FAQ |
| π Report a Bug | Security Policy |
| π License | MIT License |
| π¬ Discord | Join Server |
β‘ Stay curious. Hack ethically. Report responsibly.
Β© 2026 @aw-junaid β’ Built with π¬ for the security community