Waer's Cybersecurity Knowledge Base

March 28, 2026 Β· View on GitHub

πŸ”΄ MIRAGE β€” OffSec Engine (LIVE)

The repo was just the blueprint.
This is the weaponized version.

50+ documents Β· 20 technique deep dives Β· 10 attack workflows Β· 8 real-world case studies Β· Built from the field, not the textbook.


πŸ‘€ Who Am I

I'm Waer (Abdelrahman) β€” a cybersecurity researcher and bug bounty hunter focused on web application security, cloud exploitation, and security automation.

This repository is my brain, exported. Everything here comes from hands-on experience: breaking into bug bounty targets, solving CTF challenges, completing APT lab simulations, and building my own security tooling. I don't write about attacks I've only read about β€” I write about attacks I've executed, debugged, and reported.

Areas I work in:

  • 🎯 Bug Bounty Hunting β€” web app recon, vulnerability discovery, and responsible disclosure
  • πŸ” Penetration Testing β€” web, API, cloud infrastructure, and CMS-specific testing
  • 🏴 CTF Competitions β€” web exploitation, forensics, steganography, and crypto
  • πŸ€– Security Automation β€” custom recon tools, JS crawlers, and AI-powered security agents
  • ☁️ Cloud Security β€” AWS exploitation, Spring Boot misconfigurations, metadata attacks
  • πŸ•΅οΈ APT Emulation β€” simulating real-world threat actors (Star Blizzard, Volkswagen breach)

πŸ“¬ Get in touch:


πŸ”₯ What's Inside

This isn't a wiki dump or a copy-paste of OWASP pages. Every document here follows a battle-tested structure: detect it β†’ exploit it β†’ escalate it β†’ report it, with real payloads, real tool commands, and real decision trees.

SectionCountWhat you'll find
methodology/5 docsFull workflows from recon to exploitation to privilege escalation
techniques/20 docsDeep dives into every major web vulnerability class with working payloads
scenarios/10 docsStep-by-step attack playbooks you can follow during live testing
case-studies/8 docsReal findings and APT simulations β€” anonymized but fully detailed
web-vulnerabilities/6 docsIndex pages grouping vulns by category with cross-references
tools/4 docsTool catalogs, 90+ Google dorks, curated payload lists
forensics/3 docsInvestigation workflows, image forensics, steganography detection

Vulnerability coverage: SQL Injection Β· XSS Β· SSRF Β· SSTI Β· XXE Β· Command Injection Β· IDOR Β· File Upload Β· JWT Attacks Β· CORS Β· Cache Poisoning Β· Prototype Pollution Β· Race Conditions Β· Mass Assignment Β· Open Redirect Β· Password Reset Abuse Β· Deserialization RCE Β· WordPress Hacking Β· Spring Boot Actuator Β· AiTM MFA Bypass


🎯 Who This Is For

πŸ΄β€β˜ οΈ Bug Bounty Hunters

You'll find ready-to-use attack playbooks with exact payloads, WAF bypass techniques, and vulnerability chaining patterns (XSS + CORS = ATO, Open Redirect + OAuth = token theft). The methodology docs cover the full lifecycle: target selection β†’ recon β†’ exploitation β†’ escalation β†’ reporting. No fluff β€” just what works.

πŸ”“ Penetration Testers

The privilege escalation checklist covers web, Linux, Windows, and AWS in one document. Technique docs include detection commands, exploitation steps, and filter bypass tables you can reference mid-engagement. Scenarios serve as step-by-step checklists during assessments.

🏁 CTF Players

Case studies include CTF write-ups for SSTI, XXE, DNS zone transfers, and S3 bucket misconfigurations. The forensics section covers JPEG/PNG steganography workflows, and the tools section has the exact analysis order for forensics challenges. The SSTI workflow includes a decision tree for fingerprinting template engines.

πŸ§ͺ CTF Challenge Makers

Understand how attackers approach your challenges. The scenario docs reveal the thought process and decision trees players use β€” from initial detection probes to full exploitation chains. Use this to design better, more realistic challenges.

πŸ“š Security Students & Researchers

Every technique doc is structured as a learning path: what the vulnerability is β†’ when it happens β†’ how to find it β†’ how to exploit it β†’ how to escalate impact β†’ what tools to use. Start with methodology, then go deep into any technique that interests you.

πŸ›‘οΈ Blue Team / Defenders

Each technique doc includes what to look for from the attacker's perspective. Understanding how attackers chain vulnerabilities helps you build better detections, write better rules, and prioritize hardening efforts.


πŸ“‚ Repository Structure

πŸ“‹ methodology/

Processes and playbooks from recon to privilege escalation:

🎯 techniques/

20 technique-focused deep dives with working payloads:

πŸ”„ scenarios/

10 step-by-step attack workflows with decision trees:

πŸ“– case-studies/

Real findings and APT simulations β€” fully anonymized:

🌐 web-vulnerabilities/

Index pages grouping related content:

πŸ› οΈ tools/

πŸ” forensics/


πŸ—ΊοΈ How to Navigate

If you're new here

Start here ──→ methodology/web-recon-methodology.md
          ──→ methodology/bug-bounty-playbook.md
          ──→ Pick any technique ──→ Read matching scenario ──→ Study the case study

If you're mid-assessment

Find the vuln type ──→ techniques/{vuln}.md (detection + payloads)
Follow the workflow ──→ scenarios/{vuln}-workflow.md (step-by-step)
Copy payloads from ──→ tools/wordlists-and-payload-lists.md

If you're solving a CTF

Web challenge ──→ techniques/ + scenarios/ (exploitation)
Forensics    ──→ forensics/forensics-workflow.md (analysis order)
Stego        ──→ forensics/image-forensics-*.md (JPEG/PNG specific)
Cloud        ──→ case-studies/ (AWS, Spring Boot, metadata)

⚠️ Disclaimer

All case studies are fully anonymized β€” real target domains, IPs, credentials, and personally identifiable information have been removed or replaced with placeholders. This repository is intended for educational purposes and ethical security research only. Always obtain proper authorization before testing any system.

🀝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines on adding new techniques, case studies, or improving existing content.

πŸ“„ License

This project is licensed under the MIT License β€” see LICENSE for details.


Built by Waer Β· abdowaer099@gmail.com Β· LinkedIn