Skip to content

Commit

Permalink
feat: update amass and change wafw00f installation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaguirrep committed Oct 15, 2020
1 parent c0df930 commit a987755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ WORKDIR /temp/
# Download whatweb
RUN \
git clone --depth 1 https://github.com/urbanadventurer/WhatWeb.git && \
# Download wafw00f
git clone --depth 1 https://github.com/EnableSecurity/wafw00f.git && \
# Install dirsearch
git clone --depth 1 https://github.com/maurosoria/dirsearch.git && \
# Download arjun
Expand All @@ -188,7 +186,7 @@ RUN \
unzip aquatone.zip -d aquatone && \
rm aquatone.zip && \
# Install amass
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.3/amass_linux_amd64.zip -O amass.zip && \
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.5/amass_linux_amd64.zip -O amass.zip && \
unzip amass.zip -d amass && \
rm amass.zip && \
# Download Sublist3r
Expand Down Expand Up @@ -319,10 +317,6 @@ RUN \
WORKDIR /tools/recon/knock
RUN python setup.py install

# Install wafw00f
WORKDIR /tools/recon/wafw00f
RUN python3 setup.py install

# Install linkfinder
WORKDIR /tools/recon/LinkFinder
RUN \
Expand Down
3 changes: 2 additions & 1 deletion requirements_pip3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ argparse
#photon dependency
tld
#jwt-tool dependency
pycryptodomex
pycryptodomex
wafw00f

0 comments on commit a987755

Please sign in to comment.