MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / checkInternet

Function checkInternet

lib/controller/checks.py:1593–1594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1591 return True
1592
1593def checkInternet():
1594 return Request.getPage(url=CHECK_INTERNET_ADDRESS, checking=True)[2] == CHECK_INTERNET_CODE
1595
1596def setVerbosity(): # Cross-referenced function
1597 raise NotImplementedError

Callers 1

startFunction · 0.90

Calls 1

getPageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…