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