Mindset & Ethics
Understand white-hat vs black-hat. Set up your study habit, note-taking, and learn to research like an engineer.
- Threat models
- White-hat mindset
- Research skills
// SYSTEM ONLINE — TRAINING MODE
A free, zero-to-hero roadmap for complete beginners. Learn how real attackers think — so you can become the person who stops them.
// 01
Unauthorized access to any computer system is a crime in almost every country. Everything on this site is for learning on systems you own or have written permission to test.
No contract, no consent, no hacking. Practice only in legal labs: TryHackMe, HackTheBox, OverTheWire, your own virtual machines.
Never crash services, delete data, or touch real user information.
Found a bug in someone's site? Use their bug-bounty program or disclose responsibly.
// 02
Six phases. Do them in order. Skipping fundamentals is the #1 reason beginners quit.
Understand white-hat vs black-hat. Set up your study habit, note-taking, and learn to research like an engineer.
How computers actually work: hardware, OS, processes, memory, files and permissions.
Install Ubuntu or Kali in a virtual machine and live in the terminal. 90% of security tools run on Linux.
IP addresses, ports, DNS, HTTP, the OSI model — and how to watch traffic with Wireshark.
Automate everything. Write port scanners, brute-forcers and parsers. Small scripts, big power.
The OWASP Top 10: SQL injection, XSS, broken auth. Hunt bugs on legal labs with Burp Suite.
Sharpen everything against real (legal) targets, write up your solves, and aim for your first certification.
// 03
Packets, ports, protocols. Learn what happens between your keyboard and the server — then learn to intercept it.
COREThe hacker's operating system. Master the shell and you master the tools.
CORESQL injection, XSS, CSRF, auth bypass — the bugs behind real breaches.
OFFENSEHashes, encoding, encryption. Learn why admin123 falls in milliseconds.
Open-source intelligence: legally gathering information from public sources.
RECONDetection, logs, hardening. Most first jobs are on the blue side.
DEFENSETryHackMe · HackTheBox · OverTheWire · picoCTF · PortSwigger Academy · DVWA — all free, all legal.
PRACTICE// 04
Click any tool to see its install commands + usage code. All free.
Network scanner. Finds hosts, open ports and services.
Captures and inspects network traffic live.
Web proxy to intercept and modify HTTP requests.
Framework of known exploits — authorized labs only.
Offline password cracker for learning hash attacks.
GPU-powered hash cracking. Blazing fast.
Detects and demonstrates SQL injection flaws.
Brute-forces hidden files & directories on web servers.
// 05
A safe, simulated terminal. Type help to begin. Find the flag 🚩
// 06
Yes — when you have permission. Attacking systems without written authorization is illegal everywhere. Stick to labs like TryHackMe and your own VMs.
No heavy math. You'll need some scripting eventually (Python), but you can start phases 0–3 with zero coding.
Realistically 1–3 years of consistent study. Certifications (Security+, eJPT) and CTF write-ups speed this up.
Any machine with 8GB+ RAM can run Kali Linux in a virtual machine. Old laptops are perfect for home labs.
Not at first. TryHackMe, PortSwigger Academy, OverTheWire and picoCTF are free and excellent.