mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update regarding #4142 (--auth-type bearer)
This commit is contained in:
@@ -402,6 +402,7 @@ class CONTENT_STATUS(object):
|
||||
class AUTH_TYPE(object):
|
||||
BASIC = "basic"
|
||||
DIGEST = "digest"
|
||||
BEARER = "bearer"
|
||||
NTLM = "ntlm"
|
||||
PKI = "pki"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user