misc updates
parent
37db97f312
commit
2e2910b640
|
@ -13,10 +13,6 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/{{path}}"
|
||||
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
|
||||
payloads:
|
||||
path:
|
||||
- MicroStrategy/servlet/mstrWebAdmin/
|
||||
|
@ -36,8 +32,10 @@ requests:
|
|||
- asp/Main.aspx
|
||||
- MicroStrategy/asp
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
condition: or
|
||||
dsl:
|
||||
- 'contains(body, "MicroStrategy, Incorporated.")'
|
||||
- 'contains(body, "microstrategy.servletName")'
|
||||
|
|
Loading…
Reference in New Issue