Hacking Resources & Bookmarks
Curated collection of hacking and cybersecurity resources including learning platforms, tools, reference materials, and practice environments.
Contents
Hacking Resources & Bookmarks
Source: Crypto-Cat CTF Resources | HackTricks
Reference Wikis
- HackTricks — Pentesting methodology, binary exploitation, web vulns, crypto, stego
- HackTricks Cloud — AWS, GCP, Azure, Kubernetes, CI/CD
- GTFOBins — Unix binary privesc
- OWASP — Web security standards
Tools
| Tool | Purpose | Link |
|---|---|---|
| Ghidra | Reverse engineering (NSA) | GitHub |
| Pwntools | CTF exploit framework (Python) | Tutorial |
| CyberChef | Encoding/decoding/crypto Swiss knife | Online |
| Volatility | Memory forensics | Wiki |
| Nuclei | Vulnerability scanner | GitHub |
| ExploitDB | Public exploit database | exploit-db.com |
| RevShells | Reverse shell generator | revshells.com |
| DCode | Cipher/code decoder | dcode.fr |
| Decompiler | Online decompilation | decompiler.com |
| TIO | Run code online (200+ langs) | tio.run |
YouTube Channels (Security)
| Channel | Focus |
|---|---|
| John Hammond | CTF, malware analysis |
| Low Level | Systems programming, RE |
| LiveOverflow | Binary exploitation, browser hacking |
| IppSec | HackTheBox walkthroughs |
| PwnFunction | Web security animations |
| StackSmashing | Hardware hacking, RE |
| LaurieWired | Malware RE |
| CryptoCat | CTF walkthroughs, pwn tutorials |
| HackerSploit | Pentesting tutorials |
| TheCyberMentor | Ethical hacking, OSCP |
| NahamSec | Bug bounty |
| GuidedHacking | Game hacking, RE |
More Resources
- Learn RE — How to start reverse engineering
- Learn BinExp (Nightmare) — Binary exploitation course
- Awesome CTF — Curated CTF resources
- Bug Bounty Resources — Hacker101
- Bug Bounty Platforms — Platform list
- Awesome Forensics — DFIR tools & resources
- 0xdf Writeups — HackTheBox writeups
- OWASP MASTG — Mobile security testing guide