Boiler-CTF Walkthrough
- Strider Gearhead
- Jun 22, 2024
- 1 min read
So as usual, we will start with the OG, Nmap Scan.
Command: nmap -A -p- -T5 <Target IP>
As we can see FTP port is open, so we will login into ftp with anonymous login,
FTP ANON LOGIN
After login we can see there is a file named as .info.txt we will download it and see what it says,
We can notice here that it is a ROT 13, we will decode that and let’s see what is this?
If you want to read the full writeup, then
Comments