Update shellscripts.yaml

patch-1
Prince Chaddha 2022-10-13 15:06:07 +05:30 committed by GitHub
parent c1793bf5a6
commit 80171d0dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ info:
name: Public shellscripts
author: panch0r3d
severity: low
tags: bash,exposure
tags: bash,exposure,files
requests:
- method: GET
@ -35,21 +35,21 @@ requests:
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
part: body
regex:
- ".*?bin.*?sh"
- ".*?bin.*?bash"
condition: or
- type: word
part: header
words:
- "application/x-sh"
- "text/plain"
- "text/x-sh"
part: header
condition: or
- type: regex
regex:
- ".*?bin.*?sh"
- ".*?bin.*?bash"
part: body
condition: or
- type: status
status:
- 200