mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-07-25 10:45:23 -04:00
nuclei issue #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @b0fhb0fh on GitHub (Sep 1, 2025).
During pentest I've got the message:
Error processing streamed response event: Error invoking MCP tool do-nuclei: MCP error -32602: Invalid arguments for tool do-nuclei: [
{
"validation": "url",
"code": "invalid_string",
"message": "Invalid url",
"path": [
"url"
]
}
]
my map.json include next text:
nuclei is in the PATH and runs from command line without any problems
Any ideas ?
@b0fhb0fh commented on GitHub (Sep 1, 2025):
I tried use nuclei in agent mode with url of target.
It runs without problems.