Kalibuntu is a set of bash scripts to facilitate the process of installing Kali tools on Ubuntu without using Kali's repositories to prevent system breakages.
Other distributions aren't supported because some packages are taken from Ubuntu repositories.
Use git
to get a copy of the project.
git clone https://github.com/Funeoz/kalibuntu.git
Then give executable rights to all the shell scripts in the folder.
cd kalibuntu
find . -type f -iname "*.sh" -exec chmod +x {} \;
Run first_run.sh
to install needed tools for Kalibuntu (as sudo):
sudo ./first_run.sh
Run as root kalibuntu.sh
sudo ./kalibuntu.sh
See the wiki for supported tools.
At least one tool is added per week.
To do this:
cd kalibuntu
git pull
An easier way for updating will be added in the future.
-
support positional parameters for faster tool management (eg:
./kalibuntu.sh install metasploit
) -
better log system
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
If you want to add a new tool, please refer to this page of the wiki.
The project is under GPLv3 license.