Re: [sqlmap-users] Match ratio threshold too low by default?
Brought to you by:
inquisb
|
From: Matthijs K. <mat...@st...> - 2010-08-10 06:42:54
|
Hi Miroslav,
> Everything is clear here, but one thing. Could you please point me to
> the part (file and line number) where (or was) "there is a comment to
> make this a commandline option"?
From /usr/share/sqlmap/lib/core/settings.py:
# TODO: port to command line/configuration file options?
SECONDS = 5
RETRIES = 3
MATCH_RATIO = 0.999
Gr.
Matthijs
|