-
Notifications
You must be signed in to change notification settings - Fork 288
/
setup.sh
43 lines (43 loc) · 1.35 KB
/
setup.sh
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
32
33
34
35
36
37
38
39
40
41
42
43
apt-get update
apt-get -y upgrade
apt-get install -y git
apt-get install -y python-pip
mkdir Results
mkdir Tools
pip install dnspython
pip install setuptools
apt-get install -y libssl-dev libffi-dev python-dev build-essential
pip install crackmapexec
apt-get install -y nbtscan
apt-get install -y python-scapy
apt-get install -y wireshark-common
apt-get install -y tcpdump
apt-get install -y nmap
pip install python-nmap
apt-get install -y python-bluez
apt-get install -y python-requests
pip install optparse-pretty
pip install netaddr
pip install prettytable
apt-get install -y python-urllib3
pip install ipaddress
apt-get install -y ppp
apt-get install -y xprobe2
apt-get install -y sg3-utils
apt-get install -y netdiscover
apt-get install -y macchanger
apt-get install -y unzip
wget http://seclists.org/nmap-dev/2016/q2/att-201/clamav-exec.nse -O /usr/share/nmap/scripts/clamav-exec.nse
cd Tools
apt-get install -y onesixtyone
apt-get install -y bridge-utils
apt-get install -y ettercap-text-only
apt-get install -y ike-scan
git clone https://github.com/SpiderLabs/Responder.git
wget https://labs.portcullis.co.uk/download/enum4linux-0.8.9.tar.gz -O enum4linux-0.8.9.tar.gz
tar -zxvf enum4linux-0.8.9.tar.gz
mv enum4linux-0.8.9 enum4linux
apt-get install sqlite3 libsqlite3-dev
cd ..
sqlite3 warberry.db ".read warberryDBCreation"
python warberryModel.py