mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
Update basic.py
This commit is contained in:
parent
73a3db67eb
commit
8dcad46805
|
@ -53,7 +53,7 @@ def forgeHeaders(items=None):
|
||||||
del items[_]
|
del items[_]
|
||||||
|
|
||||||
headers = OrderedDict(conf.httpHeaders)
|
headers = OrderedDict(conf.httpHeaders)
|
||||||
headers.update(items or {})
|
headers.update(items.items())
|
||||||
|
|
||||||
class _str(str):
|
class _str(str):
|
||||||
def capitalize(self):
|
def capitalize(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user