Create putty-private-key-disclosure.yaml

patch-1
Dhiyaneshwaran 2021-07-21 13:53:55 +05:30 committed by GitHub
parent f20c444b4e
commit 4d53c1f2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: putty-private-key-disclosure
info:
name: Putty Private Key Disclosure
author: dhiyaneshDk
severity: medium
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/putty-private-key-disclosure.json
tags: exposure,files
requests:
- method: GET
path:
- "{{BaseURL}}/my.ppk"
matchers-condition: and
matchers:
- type: word
words:
- "PuTTY-User-Key-File"
- "Encryption:"
part: body
- type: status
status:
- 200