Create putty-private-key-disclosure.yaml
parent
f20c444b4e
commit
4d53c1f2a5
|
@ -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
|
Loading…
Reference in New Issue