mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
eed8d7eb5d
commit
86fdad2bfa
3 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue