mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor refactoring
This commit is contained in:
parent
e8be14e00a
commit
27ee9a5ccf
2 changed files with 19 additions and 15 deletions
|
|
@ -89,3 +89,8 @@ class PAYLOAD:
|
|||
7: "Table name",
|
||||
8: "Column name"
|
||||
}
|
||||
|
||||
class METHOD:
|
||||
COMPARISON = "comparison"
|
||||
GREP = "grep"
|
||||
TIME = "time"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue