Create lantronix-webmanager-panel.yaml

patch-1
Prince Chaddha 2022-04-13 00:41:59 +05:30 committed by GitHub
parent 7bd2ff95b8
commit 136f727d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: lantronix-webmanager-panel
info:
name: Lantronix WEB-Manager Panel
author: princechaddha
severity: info
tags: panel,lantronix
requests:
- method: GET
path:
- "{{BaseURL}}/LTX_navi.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Lantronix WEB-Manager</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- ">Version ([0-9.]+)</font>"