This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Beginning Installation" | |
apt-get update | |
apt-get -y upgrade | |
apt-get install -y vim | |
echo "Installing Iodine for DNS Tunnel" | |
apt-get -y install iodine | |
echo "Installing Git for Repo Downloading" | |
apt-get -y install git | |
echo "Installing TAP Prerequisites" | |
apt-get -y install python-pexpect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Traffic Eth1 BRO IDS", | |
"services": { | |
"query": { | |
"idQueue": [], | |
"list": { | |
"0": { | |
"query": "files.log", | |
"alias": "", | |
"color": "#7EB26D", |
NewerOlder