Update event-debug-server-status.yaml
parent
70e469595a
commit
772fb51fa4
|
@ -1,4 +1,5 @@
|
|||
id: event-debug-server-status
|
||||
|
||||
info:
|
||||
name: Event Debug Server Status
|
||||
author: pussycat0x
|
||||
|
@ -6,19 +7,23 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Event Debug Server"
|
||||
tags: apache,tech
|
||||
tags: event,exposure,debug
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<h1>Event Debug Server Status</h1>'
|
||||
- 'at java.net'
|
||||
- '<dl><dt><b>Event Ingester</b>'
|
||||
- 'at java.io.DataInputStream.readInt(DataInputStream.java:392)'
|
||||
- 'Event Ingester'
|
||||
- 'Configure Logging'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue