Hacker News new | ask | show | jobs
Show HN: Mazinger – AI that tries to break into your web app (github.com)
2 points by solosquad 242 days ago
I built Mazinger - an AI that actually hacks websites (with your permission, obviously).

  Instead of just scanning and reporting "you might have SQLi here", it:
  • Finds the SQLi
  • Explains the vulnerability
  • Asks: "Want me to exploit it?"
  • Dumps the database
  • Shows you exactly what data was leaked
  • Writes a professional PDF report

  It runs real attacks using nmap, sqlmap, gobuster, XSS tools, etc.
  Talks like a pentester: "Found SQLi in login form. Classic mistake.
  We can dump the entire database with this."