mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-12 03:23:27 +00:00
Split character for tamper scripts (--tamper option) is now comma, not semi-colon.
Minor enhancement
This commit is contained in:
parent
2dae934a2b
commit
2129935e06
5 changed files with 47 additions and 36 deletions
|
|
@ -167,7 +167,7 @@ def start():
|
|||
if not checkConnection() or not checkString() or not checkRegexp():
|
||||
continue
|
||||
|
||||
if conf.useNullConnection:
|
||||
if conf.nullConnection:
|
||||
checkNullConnection()
|
||||
|
||||
if not conf.dropSetCookie and conf.cj:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue