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 enginepatch-1
parent
e9f99f35a1
commit
bdb1b4fbb0
|
@ -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>'
|
|
@ -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>'
|
Loading…
Reference in New Issue