mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor code refactoring
This commit is contained in:
parent
45f5548113
commit
57eb19377e
4 changed files with 11 additions and 4 deletions
|
|
@ -338,3 +338,7 @@ class AUTH_TYPE:
|
|||
DIGEST = "digest"
|
||||
NTLM = "ntlm"
|
||||
PKI = "pki"
|
||||
|
||||
class AUTOCOMPLETE_TYPE:
|
||||
SQL = 0
|
||||
OS = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue