-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.py
85 lines (79 loc) · 3.65 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import sys
import os
def install():
os.system("apt update")
os.system("pip install mechanize json whois python-whois requests bs4 requests[socks] urlparse cookielib")
os.system("pip install scapy datetime argparse re threading urllib2 modules builtwith 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 hashcat -y")
os.system("apt install nc")
os.system("apt install cupp")
os.system("cd /root/tufhub && mkdir wordlists")
os.system("cd && git clone https://github.com/thelinuxchoice/shellphish")
os.system("cd && git clone https://github.com/thelinuxchoice/userrecon")
os.system("cd && git clone https://github.com/thelinuxchoice/instaspam")
os.system("cd && git clone https://github.com/thelinuxchoice/fastssh")
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("cd && git clone https://github.com/trustedsec/social-engineer-toolkit")
os.system("apt install wifite -y")
os.system("apt install reaver -y")
os.system("apt install aircrack-ng -y")
os.system("cd /root/social-engineer-toolkit && pip install -r requirements.txt")
os.system("python /root/social-engineer-toolkit/setup.py install")
print "are you running on the real kali linux os [y/n]"
check = raw_input("[y/n]> ")
if check == "y" :
print "ok most tools should work for you you might have to install other"
print "things on your os for this to work if it doesnt work"
os.system("sleep 2")
install()
if check == "n" :
print "then some of the tools in this script might not work"
print "do you want to continue installation [y/n]"
install = raw_input("[y/n]> ")
if install == "y" :
def install():
os.system("apt update")
os.system("pip install mechanize json whois python-whois requests bs4 requests[socks] urlparse cookielib")
os.system("pip install scapy datetime argparse re threading urllib2 modules builtwith smtplib")
os.system("pip install whois")
os.system("pip install builtwith")
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 hashcat")
os.system("apt install nc")
os.system("apt install cupp")
os.system("cd /root/tufhub && mkdir wordlists")
os.system("cd && git clone https://github.com/thelinuxchoice/shellphish")
os.system("cd && git clone https://github.com/thelinuxchoice/userrecon")
os.system("cd && git clone https://github.com/thelinuxchoice/instaspam")
os.system("cd && git clone https://github.com/thelinuxchoice/fastssh")
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("cd && git clone https://github.com/trustedsec/social-engineer-toolkit")
os.system("apt install wifite -y")
os.system("apt install reaver -y")
os.system("apt install aircrack-ng -y")
os.system("cd /root/social-engineer-toolkit && pip install -r requirements.txt")
os.system("python /root/social-engineer-toolkit/setup.py install")
install()
if install == "n" :
print "thanks for checking out my script"
sys.exit()