Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
/ kalibuntu Public archive

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

License

Notifications You must be signed in to change notification settings

Funeoz/kalibuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages