1

enter image description here

Is my site vulnerable to sql injection or not? I don't get the "UNION injectable" on all of my pages, but I get it in the user profile should I be worried? It says 'u' is not injectable in the end.

Thanks

Alice
  • 701
  • 1
  • 5
  • 17

1 Answers1

0

SQLMap is aimed for exploitation of SQL Injection, I would scan my site using other SQL Injection scanning tools (check out http://www.sectoolmarket.com/) or consult a security specialist.

Gil Cohen
  • 836
  • 7
  • 12