Request SQL response limit
Created by: sparticvs
I am testing this against an application that utilizes a very large database, and a normal SELECT * FROM is enough to DoS the SQL server, and then the scanner doesn't get very far. Could you add the option into settings to limit the SELECT to a single field return with LIMIT 0,1...(or even 0,30 is fine). This way I can actually get a full scan done before the server dies on me.