CSICTF-Writeups/Linux/HTB 0x1/README.md

29 lines
696 B
Markdown
Raw Normal View History

2020-07-31 18:23:02 +05:30
## HTB 0x1
The main idea finding the flag is anonymous FTP bypass.
#### Step-1:
The idea is similar to getting root access of a machine. So I started with basic `nmap 34.93.37.238` scan on the server. But unfortunately, not much.
#### Step-2:
So I random access on FTP server through the given IP address by `ftp -p 34.93.37.238 5001`.
Voila! I was in!
No idea of credentials though.
#### Step-3:
So I just tried to access the FTP page through URL: ftp://34.93.37.238:5001/
It directly showed this webpage.
<img src="Web1.png">
#### Step-4:
Next it was just navigating through to get the flag.
<img src="Flag.png">
#### Step-5:
Finally the flag becomes:
`csictf{4n0nym0u5_ftp_l0g1n}`