Skip to content

Customizing SELKS

Peter Manev edited this page May 5, 2015 · 16 revisions

Here is a simple example. Get a Debian Jessie (virtual machine or your work machine...whichever) up and running ad make sure it has 8-10GB of free space.

4 easy steps:

**1)**

apt-get install git-core

2)

git clone -b jessie https://github.com/StamusNetworks/SELKS.git

3)

`` cd SELKS && ./install-deps.sh``

1)

``./build-debian-live.sh -k 4.0.1 -p "w3af aircrack-ng hydra python-scapy" ``

This will probably take 30-60 min. It will make a SELKS ready to install image with a kernel version 4.0.1 and add the packages w3af aircrack-ng hydra python-scapy to the default SELKS distro with all their needed dependencies automatically.

After done you will end up with a SELKS.iso in your Stamus-Live-Build/ directory. You are good to go. You can burn and install the new image.

Clone this wiki locally