mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implements #1845
This commit is contained in:
parent
5d09f7b85f
commit
be9381abc5
7 changed files with 36 additions and 23 deletions
|
|
@ -351,3 +351,6 @@ class AUTOCOMPLETE_TYPE:
|
|||
SQL = 0
|
||||
OS = 1
|
||||
SQLMAP = 2
|
||||
|
||||
class NOTE:
|
||||
FALSE_POSITIVE_OR_UNEXPLOITABLE = "false positive or unexploitable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue