sudomesh / tunneldigger-lab

experiments on digging tunnels
GNU General Public License v3.0
4 stars 2 forks source link

Autolab #6

Closed eenblam closed 5 years ago

eenblam commented 5 years ago

I created a few small scripts to produce a simple environment for folks to see the lab in action. I'd like to set up a table with this and other labs at the next BYOI.

This saves the user some of the more "boring" setup at the expense of learning less about how to admin a tunneldigger instance, so this isn't intended as replacement for the actual step-by-step lab.

Anyway, to get this running, just be sure you have Vagrant installed, then

git clone https://github.com/sudomesh/tunneldigger-lab
cd tunneldigger-lab
vagrant up && vagrant ssh
cd /vagrant
./lab.sh
eenblam commented 5 years ago

Screenshot below. Note that the watch commands will highlight changes to each pane as they occur.

screen shot 2018-11-09 at 8 43 21 am

eenblam commented 5 years ago

Merging, but leaving this space open for feedback and discussion on how to further improve the lab setup.