Skip to content

Instantly share code, notes, and snippets.

@ByteReaper
Created June 24, 2016 19:37
Show Gist options
  • Save ByteReaper/14a7389b54bd69dedfe82f3d83abf1d2 to your computer and use it in GitHub Desktop.
Save ByteReaper/14a7389b54bd69dedfe82f3d83abf1d2 to your computer and use it in GitHub Desktop.
Stapler_FTP_Anon.txt
root@lulb0x:~# ftp 192.168.153.142
Connected to 192.168.153.142.
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.153.142:root): Anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
-rw-r--r-- 1 0 0 107 Jun 03 23:06 note
226 Directory send OK.
ftp> get note
local: note remote: note
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for note (107 bytes).
226 Transfer complete.
107 bytes received in 0.00 secs (50.0442 kB/s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment