Merge pull request #6466 from MegaManSec/lenovo-fap
Add Lenovo Fan & Power Controller Detectionpatch-1
commit
84815f1cda
|
@ -0,0 +1,30 @@
|
|||
id: lenovo-fp-panel
|
||||
|
||||
info:
|
||||
name: Lenovo Fan and Power Controller Panel
|
||||
author: megamansec
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"Avocent Corporation and its affiliates"
|
||||
tags: panel,lenovo
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/login.html"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Avocent Corporation and its affiliates"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue