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