LionSec / katoolin

Automatically install all Kali linux tools
https://lionsec.net
GNU General Public License v2.0
4.75k stars 1.33k forks source link

katoolin vs Tool-X #246

Open keithsavage777 opened 4 years ago

keithsavage777 commented 4 years ago

to regards to having any working means to have kila tools and keeping your fav flav of linux. after doing all i could with katoolin i found Tool-X to really work. can now breath again. coz i should have just installed Kali on this old laptop any way but wanted to try Ubuntu 20-04 for a while o aslo saw can install these tool-x on Android in the read.md file too cool ha, . thanks folks and didnt forget to come back here and post some good info for yall. oss

ok new news after getting tool-x to work now katoolin works too after i had a feeling it was not having alot of pyton installed etc. or something apt-get update apt -get upgrade -y apt-get install python -y apt-get install python3 -y

https://github.com/rajkumardusad/Tool-X https://www.kitploit.com/2019/01/tool-x-kali-linux-hacking-tool-installer.html How to install in Ubuntu ?

sudo apt-get Update
sudo apt-get install git
sudo git clone https://github.com/Rajkumrdusad/Tool-X.git
cd Tool-X
chmod +x install.aex
sudo sh install.aex OR ./install.aex

Now Tool-X is installed successfully. To run Tool-X Type Tool-X Now type Tool-X from anywhare in your terminal to open Tool-X. But use this tool only for legal purpose.

shittih commented 4 years ago

python3 not found in the directory [@keithsavage777