diff --git a/CHANGELOG.md b/CHANGELOG.md index db27d04..1236035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog for Docker image +## 0.2.9 + +* feat: update amass + +## 0.2.8 + +* feat: add Bo0om wordlist + ## 0.2.7 * feat: update packages diff --git a/Dockerfile b/Dockerfile index 46ddc1b..e9dfe69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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