21

adot@pwnbox:~/oscp/provinggrounds/medium/stapler$ ftp 192.168.172.148                                                      
Connected to 192.168.172.148.
220-
220-|-----------------------------------------------------------------------------------------|
220-| Harry, make sure to update the banner when you get a chance to show who has access here |
220-|-----------------------------------------------------------------------------------------|
220-
220 
Name (192.168.172.148: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
550 Permission denied.
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxr-xr-x    2 0        0            4096 Jun 04  2016 .
drwxr-xr-x    2 0        0            4096 Jun 04  2016 ..
-rw-r--r--    1 0        0             107 Jun 03  2016 note
226 Directory send OK.
ftp> mget note
mget note [anpqy?]? y
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for note (107 bytes).
100% |*************************************************************************************************************************************************************************************************|   107        2.37 MiB/s    00:00 ETA
226 Transfer complete.
107 bytes received in 00:00 (2.09 KiB/s)
ftp> exit
221 Goodbye.

Last updated