File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ WORKDIR /temp/
165
165
# Download whatweb
166
166
RUN \
167
167
git clone --depth 1 https://github.com/urbanadventurer/WhatWeb.git && \
168
- # Download wafw00f
169
- git clone --depth 1 https://github.com/EnableSecurity/wafw00f.git && \
170
168
# Install dirsearch
171
169
git clone --depth 1 https://github.com/maurosoria/dirsearch.git && \
172
170
# Download arjun
@@ -188,7 +186,7 @@ RUN \
188
186
unzip aquatone.zip -d aquatone && \
189
187
rm aquatone.zip && \
190
188
# Install amass
191
- wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.3 /amass_linux_amd64.zip -O amass.zip && \
189
+ wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.5 /amass_linux_amd64.zip -O amass.zip && \
192
190
unzip amass.zip -d amass && \
193
191
rm amass.zip && \
194
192
# Download Sublist3r
@@ -319,10 +317,6 @@ RUN \
319
317
WORKDIR /tools/recon/knock
320
318
RUN python setup.py install
321
319
322
- # Install wafw00f
323
- WORKDIR /tools/recon/wafw00f
324
- RUN python3 setup.py install
325
-
326
320
# Install linkfinder
327
321
WORKDIR /tools/recon/LinkFinder
328
322
RUN \
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ argparse
10
10
#photon dependency
11
11
tld
12
12
#jwt-tool dependency
13
- pycryptodomex
13
+ pycryptodomex
14
+ wafw00f
You can’t perform that action at this time.
0 commit comments