Files
nuclei-templates/exposures/files/shellscripts.yaml

56 lines
1.3 KiB
YAML
Raw Normal View History

2021-06-06 19:39:29 +05:30
id: shellscripts
info:
2021-06-07 20:22:33 +05:30
name: Public shellscripts
2021-06-06 19:39:29 +05:30
author: panch0r3d
2021-06-07 20:22:33 +05:30
severity: low
2022-10-13 15:06:07 +05:30
tags: bash,exposure,files
2021-06-06 19:39:29 +05:30
requests:
- method: GET
path:
- "{{BaseURL}}/.build.sh"
- "{{BaseURL}}/.jenkins.sh"
- "{{BaseURL}}/.travis.sh"
- "{{BaseURL}}/install.sh"
- "{{BaseURL}}/update.sh"
- "{{BaseURL}}/config.sh"
- "{{BaseURL}}/build.sh"
- "{{BaseURL}}/setup.sh"
- "{{BaseURL}}/run.sh"
- "{{BaseURL}}/backup.sh"
- "{{BaseURL}}/compile.sh"
- "{{BaseURL}}/env.sh"
- "{{BaseURL}}/init.sh"
- "{{BaseURL}}/startup.sh"
- "{{BaseURL}}/wp-setup.sh"
- "{{BaseURL}}/deploy.sh"
- "{{BaseURL}}/aws.sh"
- "{{BaseURL}}/reminder.sh"
- "{{BaseURL}}/mysqlbackup.sh"
- "{{BaseURL}}/dev2local.sh"
- "{{BaseURL}}/local2dev.sh"
- "{{BaseURL}}/local2prod.sh"
- "{{BaseURL}}/prod2local.sh"
2021-06-07 20:22:33 +05:30
2021-06-06 19:39:29 +05:30
matchers-condition: and
matchers:
2022-10-13 15:06:07 +05:30
- type: regex
part: body
regex:
- ".*?bin.*?sh"
- ".*?bin.*?bash"
condition: or
2021-06-07 20:22:33 +05:30
2021-06-06 19:39:29 +05:30
- type: word
2022-10-13 15:06:07 +05:30
part: header
2021-06-06 19:39:29 +05:30
words:
2021-06-07 20:22:33 +05:30
- "application/x-sh"
2021-06-06 19:39:29 +05:30
- "text/plain"
2021-06-07 20:22:33 +05:30
- "text/x-sh"
condition: or
2022-10-13 15:06:07 +05:30
- type: status
status:
- 200