mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
revert of some HTTP headers handling
This commit is contained in:
@@ -195,7 +195,7 @@ def start():
|
||||
setCookieAsInjectable = False
|
||||
|
||||
if setCookieAsInjectable:
|
||||
conf.httpHeaders.append((PLACE.COOKIE, cookieStr))
|
||||
conf.httpHeaders.append(("Cookie", cookieStr))
|
||||
conf.parameters[PLACE.COOKIE] = cookieStr
|
||||
__paramDict = paramToDict(PLACE.COOKIE, cookieStr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user