BBOT安全扫描服务器

version : 1.0.0

list_bbot_modules

List all available bbot modules

结果(Result)

list_bbot_presets

List all available bbot presets

结果(Result)

start_bbot_scan

Start a new bbot scan Args: targets: Comma-separated list of targets (domains, IPs, URLs) modules: Comma-separated list of modules to use (optional) presets: Comma-separated list of presets to use (optional) flags: Comma-separated list of flags to use (optional) no_deps: Disable dependency installation to prevent sudo prompts (default: True)

*targets(string)

modules(string)

presets(string)

flags(string)

no_deps(boolean)

结果(Result)

get_scan_status

Get the status of a specific scan

*scan_id(string)

结果(Result)

get_scan_results

Get results from a specific scan Args: scan_id: The ID of the scan limit: Maximum number of results to return (default: 100)

*scan_id(string)

limit(integer)

结果(Result)

list_active_scans

List all active scans

结果(Result)

wait_for_scan_completion

Wait for a scan to complete with timeout and progress reporting Args: scan_id: The ID of the scan to wait for timeout: Maximum time to wait in seconds (default: 300 = 5 minutes) poll_interval: How often to check scan status in seconds (default: 5) include_progress: Whether to include progress updates in the response (default: True)

*scan_id(string)

timeout(integer)

poll_interval(integer)

include_progress(boolean)

结果(Result)

get_dependency_info

Get information about dependency management in bbot scans

结果(Result)