web_scan
Run a chosen web fingerprinting scanner (httpx, whatweb, wafw00f, nikto, wpscan, or arjun) against target URLs to identify technologies, vulnerabilities, and security weaknesses.
Instructions
Purpose: Run one web fingerprinting scanner selected by tool=httpx|whatweb|wafw00f|nikto|wpscan|arjun. Constraints: httpx accepts urls or target and supports threads. whatweb uses agg_level. nikto supports tuning. wpscan supports enumerate and api_token. arjun supports method and threads.… Example: web_scan(tool='httpx', urls='http://a,http://b', threads=20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| urls | No | ||
| title | No | ||
| method | No | GET | |
| target | No | ||
| tuning | No | ||
| threads | No | ||
| agg_level | No | ||
| api_token | No | ||
| enumerate | No | vp,vt,tt,cb,dbe,u,m | |
| extra_args | No | ||
| include_raw | No | ||
| status_code | No | ||
| tech_detect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||