Are there simple command line tools to decode a SQL Injection request string? [closed]
Solution 1:
it appears to be the Havij SQL injection tool. The requests are trying to locate how many columns are in a particular table.
Please learn about preventing SQL injections and attacks like this won't even work.