Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 30 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![katoolin](https://cloud.githubusercontent.com/assets/8742190/9415562/83397aae-4840-11e5-8f72-28dfffcc70a9.png)
# katoolin
Automatically install all Kali linux tools
Automatically add the kali repo and install all Kali linux tools

# Features
- Add Kali linux repositories
Expand All @@ -9,13 +9,28 @@ Automatically install all Kali linux tools

# Requirements
- Python 2.7
- An operating system (tested on Ubuntu)
- An (debian based) operating system (tested on Ubuntu 20.04)

# Installation
- sudo su
- git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
- chmod +x /usr/bin/katoolin
- sudo katoolin
`
sudo su
`

`
apt install python2
`

`
git clone https://github.com/nathmo/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
`

`
chmod +x /usr/bin/katoolin
`

`
sudo katoolin
`

# Video
https://www.youtube.com/watch?v=8VxCWVoZEEE
Expand All @@ -25,23 +40,20 @@ https://www.youtube.com/watch?v=8VxCWVoZEEE
- Typing 0 will install all Kali Linux tools
- back : Go back
- gohome : Go to the main menu
- By installing armitage , you will install metasploit
- By installing armitage , you will install metasploit only. its not shipped by default anymore :/

# Warning
Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .
once you installed the tools you needed please remove all Kali-linux repositories as this can seriously fuck up your install if you try to update

# I have some questions!

Please visit https://github.com/LionSec/katoolin/issues
Please visit https://github.com/nathmo/katoolin/issues

# Donations
- Paypal : https://www.paypal.me/lionsec
- skrill : [email protected]
# Author
this project was forked from https://github.com/LionSec/katoolin/

i just added some fix as the project dont seems to be actively maintained anymore

# Contact
- Website : https://neodrix.com
- Youtube : https://youtube.com/inf98es
- Facebook : https://facebook.com/in98
- Twitter: @LionSec1
- Email : [email protected]
# TODO
- improve UI (reduce the number of step to install a package, auto add the repo and delete once installed)
- move to python 3
4 changes: 2 additions & 2 deletions katoolin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2

import os
import sys, traceback
Expand All @@ -21,7 +21,7 @@ def main():
\__| \__| \_______| \____/ \______/ \______/ \__|\__|\__| \__| V2.0 \033[1;m


\033[1;32m+ -- -- +=[ Author: LionSec | Homepage: www.neodrix.com\033[1;m
\033[1;32m+ -- -- +=[ Author: LionSec, updated by nathmo
\033[1;32m+ -- -- +=[ 331 Tools \033[1;m


Expand Down