forked from 0xInfection/TIDoS-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies
More file actions
executable file
·92 lines (73 loc) · 1.68 KB
/
Copy pathdependencies
File metadata and controls
executable file
·92 lines (73 loc) · 1.68 KB
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
86
87
88
89
90
91
92
#!/bin/sh
#-:-:-:-:-:-:-:-:-:-:-:-:#
# TIDoS Framework #
#-:-:-:-:-:-:-:-:-:-:-:-:#
#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
# Update ur distro after of the installation.
# USE
# sudo apt-get update
# sudo apt-get upgrade
if ! hash libncurses5 2>/dev/null; then apt-get install --yes libncurses5 ; fi
if ! hash libxml2 2>/dev/null; then apt-get install --yes libxml2 ; fi
if ! hash libxslt 2>/dev/null; then apt-get install --yes libxslt ; fi
if ! hash nmap 2>/dev/null; then sudo apt-get install --yes nmap ; fi
if ! hash git 2>/dev/null; then sudo apt-get install --yes git ; fi
if ! hash build-essential 2>/dev/null; then sudo apt-get install --yes build-essential ; fi
if ! hash python-pip 2>/dev/null; then sudo apt-get install --yes python-pip ; fi
if ! hash python-xmpp 2>/dev/null; then sudo apt-get install --yes python-xmpp ; fi
pip install sslscan
pip install tldextract
DIR=$(dirname $0)
cd lib/scapy/
sudo python setup.py install
cd ..
cd ..
cd lib/pexpect/
sudo python setup.py install
cd ..
cd ..
cd lib/idna/
sudo python setup.py install
cd ..
cd ..
cd lib/bs4/
sudo python setup.py install
cd ..
cd ..
cd lib/tld/
sudo python setup.py install
cd ..
cd ..
cd lib/requests/
sudo python setup.py install
cd ..
cd ..
cd lib/wafw00f/
sudo python setup.py install
cd ..
cd ..
cd lib/pymap/
sudo python setup.py install
cd ..
cd ..
cd lib/google/
sudo python setup.py install
cd ..
cd ..
cd lib/emailprotectionslib/
sudo python setup.py install
cd ..
cd ..
cd lib/builtwith/
sudo python setup.py install
cd ..
cd ..
cd lib/lxml/
sudo python setup.py install
cd ..
cd ..
cd lib/logging/
sudo python setup.py install
cd ..
cd ..