mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #286
This commit is contained in:
parent
65273295e3
commit
a38b3e397c
2 changed files with 7 additions and 4 deletions
|
|
@ -1128,7 +1128,8 @@ def parseTargetUrl():
|
|||
conf.httpHeaders = filter(lambda (key, value): key != HTTPHEADER.HOST, conf.httpHeaders)
|
||||
conf.httpHeaders.append((HTTPHEADER.HOST, getHostHeader(conf.url)))
|
||||
|
||||
kb.originalUrls[conf.url] = originalUrl
|
||||
if conf.url != originalUrl:
|
||||
kb.originalUrls[conf.url] = originalUrl
|
||||
|
||||
def expandAsteriskForColumns(expression):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue