mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation of #3156
This commit is contained in:
parent
72ff6e24ff
commit
27ff5d6fec
6 changed files with 20 additions and 6 deletions
|
|
@ -382,6 +382,7 @@ class AUTOCOMPLETE_TYPE:
|
|||
SQL = 0
|
||||
OS = 1
|
||||
SQLMAP = 2
|
||||
API = 3
|
||||
|
||||
class NOTE:
|
||||
FALSE_POSITIVE_OR_UNEXPLOITABLE = "false positive or unexploitable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue