Merge pull request #5075 from projectdiscovery/e-mobile-panel

Create e-mobile-panel.yaml
patch-1
Prince Chaddha 2022-08-12 16:13:18 -07:00 committed by GitHub
commit c8e7825a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -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&nbsp"
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.]+)'