52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
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: 1
|
|
path:
|
|
- "{{BaseURL}}/.bash_history"
|
|
- "{{BaseURL}}/.ksh_history"
|
|
- "{{BaseURL}}/.sh_history"
|
|
- "{{BaseURL}}/.zsh_history"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ls"
|
|
- "mkdir "
|
|
- "chmod "
|
|
- "mv "
|
|
- "nano "
|
|
- "vim "
|
|
- "pico "
|
|
- "sudo "
|
|
- "cd "
|
|
- "cp "
|
|
- "ps aux "
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "<?xml"
|
|
- "<env"
|
|
- "application/javascript"
|
|
- "application/json"
|
|
- "application/xml"
|
|
- "html>"
|
|
- "text/html"
|
|
part: response
|
|
negative: true
|