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