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