Update putty-private-key-disclosure.yaml
parent
6242d0d126
commit
e09bb5d478
|
@ -2,16 +2,26 @@ id: putty-private-key-disclosure
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Putty Private Key Disclosure
|
name: Putty Private Key Disclosure
|
||||||
author: dhiyaneshDk
|
author: DhiyaneshDk,geeknik
|
||||||
severity: medium
|
severity: medium
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/putty-private-key-disclosure.json
|
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/putty-private-key-disclosure.json
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
github-query: filename:putty.ppk
|
||||||
tags: exposure,files
|
tags: exposure,files
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/my.ppk"
|
- "{{BaseURL}}/my.ppk"
|
||||||
|
- "{{BaseURL}}/putty.ppk"
|
||||||
|
- "{{BaseURL}}/{{Hostname}}.ppk"
|
||||||
|
- "{{BaseURL}}/.ssh/putty.ppk"
|
||||||
|
- "{{BaseURL}}/.ssh/{{Hostname}}.ppk"
|
||||||
|
- "{{BaseURL}}/.putty/my.ppk"
|
||||||
|
- "{{BaseURL}}/.putty/putty.ppk"
|
||||||
|
- "{{BaseURL}}/.putty/{{Hostname}}.ppk"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue