Advertisement
TVT618

[Guide] Install TheFatRat on Windows 10 to pentest

Feb 20th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. [Guide]
  2. How to install TheFatRat on Windows 10 to pentest?
  3.  
  4. Read more: TheFatRat - A massive Exploiting tool: http://bit.ly/2BDa6PV
  5.  
  6. 1, Update your Windows 10 machine. Open Control Panel -> Program and features -> Turn on or off Windows features, find and activate "Windows Subsystem for Linux". And restart now!
  7.  
  8. 2, Next, you must install Windows Subsystem for Linux: lxrun/ install
  9.  
  10. 3, Then install Python 3.x and Git are in the PATH
  11.  
  12. 4, Next, open Command Prompt, enter the command: bash
  13.  
  14. 5, To install TheFatRat on bash pn Ubuntu on Windows 10, enter thw commands:
  15. git clone https://github.com/Screetsec/TheFatRat.git
  16. cd TheFatRat
  17. chmod +x setup.sh && ./setup.sh
  18.  
  19. 6, To run the tools on TheFatRat, enter the command: ./fatrat
  20.  
  21. 7, To update TheFatRat, enter the command: git pull && chmod +x setup.sh && ./setup.sh
  22.  
  23. Download TheFatRat: http://bit.ly/2BDa6PV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement