-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall_all.sh
More file actions
20 lines (19 loc) · 779 Bytes
/
install_all.sh
File metadata and controls
20 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/bash
sudo apt-get install apache2 -y
sudo apt-get install pure-ftpd -y
sudo apt-get install xinetd telnetd -y
sudo apt-get install dillo -y
sudo apt-get install nmap -y
sudo apt-get install ettercap-graphical -y
sudo apt-get install maradns -y
sudo apt-get install maradns-deadwood -y
sudo apt-get install hping3 -y
sudo apt-get install udhcpd -y
sudo apt-get install udhcpc -y
sudo apt-get install dnsmasq -y
sudo apt-get install curl -y
sudo apt-get install distcc -y
sudo apt-get install chromium-browser -y
sudo apt-get install ipsec-tools -y
sudo apt-get install strongswan -y
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod a+rwx msfinstall && ./msfinstall