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