summaryrefslogtreecommitdiffstats
path: root/README
blob: 104dfa11c7a3a03949d206b6a7bea6082193470e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
setup-box
=========

setup-box is a tool to make easier the task of setting up an Alpine Linux box.
You can either use the pre-set environment or define your own by creating the proper
json file.


Depends on
----------
   jq - A command-line JSON processor

   
Examples
--------
* Installing a full pentest box (without a desktop environment):
   ~# setup-box -g pentest

* Installing only VoIP pentest tools:
   ~# setup-box pentest.voip

* Installing VoIP and Forensics tools:
   ~# setup-box -e pentest.voip -e pentest.forensics
or
   ~# setup-box -e "pentest.voip pentest.forensics"

* Installing VoIP tools and XFCE desktop:
   ~# setup-box -e pentest.voip -d xfce 

* Checking groups and avaliable tools:
   ~/setup-box# cat json/pentest.json