Create e-mobile-panel.yaml
parent
29c89a7937
commit
ca93e396ef
|
@ -0,0 +1,38 @@
|
|||
id: e-mobile-panel
|
||||
|
||||
info:
|
||||
name: E-mobile Panel Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"E-Mobile "
|
||||
tags: panel,e-mobile
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.do?"
|
||||
- "{{BaseURL}}/login/login.do?"
|
||||
- "{{BaseURL}}/manager/login.do?"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "E-Mobile "
|
||||
- "Weaver E-Mobile"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'E-Mobile ([0-9.]+)'
|
Loading…
Reference in New Issue