mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Merge branch 'master' of https://github.com/kforney/pentest-distro-builder
Former-commit-id: 8a96a914867b090cd0a567168c67c345e8165136
This commit is contained in:
commit
8b6eb20f14
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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.
|
Loading…
Reference in a new issue