9 lines
369 B
Bash
Executable File
9 lines
369 B
Bash
Executable File
#!/bin/bash
|
|
# V89 Skill-to-Agent POC - Opus WIRE 19-avr doctrine 95
|
|
# Skill: ffuf-discover
|
|
# Description: Endpoint fuzzing
|
|
# Whitelist-safe: no sudo, no destructive ops, timeout-protected
|
|
|
|
set -e
|
|
timeout 8 bash -c 'echo '{"note":"ffuf-discover - requires target URL param","status":"ready"}'' 2>&1 || echo "{\"skill\":\"ffuf-discover\",\"error\":\"timeout_or_error\"}"
|