Tune matcher
parent
5defeeec30
commit
a5ae961f4d
|
@ -33,7 +33,7 @@ http:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'status_code == 200 || status_code == 401'
|
- 'status_code == 200 || status_code == 401'
|
||||||
- 'contains_any(to_lower(body), "apache activemq", "manage activemq broker", "activemq console")'
|
- 'contains_any(to_lower(body), "<title>apache activemq</title>", "<h2>welcome to the apache activemq!</h2>", "manage activemq broker", "activemq console")'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
|
|
Loading…
Reference in New Issue