Bulk Auto SQL with SQLMAP Skynet Autonomous AI

  • Внимание! В разделе большое количество не проверенных программ. Мы не рекомендуем использовать их на основном ПК, без предварительной проверки.

drcrypter

Новорег
1
0
27 Фев 2026
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.

screenshot_0.png


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
It makes the whole thing automation-friendly and less “copy/paste chaos”.

screenshot_1.png


🧠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
If you test similar stacks often, this saves a lot of reruns.

mcp_demo_1.png


📊 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
Dashboard shows live state/logs so you can see exactly where it succeeds/fails.

🧾Evidence-first reports
Outputs are made to share and archive:
  • HTML / TXT / JSON
  • clean “scan story” + command history for audits

report_1.png




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)?
 

Похожие темы