diff --git a/files/shell-history.yaml b/files/shell-history.yaml index 714ad747f4..723b51d623 100644 --- a/files/shell-history.yaml +++ b/files/shell-history.yaml @@ -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 " \ No newline at end of file + - "chmod " + - type: status + status: + - 200 \ No newline at end of file