Update and rename misconfiguration/unauthorized-hp-officepro-printer.yaml to misconfiguration/hp/unauthorized-hp-officepro-printer.yaml

patch-1
Prince Chaddha 2021-11-11 11:10:36 +05:30 committed by GitHub
parent f9263c047a
commit 1a15d91764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -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