mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
some update
This commit is contained in:
parent
87abec16bd
commit
8abcdae1b5
4 changed files with 28 additions and 1 deletions
|
|
@ -55,6 +55,9 @@ class sqlmapNoneDataException(Exception):
|
|||
class sqlmapNotVulnerableException(Exception):
|
||||
pass
|
||||
|
||||
class sqlmapUserQuitException(Exception):
|
||||
pass
|
||||
|
||||
class sqlmapRegExprException(Exception):
|
||||
pass
|
||||
|
||||
|
|
@ -93,6 +96,7 @@ exceptionsTuple = (
|
|||
sqlmapMissingDependence,
|
||||
sqlmapMissingMandatoryOptionException,
|
||||
sqlmapNoneDataException,
|
||||
sqlmapUserQuitException,
|
||||
sqlmapRegExprException,
|
||||
sqlmapSyntaxException,
|
||||
sqlmapUndefinedMethod,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue