Posts

Showing posts from June, 2026

Find Hidden Directories with Gobuster

Image
Find Hidden Directories with Gobuster — Web Recon on Kali Linux This post walks the workflow end to end — the basic scan, hunting files by extension, and how `ffuf` does the same job a little faster — with real output. > Prefer video? I walk through the whole thing on [my YouTube channel](https://www.youtube.com/@guskhawaja) — same commands, ~3 minutes. > ⚠️ Run this on a lab box, not a live domain . Directory busting fires thousands of requests per minute. That's noisy *active* scanning, not passive recon. Everything below runs against a local [DVWA](https://github.com/digininja/DVWA) container I own. Most bug bounty programs authorize passive recon but draw the line at high-volume brute force — only ever point these tools at a target you own or have explicit written permission to test. How Directory Busting Works A directory buster takes a wordlist — a big list of common folder and file names — and asks the web server about every single one. You're not guessing blindly...