About Release
- Name: Cereal: 1
- Date release: 29 May 2021
- Author: Thomas Williams
- Series: Cereal
- Web page: https://www.bootlesshacker.com/cereal-ctf/
gobuster vhost -u http://cereal.ctf:44441/ -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt -t 20 —append-domain
Firstly, let’s scan our local network to find the device:
nmap -sP 192.168.178.0/24
Once you find the relevant IP, let’s continue to scan the box itself.
nmap -p- 192.168.178.163