Update shell-history.yaml

patch-1
bauthard 2020-10-03 11:52:40 +05:30
parent 5d226b38d7
commit e48004306c
1 changed files with 8 additions and 3 deletions

View File

@ -3,8 +3,8 @@ id: shell-history
info:
name: Shell History
author: pentest_swissky
severity: medium
description: Discover history for bash and zsh
severity: low
description: Discover history for bash and zsh file.
requests:
- method: GET
@ -14,7 +14,12 @@ requests:
path:
- "{{BaseURL}}/.bash_history"
- "{{BaseURL}}/.zsh_history"
matchers-condition: and
matchers:
- type: word
words:
- "chmod "
- "chmod "
- type: status
status:
- 200