File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333from lib .core .data import kb
3434from lib .core .data import logger
3535from lib .core .exception import sqlmapConnectionException
36- from lib .core .exception import unhandledException
36+ from lib .core .exception import sqlmapNoneDataException
3737from lib .core .session import setString
3838from lib .core .session import setRegexp
3939from lib .request .connect import Connect as Request
@@ -306,7 +306,7 @@ def checkStability():
306306 exceptionMsg += "because of lack of content. please check the "
307307 exceptionMsg += "page request results (and probable errors) by "
308308 exceptionMsg += "using higher verbosity levels"
309- raise unhandledException , exceptionMsg
309+ raise sqlmapNoneDataException , exceptionMsg
310310
311311 elif not condition :
312312 warnMsg = "url is not stable, sqlmap will base the page "
You can’t perform that action at this time.
0 commit comments