forked from secgroundzero/warberry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies
48 lines (41 loc) · 1.61 KB
/
dependencies
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
44
45
46
47
#Required dependencies for the warberry script to run correctly
sudo apt-get install nbtscan
sudo apt-get install python-scapy
sudo apt-get install tcpdump
sudo apt-get install nmap
sudo pip install python-nmap
sudo pip install ipaddress
sudo apt-get install ppp
sudo apt-get install sg3-utils
sudo apt-get install netdiscover
sudo apt-get install macchanger
sudo apt-get install nikto
sudo apt-get install hydra
sudo apt-get install onesixtyone
sudo apt-get install john
sudo apt-get install w3af-console
sudo apt-get install arp-scan
#Additional tools which are not mandatory requirements for the script
sudo git clone https://github.com/stasinopoulos/commix.git
sudo git clone https://github.com/sqlmapproject/sqlmap.git
sudo git clone https://github.com/CoreSecurity/impacket.git
#Aircrack Installation
sudo apt-get -y install libssl-dev
sudo wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta1.tar.gz
sudo tar -zxvf aircrack-ng-1.2-beta1.tar.gz
cd aircrack-ng-1.2-beta1
sudo make
sudo make install
sudo airodump-ng-oui-update
sudo apt-get -y install iw
sudo wget https://download.sysinternals.com/files/SysinternalsSuite.zip
sudo git clone https://github.com/samratashok/nishang.git
sudo git clone https://github.com/SpiderLabs/Responder.git
sudo git clone https://github.com/sophron/wifiphisher.git
sudo git clone https://github.com/DanMcInerney/net-creds.git
sudo git clone https://github.com/Dionach/CMSmap
sudo git clone https://github.com/PowerShellMafia/PowerSploit.git
#Weaved installation for remote ssh access
sudo apt-get install weavedconnectd
sudo weavedinstaller
#Enter your Weaved account username and password