mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-12 09:03:12 +03:00
Minor patch
This commit is contained in:
parent
8853e43616
commit
349f885f08
|
@ -3510,7 +3510,6 @@ def resetCookieJar(cookieJar):
|
||||||
for line in lines:
|
for line in lines:
|
||||||
_ = line.split()
|
_ = line.split()
|
||||||
if len(_) == 7:
|
if len(_) == 7:
|
||||||
_[1]= "TRUE" # MozillaCookieJar expects TRUE here
|
|
||||||
_[4] = "9999999999" # The UNIX time that the variable will expire on
|
_[4] = "9999999999" # The UNIX time that the variable will expire on
|
||||||
f.write("\n%s" % "\t".join(_))
|
f.write("\n%s" % "\t".join(_))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user