Capture The Flag
1 min read

1. Enumerate for services

  1. Get open ports.
nmap -F <target>
  • If http server, find php files gobuster -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -u http://<target> -x php
  1. Use searchsploit to find known exploits.