Split character for tamper scripts (--tamper option) is now comma, not semi-colon.

Minor enhancement
This commit is contained in:
Bernardo Damele
2010-10-16 21:52:16 +00:00
parent 2dae934a2b
commit 2129935e06
5 changed files with 47 additions and 36 deletions

View File

@@ -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: