A script for easily building customized images of pentesting distros (Kali and ParrotSec).
Go to file
Kaj Forney 8b6eb20f14 Merge branch 'master' of https://github.com/kforney/pentest-distro-builder
Former-commit-id: 8a96a914867b090cd0a567168c67c345e8165136
2018-09-26 15:57:16 -06:00
config Initial commit. 2018-09-05 17:06:30 -06:00
debs Various bug fixes. 2018-09-26 14:31:25 -06:00
filesystem/root Various bug fixes. 2018-09-26 14:31:25 -06:00
modules Remove local mirror. 2018-09-26 14:43:45 -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 Fix sed statement. 2018-09-26 15:57:11 -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.