update to mmh3

patch-1
Dhiyaneshwaran 2024-01-31 16:14:37 +05:30 committed by GitHub
parent 969addfc05
commit a473cd13de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -25,14 +25,14 @@ http:
max-redirects: 2 max-redirects: 2
matchers: matchers:
- type: dsl - type: dsl
name: proxmox name: "proxymox"
dsl: dsl:
- "len(body)==2336 && status_code==200 && (\"02f4db63a9cfb650c05ffd82956cbfd6\" == md5(body))" - "status_code==200 && (\"213144638\" == mmh3(base64_py(body)))"
- type: dsl - type: dsl
name: blogger name: "blogger"
dsl: dsl:
- "len(body)==3638 && status_code==200 && (\"59a0c7b6e4848ccdabcea0636efda02b\" == md5(body))" - "status_code==200 && (\"-503480258\" == mmh3(base64_py(body)))"
- type: dsl - type: dsl
name: oracle name: oracle