mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
code refactoring
This commit is contained in:
parent
4acb281414
commit
8125fe90a7
3 changed files with 25 additions and 42 deletions
|
|
@ -41,7 +41,7 @@ from lib.core.enums import HEURISTIC_TEST
|
|||
from lib.core.enums import HTTPMETHOD
|
||||
from lib.core.enums import PAYLOAD
|
||||
from lib.core.enums import PLACE
|
||||
from lib.core.exception import exceptionsTuple
|
||||
from lib.core.exception import SqlmapBaseException
|
||||
from lib.core.exception import SqlmapNoneDataException
|
||||
from lib.core.exception import SqlmapNotVulnerableException
|
||||
from lib.core.exception import SqlmapSilentQuitException
|
||||
|
|
@ -591,7 +591,7 @@ def start():
|
|||
except SqlmapSilentQuitException:
|
||||
raise
|
||||
|
||||
except exceptionsTuple, e:
|
||||
except SqlmapBaseException, e:
|
||||
e = getUnicode(e)
|
||||
|
||||
if conf.multipleTargets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue