-
Notifications
You must be signed in to change notification settings - Fork 1
/
tools.txt
166 lines (133 loc) · 3.55 KB
/
tools.txt
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
mkdir ~/tools/
cd ~/tools/
# main tools installation
apt-get -y update
apt-get -y upgrade
apt-get install -y libcurl4-openssl-dev
apt-get install -y libssl-dev
apt-get install -y jq xargs
apt-get install -y ruby-full
apt-get install -y libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev libgmp-dev firefox zlib1g-dev
apt-get install -y build-essential libssl-dev libffi-dev python-dev
apt-get install -y python-setuptools wget
apt-get install -y libldns-dev
apt-get install -y python3-pip
apt-get install -y python-dnspython
apt-get install -y git jq iputils-ping
apt-get install -y chromium-browser
apt-get install -y dirb dialog colorized-logs curl screen dnsutils vim
pip3 install requests
pip3 install netaddr
pip3 install selenium
pip3 install fuzzywuzzy
pip3 install pyvirtualdisplay
pip3 install lxml
pip3 install jsbeautifier
#go
cd /tmp
wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz
tar -xvf go1.14.4.linux-amd64.tar.gz
mv go /usr/local
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
source ~/.profile
#pip
cd /tmp
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
#waybackurls
go get -u github.com/tomnomnom/waybackurls
#naabu
go get -u github.com/projectdiscovery/naabu/cmd/naabu
#hakrawler
go get -u github.com/hakluke/hakrawler
#LinkFinder
cd ~/tools/
git clone https://github.com/GerbenJavado/LinkFinder
cd LinkFinder
python setup.py install
#Arjun
cd ~/tools/
git clone https://github.com/edduu/Arjun
#EyeWitness
cd ~/tools/
git clone https://github.com/FortyNorthSecurity/EyeWitness
#XSStrike
cd ~/tools/
git clone https://github.com/s0md3v/XSStrike
cd XSStrike
pip3 install -r requirements.txt
#dalfox
GO111MODULE=on go get -u -v github.com/hahwul/dalfox
#gauplus
go get -u https://github.com/bp0lr/gauplus
#qsreplace
go get -u github.com/tomnomnom/qsreplace
#kxss
go get -u github.com/tomnomnom/hacks/kxss
#hinject
go get -u github.com/dwisiswant0/hinject
#ffuf
go get -u github.com/ffuf/ffuf
#ParamSpider
cd ~/tools/
git clone https://github.com/devanshbatham/ParamSpider
cd ParamSpider
pip3 install -r requirements.txt
#github-search
cd ~/tools/
git clone https://github.com/gwen001/github-search
cd github-search
pip3 install -r requirements3.txt
create a archive .tokens with Github token
#DSSS
cd ~/tools/
git clone https://github.com/stamparm/DSSS
#Amass
export GO111MODULE=on
go get -v github.com/OWASP/Amass/v3/...
#assetfinder
go get -u github.com/tomnomnom/assetfinder
# Instalar Sublist3r
cd ~/tools/
git clone https://github.com/aboul3la/Sublist3r
cd Sublist3r
pip3 install -r requirements.txt
#knock
cd ~/tools/
git clone https://github.com/guelfoweb/knock
cd knock
Agregamos el token de virustotal:
vim knockpy/config.json
python setup.py install
#findomain
cd ~/tools/
wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-linux
chmod +x findomain-linux
cp findomain-linux
#aquatone
cd /tmp
wget https://github.com/michenriksen/aquatone/releases/download/v1.7.0/aquatone_linux_amd64_1.7.0.zip
unzip aquatone_linux_amd64_1.7.0.zip
cp aquatone /usr/bin/
#Shodanfy
cd ~/tools/
git clone https://github.com/m4ll0k/Shodanfy.py
#cf-check
go get -u github.com/dwisiswant0/cf-check
#hakcheckurl
go get github.com/hakluke/hakcheckurl
# secretfinder
cd ~/tools/
git clone https://github.com/m4ll0k/SecretFinder.git secretfinder
cd secretfinder
pip3 install -r requirements.txt
#zile
cd ~/tools/
git clone https://github.com/xyele/zile
#fprobe
GO111MODULE=on go get -u github.com/theblackturtle/fprobe
#smuggler
cd ~/tools/
https://github.com/defparam/smuggler