mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
minor fix
This commit is contained in:
parent
cda8815634
commit
e6c610abab
|
@ -316,6 +316,7 @@ class Connect:
|
|||
redirecting = conn.redcode
|
||||
page = threadData.lastRedirectMsg[1]
|
||||
else:
|
||||
kb.queryCounter += 1
|
||||
kwargs['url'] = conf.url if kb.redirectChoice == REDIRECTION.ORIGINAL else conn.redurl
|
||||
kwargs['redirecting'] = conn.redcode
|
||||
return Connect.__getPageProxy(**kwargs)
|
||||
|
|
Loading…
Reference in New Issue
Block a user