A beginner-friendly walkthrough of levels 4-7 in the Leviathan wargame from OverTheWire. Learn how to decode binary output, abuse symbolic links and write your first brute force script to crack a 4-digit PIN.
A beginner-friendly walkthrough of Levels 0-3 in the Leviathan wargame from OverTheWire. Learn how to trace binary execution with ltrace, understand SUID permissions and exploit a race condition vulnerability, these are the first real steps in binary analisys.
Walkthrough of Levels 27–33 in the OverTheWire Bandit wargame. Learn essential git commands for security work: cloning, log inspection, branch exploration, tags, stash, and push, then escape an uppercase shell.
Walkthrough of Levels 25-27 in te OverTheWire Bandit wargame. Learn how to identify and escape restricted shells, abuse the more pager to spawn a shell, and use vim as a shell escape vector.
Walkthrough of Levels 21–25 in the OverTheWire Bandit wargame. Learn how to read cron jobs, reverse-engineer shell scripts, write your own scripts, and brute-force a 4-digit PIN with a bash loop.
Walkthrough of Levels 16–20 in the OverTheWire Bandit wargame. Learn port scanning, SSL/TLS service identification, file diffing, bypassing modified shell configs, and Linux setuid binaries.
Walkthrough of Levels 10-15 in the OverTheWire Bandit wargame. Learn how to decode base64, reverse ROT13, decompress layered archives, use SSH keys and communicate with local network services.
Walkthrough of Levels 5–10 in the OverTheWire Bandit wargame. Learn how to search for files by properties, filter text with grep, sort and deduplicate data, extract readable strings from binary files, and decode base64.
A practical guide to SSH covering basic connections, key authentication, the config file, and common troubleshooting for Linux users.
A beginner-friendly walkthrough of Levels 0–4 in the Bandit wargame from OverTheWire. Learn essential Linux command-line skills, SSH basics, file navigation, and how to handle hidden and oddly named files, all while building your cybersecurity foundation through hands-on practice.