Update shellscripts.yaml
parent
c1793bf5a6
commit
80171d0dee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue