mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Couple of minor patches
This commit is contained in:
parent
9ad3cd5176
commit
404d8481ad
3 changed files with 5 additions and 4 deletions
|
|
@ -567,8 +567,9 @@ class Connect(object):
|
|||
if not refresh:
|
||||
refresh = extractRegexResult(JAVASCRIPT_HREF_REGEX, page)
|
||||
|
||||
debugMsg = "got Javascript redirect request"
|
||||
logger.debug(debugMsg)
|
||||
if refresh:
|
||||
debugMsg = "got Javascript redirect request"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if refresh:
|
||||
if kb.alwaysRefresh is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue