Funeoz/kalibuntu
Kalibuntu is a set of bash scripts to install Kali tools without its repositories
Kalibuntu
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.
Installation
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.shUsage
Run as root kalibuntu.sh
sudo ./kalibuntu.shSupported tools
See the wiki for supported tools.
At least one tool is added per week.
Updating
To do this:
cd kalibuntu
git pullAn easier way for updating will be added in the future.
To-do
-
support positional parameters for faster tool management (eg:
./kalibuntu.sh install metasploit) -
better log system
Contributing
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.
License
The project is under GPLv3 license.
