update to mmh3
parent
969addfc05
commit
a473cd13de
|
@ -25,14 +25,14 @@ http:
|
|||
max-redirects: 2
|
||||
matchers:
|
||||
- type: dsl
|
||||
name: proxmox
|
||||
name: "proxymox"
|
||||
dsl:
|
||||
- "len(body)==2336 && status_code==200 && (\"02f4db63a9cfb650c05ffd82956cbfd6\" == md5(body))"
|
||||
- "status_code==200 && (\"213144638\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: blogger
|
||||
name: "blogger"
|
||||
dsl:
|
||||
- "len(body)==3638 && status_code==200 && (\"59a0c7b6e4848ccdabcea0636efda02b\" == md5(body))"
|
||||
- "status_code==200 && (\"-503480258\" == mmh3(base64_py(body)))"
|
||||
|
||||
- type: dsl
|
||||
name: oracle
|
||||
|
|
Loading…
Reference in New Issue