mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added switch --load-cookies
This commit is contained in:
parent
4cfea96471
commit
b4cf8b05b3
5 changed files with 14 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue