Looking for an online tool for checking sql tools

I am restoring an old website that is filled with sql injection, I need a tool, if one exists, that scans the entire website, just following the existing links on it, and then try to put some content of the sql embedding into weak inputs.

I can check it myself, but the site is quite large, so I would prefer a scanner to be sure that I will not forget the recording ...

THX

Well, after entering this entry, I understand that I ask you to crack the tool, which, of course, is not the case: p, so is any white hat-techno available?

+3
source share
1 answer

You must fix your known problems before looking for automatic tools.

:

  • , ​​ ? - , , , .
  • , SQL-, SQL, , . , ( ), mysql_real_escape_string() , .

, . , .

SQL Injection , , .

, .

+2

All Articles