mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor refactoring
This commit is contained in:
parent
3beb1ae2a1
commit
9c7fbd1a90
2 changed files with 12 additions and 6 deletions
|
|
@ -140,6 +140,11 @@ class PROXY_TYPE:
|
|||
SOCKS4 = "SOCKS4"
|
||||
SOCKS5 = "SOCKS5"
|
||||
|
||||
class REGISTRY_OPERATION:
|
||||
READ = "read"
|
||||
ADD = "add"
|
||||
DELETE = "delete"
|
||||
|
||||
class DUMP_FORMAT:
|
||||
CSV = "CSV"
|
||||
HTML = "HTML"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue