Purdue-Cyber-Forensics-Club / linux-distro

A home brew version of Kali Linux for distributing to club members.
5 stars 0 forks source link

Cyber Forensics Club Linux Distribution

This is a custom-spun version of Kali Linux containing tools and configurations useful for cyber security.

Grab the latest version

Distribution Slideshow

Features

Cloning

git clone https://github.com/Purdue-Cyber-Forensics-Club/linux-distro
cd linux-distro/

Building

Currently, only Gnome 3.x is stable. To build with Gnome 3.x:

./build.sh --verbose

To build with variants:

./build.sh --variant kde --verbose

Variants include kde, xfce, mate, lxde, i3wm, e17. The light variant is not expected to function properly. In the future, we hope to add support for LXQt among other desktop environments.

Contributing

To add packages, see the list in kali-config/variant-gnome/package-lists/kali.list.chroot and add or remove your own entries.

To add files at build time (after package installation), map them out to the root directory in kali-config/common/includes.chroot/.

To execute scripts during build time to make dynamic changes, include them under kali-config/common/hooks/live/, with the extensions .chroot (.binary and .installer work too).