mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Fixes #1366
This commit is contained in:
parent
737a37bfda
commit
6a01d2e430
|
@ -374,7 +374,7 @@ class Connect(object):
|
|||
headers[unicodeencode(key, kb.pageEncoding)] = unicodeencode(item, kb.pageEncoding)
|
||||
|
||||
url = unicodeencode(url)
|
||||
post = unicodeencode(post, kb.pageEncoding)
|
||||
post = unicodeencode(post)
|
||||
|
||||
if websocket_:
|
||||
ws = websocket.WebSocket()
|
||||
|
|
Loading…
Reference in New Issue
Block a user