run_tool
Execute a whitelisted reconnaissance or scanning tool in a Docker environment with configurable timeout. For authorized security audits only.
Instructions
Execute un outil de reconnaissance/scan whiteliste dans la toolbox (forme exec, sans shell : pas de pipe ni de chainage). Usage test AUTORISE uniquement. Borne par un timeout qui tue reellement le process. Pour enchainer des outils, faire plusieurs appels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Commande complete, p.ex. 'httpx -u http://cible -title -tech-detect'. | |
| timeout | No | Timeout en secondes (defaut 300, max 3600). |