Skip to content

Commit 8e0b0c2

Browse files
committed
feat: update amass
1 parent caf15c0 commit 8e0b0c2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog for Docker image
22
<!--LATEST=0.2.7-->
33

4+
## 0.2.9
5+
6+
* feat: update amass
7+
8+
## 0.2.8
9+
10+
* feat: add Bo0om wordlist
11+
412
## 0.2.7
513

614
* feat: update packages

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN \
188188
unzip aquatone.zip -d aquatone && \
189189
rm aquatone.zip && \
190190
# Install amass
191-
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.2/amass_linux_amd64.zip -O amass.zip && \
191+
wget --quiet https://github.com/OWASP/Amass/releases/download/v3.10.3/amass_linux_amd64.zip -O amass.zip && \
192192
unzip amass.zip -d amass && \
193193
rm amass.zip && \
194194
# Download Sublist3r
@@ -292,7 +292,7 @@ RUN \
292292
# Install otxurls
293293
go get github.com/lc/otxurls && \
294294
# Install amass
295-
ln -s /tools/recon/amass/amass_v3.5.5_linux_amd64/amass /usr/bin/amass && \
295+
ln -s /tools/recon/amass/amass_linux_amd64/amass /usr/bin/amass && \
296296
# Install hakrevdns
297297
go get github.com/hakluke/hakrevdns && \
298298
# Install ffuf

0 commit comments

Comments
 (0)