nuclei-templates/misconfiguration/shell-history.yaml

28 lines
569 B
YAML

id: shell-history
info:
name: Shell History
author: pentest_swissky & geeknik
severity: low
description: Discover history for bash, ksh, sh, and zsh
tags: config
requests:
- method: GET
redirects: true
max-redirects: 5
path:
- "{{BaseURL}}/.bash_history"
- "{{BaseURL}}/.ksh_history"
- "{{BaseURL}}/.sh_history"
- "{{BaseURL}}/.zsh_history"
matchers-condition: and
matchers:
- type: word
words:
- "chmod "
- type: status
status:
- 200