mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
some fixes :)
This commit is contained in:
parent
1cc99e2247
commit
fef60d5cb7
4 changed files with 18 additions and 4 deletions
|
|
@ -21,6 +21,9 @@ 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
|
||||
ETA = 0.05
|
||||
|
||||
# sqlmap logger
|
||||
logging.addLevelName(9, "PAYLOAD")
|
||||
logging.addLevelName(8, "TRAFFIC OUT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue