File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Docker image
2
2
<!-- LATEST=0.2.7-->
3
3
4
+ ## 0.2.9
5
+
6
+ * feat: update amass
7
+
8
+ ## 0.2.8
9
+
10
+ * feat: add Bo0om wordlist
11
+
4
12
## 0.2.7
5
13
6
14
* feat: update packages
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ RUN \
188
188
unzip aquatone.zip -d aquatone && \
189
189
rm aquatone.zip && \
190
190
# 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 && \
192
192
unzip amass.zip -d amass && \
193
193
rm amass.zip && \
194
194
# Download Sublist3r
@@ -292,7 +292,7 @@ RUN \
292
292
# Install otxurls
293
293
go get github.com/lc/otxurls && \
294
294
# 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 && \
296
296
# Install hakrevdns
297
297
go get github.com/hakluke/hakrevdns && \
298
298
# Install ffuf
You can’t perform that action at this time.
0 commit comments