Skip to content

Commit

Permalink
feat: update amass
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaguirrep committed Sep 7, 2020
1 parent caf15c0 commit 8e0b0c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog for Docker image
<!--LATEST=0.2.7-->

## 0.2.9

* feat: update amass

## 0.2.8

* feat: add Bo0om wordlist

## 0.2.7

* feat: update packages
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN \
unzip aquatone.zip -d aquatone && \
rm aquatone.zip && \
# Install amass
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.2/amass_linux_amd64.zip -O amass.zip && \
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.3/amass_linux_amd64.zip -O amass.zip && \
unzip amass.zip -d amass && \
rm amass.zip && \
# Download Sublist3r
Expand Down Expand Up @@ -292,7 +292,7 @@ RUN \
# Install otxurls
go get github.com/lc/otxurls && \
# Install amass
ln -s /tools/recon/amass/amass_v3.5.5_linux_amd64/amass /usr/bin/amass && \
ln -s /tools/recon/amass/amass_linux_amd64/amass /usr/bin/amass && \
# Install hakrevdns
go get github.com/hakluke/hakrevdns && \
# Install ffuf
Expand Down

0 comments on commit 8e0b0c2

Please sign in to comment.