-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathinstall.py
51 lines (50 loc) · 1.74 KB
/
install.py
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
48
49
50
51
import os
def install():
os.system("apt update")
os.system("apt install dirb -y")
os.system("apt install bettercap -y")
os.system("apt install sslscan -y")
os.system("apt install crunch -y")
os.system("apt install tcpdump -y")
os.system("apt install macchanger -y")
os.system("apt install wafw00f -y")
os.system("apt install medusa -y")
os.system("pip install future")
os.system("pip install mechanize")
os.system("pip install json")
os.system("pip install whois")
os.system("pip install python-whois")
os.system("pip install requests")
os.system("pip install bs4")
os.system("pip install requests[socks]")
os.system("pip install urlparse")
os.system("pip install cookielib")
os.system("pip install scapy")
os.system("pip install datetime")
os.system("pip install argparse")
os.system("pip install re")
os.system("pip install threading")
os.system("pip install urllib2")
os.system("pip install modules")
os.system("pip install builtwith")
os.system("pip install smtplib")
os.system("pip install whois")
os.system("pip install builtwith")
os.system("pip install colorama")
os.system("pip install dnspython")
os.system("pip install shodan")
os.system("apt install python-socks -y")
os.system("apt install nmap -y")
os.system("apt install php -y")
os.system("apt install perl -y")
os.system("apt install neofetch -y")
os.system("apt install cupp -y")
os.system("gem install lolcat")
print "\n"
print """entering big download region prepare you anus
if your not ready press ctrl C """
i = raw_input("press ctrl c to stop hit enter to continue")
os.system("apt install metasploit-framework -y")
os.system("apt install reaver -y")
os.system("apt install aircrack-ng -y")
install()