mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor patch related to the last commit
This commit is contained in:
@@ -119,7 +119,7 @@ class Agent(object):
|
|||||||
header = paramString.split(',')[0]
|
header = paramString.split(',')[0]
|
||||||
|
|
||||||
if header.upper() == HTTP_HEADER.AUTHORIZATION.upper():
|
if header.upper() == HTTP_HEADER.AUTHORIZATION.upper():
|
||||||
origValue = origValue.split(' ')[-1]
|
origValue = origValue.split(' ')[-1].split(':')[-1]
|
||||||
|
|
||||||
if conf.prefix:
|
if conf.prefix:
|
||||||
value = origValue
|
value = origValue
|
||||||
|
|||||||
Reference in New Issue
Block a user