DEV Community

Ilias Georgopoulos
Ilias Georgopoulos

Posted on

I Built a Repository with 70+ Hacking Cheatsheets β€” Here’s Why It Matters


When I started learning cybersecurity, I quickly realized something:

πŸ‘‰ The problem isn’t lack of information β€” it’s fragmentation.

Every time I needed something simple like:

  • a reverse shell
  • a privilege escalation checklist
  • or a quick command reference

…I had to jump between multiple sources:

  • GTFOBins
  • LOLBAS
  • random GitHub repositories
  • outdated blog posts

It was slow, confusing, and inefficient.


πŸš€ So I decided to fix that

I created a centralized repository that contains 70+ hacking cheatsheets in one place.

πŸ‘‰ The goal is simple:
Make learning and practicing cybersecurity faster and more practical.


πŸ“š What’s inside?

This repository includes cheatsheets for:

πŸ”΄ Offensive Security

  • Metasploit Framework
  • Mimikatz
  • Privilege Escalation (Linux & Windows)
  • Reverse shells & payloads

🌐 Web & Bug Bounty

  • SQL Injection (SQLMap)
  • XSS, SSTI, LFI
  • Burp Suite & OWASP ZAP
  • Recon tools like ffuf, httpx, Subfinder

πŸ“‘ Networking & Enumeration

  • Nmap
  • SMB, LDAP, DNS enumeration
  • MITM techniques

πŸ”“ Password Attacks

  • Hydra
  • John the Ripper
  • Hashcat

πŸ›‘οΈ Blue Team & Detection

  • Log analysis
  • SIEM basics
  • Threat hunting

☁️ Cloud, Mobile & More

  • AWS / Azure / GCP basics
  • Android & iOS testing
  • Docker & Kubernetes

⚑ Why this is useful

Instead of searching everywhere, you get:

βœ… Quick command references

βœ… Real-world examples

βœ… Structured learning

βœ… Offline access (Markdown format)


πŸ”— Check it out

If you're learning cybersecurity or doing CTFs / pentesting, this might help:

πŸ‘‰ https://github.com/Ilias1988/Hacking-Cheatsheets


🧠 Who is this for?

  • Beginners in cybersecurity
  • TryHackMe / HackTheBox users
  • Bug bounty hunters
  • Pentesters
  • Anyone who wants quick references

πŸ’‘ Future plans

I plan to:

  • Add more advanced techniques
  • Expand Blue Team content
  • Improve methodology guides
  • Add more real-world scenarios

🀝 Contribute

If you want to contribute or improve something:

  • Open an issue
  • Submit a pull request
  • Suggest new cheatsheets

⚠️ Disclaimer

This content is for educational purposes only.

Always:

  • Use on systems you own
  • Have proper authorization

πŸ”₯ Final thoughts

Cybersecurity is hard β€” not because it's impossible, but because information is scattered.

This project is my attempt to simplify that.


⭐ If you find it useful, consider starring the repo!

Happy hacking β€” ethically. πŸ”΄

Top comments (2)

Collapse
 
dogers profile image
Dogers

Perhaps actually put a link to it?

Collapse
 
ilias_1988 profile image
Ilias Georgopoulos

I added the link! πŸ‘Œ