mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
code refactoring and some fixes
This commit is contained in:
parent
a067e805fa
commit
fe67d3827c
10 changed files with 53 additions and 50 deletions
|
|
@ -21,7 +21,7 @@ VERSION_STRING = "sqlmap/%s" % VERSION
|
|||
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
||||
SITE = "http://sqlmap.sourceforge.net"
|
||||
|
||||
# minimum distance of ratio from conf.matchRatio to result in True
|
||||
# minimum distance of ratio from kb.matchRatio to result in True
|
||||
DIFF_TOLERANCE = 0.05
|
||||
CONSTANT_RATIO = 0.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue