mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
warp 5 mr spock :)
This commit is contained in:
parent
001cbff2a9
commit
20988e58ed
4 changed files with 27 additions and 5 deletions
|
|
@ -57,6 +57,10 @@ class NULLCONNECTION:
|
|||
HEAD = "HEAD"
|
||||
RANGE = "Range"
|
||||
|
||||
class REFLECTIVE_COUNTER:
|
||||
MISS = "MISS"
|
||||
HIT = "HIT"
|
||||
|
||||
class HASH:
|
||||
MYSQL = r'(?i)\A\*[0-9a-f]{40}\Z'
|
||||
MYSQL_OLD = r'(?i)\A[0-9a-f]{16}\Z'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue