Update room-alert-detect.yaml
parent
3109cdfd0e
commit
890af2f434
|
@ -9,19 +9,20 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Room Alert"
|
||||
tags: tech,room-alert,avtech
|
||||
tags: tech,room-alert,avtech,misc
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.html"
|
||||
- "{{BaseURL}}/gateway"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>AVTECH Software, Inc. - Room Alert'
|
||||
- '<title>Room Alert - Account Log In</title>'
|
||||
- 'Account Login'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue