Hey guys Dropping a deeper look at SQLMAP SKYNET ā my āoperator consoleā built around sqlmap, but designed to feel like a real product:
Phased workflow + live dashboard + agent automation.
This is NOT about āhack anythingā. Itās built for authorized testing and making the job cleaner + repeatable.
1) MCP Agent Mode (automation-ready)
MCP turns SKYNET into a tool the AI can actually operate (not just āchat aboutā).
So instead of you copy/pasting commands, you can run it like an agent workflow:
- Target intake ā preflight checks ā run phases ā collect evidence ā generate reports
- Expose actions as tools (start scan / run phase / fetch logs / export report)
- Works headless on a server OR with the dashboard
2) RAG Memory (learns from YOUR successful patterns)
RAG is the part that makes it smarter over time (without guessing):
- Stores scan context: what worked, what failed, WAF behavior, stable options
- Remembers per-target āworking setupā (headers/cookies/flags) so you donāt restart from zero
- Helps reduce wasted runs by reusing known-good combinations for similar targets
3) Live Dashboard + Clean Operator Workflow
No more āscrolling terminal foreverā:
- Real-time scan logs + phase status
- Clear phase separation (detect ā verify ā enumerate ā export)
- Less chaos when a run fails mid-way (you see WHERE + WHY)
4) Optional AI Assist (local Ollama / cloud)
AI is assist, not āblind autopwnā.
It helps with:
- Choosing safer next phase (based on current results)
- Explaining why something failed (rate-limit, WAF blocks, missing cookies)
- Suggesting improved scan profiles based on your stored RAG memory
5) Reporting thatās actually usable
Exports: HTML / TXT / JSON
- Readable timeline + evidence
- Easy to share with team/client
- Keeps command history + outcomes (good for audit trails)
Why I built it
I was tired of repeating the same cycle every engagement:
setup ā run ā copy output ā organize evidence ā write report.
SKYNET makes it structured and repeatable.
Next upgrades (in progress)
- Multi-target input with per-target options (headers/cookies/extradata)
- More stable report generator + better UI āscan storyā
- Preset profiles (fast / safe / deep) + smarter stop conditions
If you try it, tell me what you want improved: dashboard UX, RAG memory, or MCP actions.