There was an error while loading. Please reload this page.
2 parents a58cad1 + b927d87 commit 54a65f2Copy full SHA for 54a65f2
2 files changed
capabilities/web-security/capability.yaml
@@ -75,6 +75,8 @@ checks:
75
command: command -v caido-cli
76
- name: burp
77
command: test -f /opt/burp/burpsuite.jar
78
+ - name: waymore
79
+ command: command -v waymore
80
- name: jxscout
81
command: command -v jxscout-pro-v2
82
capabilities/web-security/scripts/install_tools.sh
@@ -104,6 +104,9 @@ fi
104
npm install -g agent-browser
105
agent-browser install || true
106
107
+# -- waymore (Wayback Machine recon) -----------------------------------------
108
+pip install --break-system-packages waymore
109
+
110
# -- Clean up Go build cache -----------------------------------------------
111
go clean -cache -modcache 2>/dev/null || true
112
0 commit comments