Skip to content

Lexmark Device Detect

ID: lexmark-detect

Severity: info

Author: princechaddha

Tags: tech,airtame,printer

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: 4a0a00473045022100a8ae6d991d01b7e9cffc397a9fd129323ff04cc0f2b021149da045df792c8dc40220513336d58ab23c1be2a359f3b66308c6f3ecf1e8487394fed86a09e5e297eb2d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/lexmark-detect.yaml"

View on Github