Update and rename misconfiguration/unauthorized-hp-officepro-printer.yaml to misconfiguration/hp/unauthorized-hp-officepro-printer.yaml
parent
f9263c047a
commit
1a15d91764
|
@ -1,4 +1,5 @@
|
|||
id: unauthorized-hp-officepro-printer
|
||||
|
||||
info:
|
||||
name: Unauthorized HP office pro printer
|
||||
author: pussycat0x
|
||||
|
@ -6,16 +7,18 @@ info:
|
|||
metadata:
|
||||
shodan-dork: http.title:"Hp Officejet pro"
|
||||
tags: hp,iot,unauth
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/home.htm?cat=home&page=home"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<td class="mastheadTitle"><h1>HP Officejet Pro'
|
||||
condition: and
|
||||
- type: regex
|
||||
regex:
|
||||
- '<title>HP Officejet Pro([ A-Z0-9]+)<\/title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue