Skip to content

Commit a987755

Browse files
committed
feat: update amass and change wafw00f installation mode
1 parent c0df930 commit a987755

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ WORKDIR /temp/
165165
# Download whatweb
166166
RUN \
167167
git clone --depth 1 https://github.com/urbanadventurer/WhatWeb.git && \
168-
# Download wafw00f
169-
git clone --depth 1 https://github.com/EnableSecurity/wafw00f.git && \
170168
# Install dirsearch
171169
git clone --depth 1 https://github.com/maurosoria/dirsearch.git && \
172170
# Download arjun
@@ -188,7 +186,7 @@ RUN \
188186
unzip aquatone.zip -d aquatone && \
189187
rm aquatone.zip && \
190188
# 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 && \
192190
unzip amass.zip -d amass && \
193191
rm amass.zip && \
194192
# Download Sublist3r
@@ -319,10 +317,6 @@ RUN \
319317
WORKDIR /tools/recon/knock
320318
RUN python setup.py install
321319

322-
# Install wafw00f
323-
WORKDIR /tools/recon/wafw00f
324-
RUN python3 setup.py install
325-
326320
# Install linkfinder
327321
WORKDIR /tools/recon/LinkFinder
328322
RUN \

requirements_pip3.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ argparse
1010
#photon dependency
1111
tld
1212
#jwt-tool dependency
13-
pycryptodomex
13+
pycryptodomex
14+
wafw00f

0 commit comments

Comments
 (0)