Hey I'm Drcrypter wanna share something about NEW TOOLS WITH AI👋
[SHOWCASE] SQLMAP SKYNET — turning sqlmap into an operator console (MCP + RAG + Dashboard)
I've been hacking on a side project called SQLMAP SKYNET.
If you've ever used sqlmap and thought “this works... but the workflow is messy”, that's exactly why I built this.
SKYNET doesn't replace sqlmap — it wraps it with a cleaner process:
preflight → phased scan → evidence → reports.
⚠️ Usual disclaimer: authorized testing only.
So what's actually new here?
🧩 MCP Agent Mode
This is the “control layer”. SKYNET exposes actions like tools so scans can be driven cleanly:
🧠RAG Memory (practical, not guessing)
RAG is used like a personal playbook that grows over time:
📊 Live Dashboard + Phased Execution
Instead of one long noisy run, SKYNET breaks scanning into phases so you can stop early or go deeper only when confirmed:
🧾Evidence-first reports
Outputs are made to share and archive:
Download / Full Source Code
If you download and it's useful, please drop a ⭐ star on the repo — it honestly helps more than people think 🙏
Question for you guys:
Do you prefer a scanner like this to be strict + quiet by default (only important logs),
or verbose + forensic (everything recorded for replay)?
[SHOWCASE] SQLMAP SKYNET — turning sqlmap into an operator console (MCP + RAG + Dashboard)
I've been hacking on a side project called SQLMAP SKYNET.
If you've ever used sqlmap and thought “this works... but the workflow is messy”, that's exactly why I built this.
SKYNET doesn't replace sqlmap — it wraps it with a cleaner process:
preflight → phased scan → evidence → reports.
⚠️ Usual disclaimer: authorized testing only.
So what's actually new here?
🧩 MCP Agent Mode
This is the “control layer”. SKYNET exposes actions like tools so scans can be driven cleanly:
- start scan
- run a specific phase (Detect / Verify / Enumerate / Export)
- Stream logs in real time
- export reports on demand
🧠RAG Memory (practical, not guessing)
RAG is used like a personal playbook that grows over time:
- remembers what settings worked per target (headers/cookies/options)
- remembers patterns when things fail (WAF blocks, rate-limit, missing auth)
- reuses known-good profiles so the next run starts smarter
📊 Live Dashboard + Phased Execution
Instead of one long noisy run, SKYNET breaks scanning into phases so you can stop early or go deeper only when confirmed:
- Detect → confirm injection path
- Verify → stability/confidence checks
- Enumerate → DB/tables/users when allowed
- Export → evidence + reports
🧾Evidence-first reports
Outputs are made to share and archive:
- HTML / TXT / JSON
- clean “scan story” + command history for audits
Download / Full Source Code
Скрытое содержимое доступно для зарегистрированных пользователей!
If you download and it's useful, please drop a ⭐ star on the repo — it honestly helps more than people think 🙏
Question for you guys:
Do you prefer a scanner like this to be strict + quiet by default (only important logs),
or verbose + forensic (everything recorded for replay)?