mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added switch --load-cookies
This commit is contained in:
@@ -35,7 +35,7 @@ class Google:
|
||||
|
||||
def __init__(self, handlers):
|
||||
self._matches = []
|
||||
self._cj = cookielib.LWPCookieJar()
|
||||
self._cj = cookielib.CookieJar()
|
||||
|
||||
handlers.append(urllib2.HTTPCookieProcessor(self._cj))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user