Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions capabilities/web-security/capability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ checks:
command: command -v caido-cli
- name: burp
command: test -f /opt/burp/burpsuite.jar
- name: waymore
command: command -v waymore
- name: jxscout
command: command -v jxscout-pro-v2

Expand Down
3 changes: 3 additions & 0 deletions capabilities/web-security/scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ fi
npm install -g agent-browser
agent-browser install || true

# -- waymore (Wayback Machine recon) -----------------------------------------
pip install --break-system-packages waymore

# -- Clean up Go build cache -----------------------------------------------
go clean -cache -modcache 2>/dev/null || true

Expand Down
Loading