digital-shokunin / gason

Automatically exported from code.google.com/p/gason
0 stars 0 forks source link

SQLMap tab doesn't scroll all input when prompts occur #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In windows, using a work around (could be due to execution via a .bat file?) 
the following occurs.

It runs fine but then appears to stop (see screenshot):

[22:06:28] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'

The scroll is all the way to the bottom but SQLMap is awaiting user input. 
However, the prompt hasn't been written to the Burpsuite tab.

Pressing Enter within the tab gets the console to move onto:

GET parameter 'cat' is vulnerable. Do you want to keep testing the others? 
[y/N] sqlmap identified the following injection points with a total of 44 
HTTP(s) requests:
etc

Original issue reported on code.google.com by a.ben.ca...@gmail.com on 5 Apr 2012 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
Managed to compile sqlmap.exe with py2exe but encounter the same problem. 
Probably a character encoding issue or a how the input/output stream is 
read/written? 

Original comment by a.ben.ca...@gmail.com on 5 Apr 2012 at 11:29