mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #56 (full target url is now being written to a output .CSV file in multi target mode)
This commit is contained in:
parent
cb91729913
commit
3d01890147
2 changed files with 3 additions and 3 deletions
|
|
@ -1108,8 +1108,7 @@ def parseTargetUrl():
|
|||
conf.httpHeaders = filter(lambda (key, value): key != HTTPHEADER.HOST, conf.httpHeaders)
|
||||
conf.httpHeaders.append((HTTPHEADER.HOST, getHostHeader(conf.url)))
|
||||
|
||||
if originalUrl != conf.url:
|
||||
kb.originalUrls[conf.url] = originalUrl
|
||||
kb.originalUrls[conf.url] = originalUrl
|
||||
|
||||
def expandAsteriskForColumns(expression):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue