mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -993,6 +993,12 @@ def checkConnection(suppressOutput=False):
|
||||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
if conf.ipv6:
|
||||
warnMsg = "always check connection to provided "
|
||||
warnMsg += "IPv6 address with a tool like ping6 "
|
||||
warnMsg += "(e.g. 'ping6 fe80::20c:29ff:fea8:6bf1%vmnet8')"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
page, _ = Request.queryPage(content=True, noteResponseTime=False)
|
||||
kb.originalPage = kb.pageTemplate = page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user