GitHunt
FU

Funeoz/kalibuntu

Kalibuntu is a set of bash scripts to install Kali tools without its repositories

GitHub repo size   GitHub license   GitHub contributors   supported tools

Kalibuntu

Imgur

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.sh

Usage

Run as root kalibuntu.sh

sudo ./kalibuntu.sh

Supported tools

See the wiki for supported tools.

At least one tool is added per week.

Updating

To do this:

cd kalibuntu
git pull

An 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.

Languages

Shell100.0%

Contributors

GNU General Public License v3.0
Created March 11, 2020
Updated January 24, 2025
Funeoz/kalibuntu | GitHunt