Skip to content

Commit 54a65f2

Browse files
Merge pull request #17 from dreadnode/ads/cap-980-add-waymore-to-web-capability-runtime
feat: add waymore to web-security capability runtime
2 parents a58cad1 + b927d87 commit 54a65f2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

capabilities/web-security/capability.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ checks:
7575
command: command -v caido-cli
7676
- name: burp
7777
command: test -f /opt/burp/burpsuite.jar
78+
- name: waymore
79+
command: command -v waymore
7880
- name: jxscout
7981
command: command -v jxscout-pro-v2
8082

capabilities/web-security/scripts/install_tools.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ fi
104104
npm install -g agent-browser
105105
agent-browser install || true
106106

107+
# -- waymore (Wayback Machine recon) -----------------------------------------
108+
pip install --break-system-packages waymore
109+
107110
# -- Clean up Go build cache -----------------------------------------------
108111
go clean -cache -modcache 2>/dev/null || true
109112

0 commit comments

Comments
 (0)