21
adot@pwnbox:~/oscp/provinggrounds/medium/moneybox$ ftp 192.168.172.230
Connected to 192.168.172.230.
220 (vsFTPd 3.0.3)
Name (192.168.172.230:adot): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls -la
229 Entering Extended Passive Mode (|||14275|)
150 Here comes the directory listing.
drwxr-xr-x 2 0 0 4096 Feb 26 2021 .
drwxr-xr-x 2 0 0 4096 Feb 26 2021 ..
-rw-r--r-- 1 0 0 1093656 Feb 26 2021 trytofind.jpg
226 Directory send OK.
ftp> mget trytofind.jpg
mget trytofind.jpg [anpqy?]? y
229 Entering Extended Passive Mode (|||46698|)
150 Opening BINARY mode data connection for trytofind.jpg (1093656 bytes).
100% |*************************************************************************************************************************************************************************************************| 1068 KiB 1.25 MiB/s 00:00 ETA
226 Transfer complete.
1093656 bytes received in 00:00 (1.19 MiB/s)
ftp> exit
221 Goodbye.
Last updated