A script for easily building customized images of pentesting distros (Kali and ParrotSec).
Go to file
Don Bowers b0fe09fcea Merge pull request #3 from kforney/master
Add autologin and custom tmux config.

Former-commit-id: 4784e9910e6a24cf9175aabc11b46fbabdfa5fbb
Former-commit-id: 94b3c0da296c9c9ae68ab97d29c62835a6c08867
2018-09-28 14:59:53 -06:00
build Add directories. 2018-09-26 17:00:39 -06:00
config Add the rest of the desktop environments. 2018-09-27 00:58:56 -06:00
debs Add autologin and custom tmux config. 2018-09-27 17:40:01 -06:00
filesystem Add autologin and custom tmux config. 2018-09-27 17:40:01 -06:00
images Add directories. 2018-09-26 17:00:39 -06:00
modules Remove missing ParrotSec package. 2018-09-27 01:06:41 -06:00
LICENSE Initial commit 2018-09-05 17:05:27 -06:00
README.md Create README.md 2018-09-26 15:55:30 -06:00
runme.sh Add the rest of the desktop environments. 2018-09-27 00:58:56 -06:00

Pentest Distro Builder

This script automates the process of building the most common pentesting Linux distributions, Kali Linux and Parrot Security OS.

Running

Just clone the repository, then make whatever changes you wish to make.

  • .deb files in the debs/ folder will be installed into the image.
  • Files in the filesystem/ folder will be copied to the system.
  • Add any extra software from the repository you wish to install to the config/software.list.chroot file.

When you're ready to build, run sudo ./runme.sh .

The script will build whichever OS you are currently running, and prompt for which desktop environment and repository you wish to use.

Once it's complete, the finished image will be copied to the images/ folder.