mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-20 23:21:55 +01:00
Minor patch related to the last commit
This commit is contained in:
parent
95b52a02ec
commit
77c96de4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class Agent(object):
|
|||
header = paramString.split(',')[0]
|
||||
|
||||
if header.upper() == HTTP_HEADER.AUTHORIZATION.upper():
|
||||
origValue = origValue.split(' ')[-1]
|
||||
origValue = origValue.split(' ')[-1].split(':')[-1]
|
||||
|
||||
if conf.prefix:
|
||||
value = origValue
|
||||
|
|
|
|||
Loading…
Reference in a new issue