mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Properly encode the cookie
This commit is contained in:
parent
79c3a5e527
commit
3eda4510e2
2 changed files with 5 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ from lib.core.common import getCompiledRegex
|
|||
from lib.core.common import getUnicode
|
||||
from lib.core.common import isWindowsDriveLetterPath
|
||||
from lib.core.common import posixToNtSlashes
|
||||
from lib.core.common import urlEncodeCookieValues
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue