mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
raising critical when google detects strange traffic and also removing obsolete sqlmapSiteTooDynamic
This commit is contained in:
parent
07129371bf
commit
92e4cdb241
3 changed files with 6 additions and 5 deletions
|
|
@ -50,9 +50,6 @@ class sqlmapUserQuitException(Exception):
|
|||
class sqlmapRegExprException(Exception):
|
||||
pass
|
||||
|
||||
class sqlmapSiteTooDynamic(Exception):
|
||||
pass
|
||||
|
||||
class sqlmapSyntaxException(Exception):
|
||||
pass
|
||||
|
||||
|
|
@ -93,7 +90,6 @@ exceptionsTuple = (
|
|||
sqlmapMissingMandatoryOptionException,
|
||||
sqlmapNoneDataException,
|
||||
sqlmapRegExprException,
|
||||
sqlmapSiteTooDynamic,
|
||||
sqlmapSyntaxException,
|
||||
sqlmapUndefinedMethod,
|
||||
sqlmapMissingPrivileges,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue