35 lines
728 B
YAML
35 lines
728 B
YAML
id: lexmark-detect
|
|
|
|
info:
|
|
name: Lexmark Device Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,airtame,printer
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "<title>Lexmark (.*)</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "<title>Lexmark (.*)</title>"
|
|
|
|
# digest: 490a00463044022071c5665f85a3cb25ea8c00b970f695930325cc6383861601a04c8f0f20ecd9db02206a4fe21a4e966f5d006ad78d90a110ac9915984765fea9b975090faf80d6be7b:922c64590222798bb761d5b6d8e72950
|