OPSECTLAS you are here: Essentials
Essentials

The "Stuck" Protocol

reference 1 tool

  1. Recon
  2. Enumerate
  3. Foothold
  4. PrivEsc
  5. Lateral
  6. Post-Ex
toolsgobuster

You've been on a machine 30+ minutes. Nothing is working. Do this in order.

  1. 01Re-read ALL scan output. Slowly. Port you ignored?
  2. 02Re-run gobuster with a DIFFERENT wordlist (big.txt, raft-large-directories.txt)
  3. 03Check for virtual hosts (vhosts) · add domain to /etc/hosts, try different headers
  4. 04Run UDP scan if you haven't yet
  5. 05Read service banners manually: nc -nv <TARGET-IP> <PORT>
  6. 06Try all found usernames on all found services
  7. 07Check if web app has a CMS · run wpscan/joomscan
  8. 08Look for exploits against the OS version, not just the service
  9. 09Check for backup files: .bak, .old, .swp, ~, .zip, .tar.gz at every web path
  10. 10Re-read the box description / tags if on HTB/PG · they sometimes hint the vector
  11. 11Check HackTricks for the specific service / port
  12. 12Take a 10-minute break. Fresh eyes catch what tired eyes miss.
connected