
- by x32x01 ||

It’s an AI-powered, one-click version of the Nuclei vulnerability scanner that:
• Uses DeepSeek AI to generate custom Nuclei templates from prompts
• Parses and runs them using the Nuclei engine
• Detects bugs like Open Redirect, XSS, SQLi, idor etc - without manually writing YAML
For this test, I focused on Open Redirect.
I gave it a focused prompt like:
“Find open redirect at any cost.”
The tool responded with payloads such as:
Code:
?url=https://your-domain.comcom
?redirect=https://your-domain.comcom
?next=https://your-domain.com

It still needs refinement (like smarter target selection), but the flow works smoothly:
Prompt → YAML → Parse → Scan → Output
Still in beta - just experimenting and learning.
Would love to know what features or bugs you’d try with something like this.
in actuality this is just an experimental project although i didn't earlier know but seeing this now i feel like this also needs manual interpretation user should know the url to test with , which is not efficient, whats should be made is
An A autonomous Ai bug bounty agent which Actually do stuff from recon to bug findings till report generation and leverage existing tools like nuclei, subfinder and equivalent
it works flawless when you know where to test (but this is not powerful but actually when it's recon automatically and test automatically)
contemplating what more i can do with this or build something new totally
it's limited to LLm(deepseek) but fallback code/module/function (using existing nuclei templates ) didn't implemented now but sooner will.
many scanners are there but nuclei is the only one which actually comes with straight logic over complex deployed Vulnerability scanners that's why it's is usable and efficient

http://34.9.138.125:5050/
Be careful opening this link.
Last edited: