From 7cfe36297400de2605688c5d81ce27f904b2f804 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 17 Apr 2022 18:23:26 +0200 Subject: [PATCH 1/9] Update README.md --- README.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 92e19cc..31d0c6a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,21 @@ Automatically install all Kali linux tools - An operating system (tested on Ubuntu) # 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 @@ -32,16 +43,8 @@ Before updating your system , please remove all Kali-linux repositories to avoid # 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 : informatica98es@gmail.com - - -# Contact -- Website : https://neodrix.com -- Youtube : https://youtube.com/inf98es -- Facebook : https://facebook.com/in98 -- Twitter: @LionSec1 -- Email : informatica98es@gmail.com +# 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 From 8f6d2e968b1deb976f56815bc7a3b200369e92d8 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 17 Apr 2022 18:24:00 +0200 Subject: [PATCH 2/9] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 31d0c6a..643b480 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,19 @@ Automatically install all Kali linux tools ` 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 ` From ca6f53b419e05da84263353b335325bfdd2e5260 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 17 Apr 2022 18:24:40 +0200 Subject: [PATCH 3/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 643b480..302090f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Automatically install all Kali linux tools # Requirements - Python 2.7 -- An operating system (tested on Ubuntu) +- An operating system (tested on Ubuntu 20.04) # Installation ` From 9fa49919c32d63b31173faaf655e60493ce93147 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Mon, 18 Apr 2022 12:37:11 +0200 Subject: [PATCH 4/9] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 302090f..f03d027 100644 --- a/README.md +++ b/README.md @@ -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 @@ -9,7 +9,7 @@ Automatically install all Kali linux tools # Requirements - Python 2.7 -- An operating system (tested on Ubuntu 20.04) +- An (debian based) operating system (tested on Ubuntu 20.04) # Installation ` @@ -43,7 +43,7 @@ https://www.youtube.com/watch?v=8VxCWVoZEEE - By installing armitage , you will install metasploit # 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! @@ -51,4 +51,5 @@ Please visit https://github.com/nathmo/katoolin/issues # 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 From d9d657c77262b833a0e97b45f06179556bed8ae5 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Mon, 18 Apr 2022 12:38:27 +0200 Subject: [PATCH 5/9] aestetic change --- katoolin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katoolin.py b/katoolin.py index 102c17a..a5991c1 100644 --- a/katoolin.py +++ b/katoolin.py @@ -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 From c213aaca260c7b8a1daffb9b9690ff1464fb7c34 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 23 Apr 2022 01:05:23 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f03d027..ef5877a 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ Please visit https://github.com/nathmo/katoolin/issues 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 + +# TODO +improve UI (reduce the number of step to install a package, auto add the repo and delete once installed) +move to python 3 From ce2085050c83cce6c275f3cb8747ce6581b3cfaa Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 23 Apr 2022 01:05:36 +0200 Subject: [PATCH 7/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef5877a..7d58daf 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,5 @@ 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 # TODO -improve UI (reduce the number of step to install a package, auto add the repo and delete once installed) -move to python 3 +- improve UI (reduce the number of step to install a package, auto add the repo and delete once installed) +- move to python 3 From 1d9d9ed1b95959d2e7f93778f169f07d6af02cb2 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Wed, 11 May 2022 10:54:41 +0200 Subject: [PATCH 8/9] Update katoolin.py --- katoolin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katoolin.py b/katoolin.py index a5991c1..cc7f8b3 100644 --- a/katoolin.py +++ b/katoolin.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import os import sys, traceback From d3f2aba717c9c52779ec5a20980a4757da783fca Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Tue, 4 Oct 2022 10:22:21 +0200 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d58daf..38338fe 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ 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 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