Capture The Flag
1 min read
1. Enumerate for services
- 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
- Use
searchsploit
to find known exploits.