TVT618

Install all Kali Linux toolkit on Ubuntu/Lubuntu

Apr 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Install Kali Linux tools on Ubuntu/Lubuntu
  2.  
  3. 1, Open LXTerminal (Lubuntu) or Terminal (Ubuntu). Update the package lists and install Git:
  4. sudo apt update && sudo apt install git
  5.  
  6. 2, Download and install Katoolin:
  7. git clone https://github.com/LionSec/katoolin && cp katoolin/katoolin.py /usr/bin/katoolin
  8. chmod +x /usr/bin/katoolin
  9. sudo katoolin
  10.  
  11. 3, To install Kali Linux tools, add and update Kali Linux repositories:
  12. 1 (Add Kali Linux repositories & Update) > 1 (Add Kali Linux repositories) and 2 (Update)
  13.  
  14. 4, Install classismenu indicator:
  15. gohome > 3 (classismenu indicator) and y (Yes)
  16.  
  17. 5, Next, install the Kali Linux menu to categorize the tools:
  18. gohome > 4 (Install Kali menu) and y (Yes)
  19.  
  20. 6, Now, install all Kali Linux tools
  21. gohome > 2 (View Categories) > 0 (All)
  22.  
  23. Or you can install some Kali Linux tools at will. For example, you only want to install SET (Social-Engineer Toolkit):
  24. gohome > 2 (View Categories) > 8 (Exploitation Tools) > 13 (SET)
  25.  
  26. 7, Open new LXTerminal (Lubuntu) or Terminal (Ubuntu) windows. To open SET, enter this command: sudo setoolkit
Add Comment
Please, Sign In to add comment