pentest-distro-builder/README.md
Kaj Forney a550473889 Create README.md
Former-commit-id: 7c2fc2b8eb303233eb22481e16b60e91a2d11c8d
2018-09-26 15:55:30 -06:00

744 B

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.