Re: [sqlmap-users] A incorrectly identified "tainted" parameter

2011-12-11 Thread Bob Simonoff
The developer uses -1 to say no menu should be shown, other values have specific meaning. The suggestion to use %2d for the - sign seems to have worked. I just found another such case for the _ character as part of a parameter name. I am a little surprised that it is assumed more likely tha

Re: [sqlmap-users] A incorrectly identified "tainted" parameter

2011-12-11 Thread Miroslav Stampar
Hi. Thing is that in general negative parameter values are a leftover from manual injection attempts causing problems in some cases. Hence the warning/error message. Have you tried just to change that -1 value to 1 for ShowMenu parameter? Kind regards On Dec 10, 2011 3:23 PM, "Bob Simonoff" wrot

Re: [sqlmap-users] error when load a large session file

2011-12-11 Thread Miroslav Stampar
Hi. This is odd ass now SQLite is used for SQL responses. Could.you please take a look into it (at least 'tail' of it) and report what's stored inside? Kind regards On Dec 10, 2011 2:14 PM, "CoeTs7" wrote: > hi, veryone: > first thanks for the improvement the dev team have done. Again i met >