Added pfsense-login.yaml and hp-color-laserjet-detect.yaml (#3989)

* Added pfsense-login.yaml

Added pfsense-login.yaml

* Added hp-color-laserjet-detect.yaml

Added hp-color-laserjet-detect.yaml

* Updated hp-color-laserjet-detect.yaml

Deleted model name for more coverage result in search engine
patch-1
idealphase 2022-03-27 21:52:41 +07:00 committed by GitHub
parent e9f99f35a1
commit bdb1b4fbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: pfsense-login
info:
name: pfSense Login
author: idealphase
severity: info
description: free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality.
reference:
- https://www.pfsense.org/download/
- https://www.pfsense.org/getting-started/
metadata:
shodan-query: http.title:"pfSense - Login"
google-query: intitle:"pfSense - Login"
tags: panel,pfsense
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>pfSense - Login</title>"
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<script src="\/js\/pfSense\.js\?(.+)"><\/script>'

View File

@ -0,0 +1,36 @@
id: hp-color-laserjet-detect
info:
name: HP Color LaserJet detection
author: idealphase
severity: info
reference:
- http://www.hp.com/
- https://www.hp.com/us-en/shop/cv/printers
metadata:
shodan-query: http.title:"HP Color LaserJet"
google-query: intitle:"HP Color LaserJet"
tags: iot,hp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>HP Color LaserJet"
- '<td class="mastheadTitle"><h1>HP Color LaserJet'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<td class="mastheadTitle"><h1>HP Color LaserJet (.+)<\/h1><\/td>'