You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
231 B
15 lines
231 B
#!/bin/bash
|
|
#
|
|
|
|
|
|
printf "\nConfiguring gateway attacker node..\n\n"
|
|
|
|
sleep 1
|
|
|
|
|
|
cd ../routers/gateway
|
|
./copy_attacker_setup.sh
|
|
|
|
|
|
ssh -p 22117 -i .vagrant/machines/default/virtualbox/private_key vagrant@localhost ./setup_attacker.sh
|
|
|