Just tested the backend of a tool I’ve been building

x32x01
  • by x32x01 ||
🔍 Just tested the backend of a tool I’ve been building - Nuclei GPT
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

✅ And it flagged them successfully using the AI-generated YAML template.
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
🔗 Link http://34.9.138.125:5050/
Be careful opening this link.
Just tested the backend of a tool I’ve been building - Nuclei GPT
 
Last edited:
Related Threads
x32x01
Replies
0
Views
566
x32x01
x32x01
x32x01
Replies
0
Views
544
x32x01
x32x01
x32x01
Replies
0
Views
549
x32x01
x32x01
x32x01
Replies
0
Views
623
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
953
x32x01
x32x01
Register & Login Faster
Forgot your password?
Forum Statistics
Threads
563
Messages
566
Members
54
Latest Member
Satti
Back
Top