top of page
Search

Boiler-CTF Walkthrough

  • Writer: Strider Gearhead
    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>
ree

As we can see FTP port is open, so we will login into ftp with anonymous login,

FTP ANON LOGIN

ree

After login we can see there is a file named as .info.txt we will download it and see what it says,

ree

We can notice here that it is a ROT 13, we will decode that and let’s see what is this?

ree

If you want to read the full writeup, then



 
 
 

Comments


bottom of page