Merge branch 'master' of https://github.com/projectdiscovery/nuclei-templates into pr/2098
commit
9651b47f43
1141
TEMPLATES-STATS.md
1141
TEMPLATES-STATS.md
File diff suppressed because it is too large
Load Diff
|
@ -2032,3 +2032,7 @@ requests:
|
||||||
name: "OpenSNS"
|
name: "OpenSNS"
|
||||||
dsl:
|
dsl:
|
||||||
- "status_code==200 && (\"1167011145\" == mmh3(base64_py(body)))"
|
- "status_code==200 && (\"1167011145\" == mmh3(base64_py(body)))"
|
||||||
|
- type: dsl
|
||||||
|
name: "SpamSniper"
|
||||||
|
dsl:
|
||||||
|
- "status_code==200 && (\"-1000719429\" == mmh3(base64_py(body)))"
|
||||||
|
|
Loading…
Reference in New Issue