Create lantronix-webmanager-panel.yaml
parent
7bd2ff95b8
commit
136f727d8b
|
@ -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>"
|
Loading…
Reference in New Issue