mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor patch
This commit is contained in:
@@ -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(_))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user