-
Notifications
You must be signed in to change notification settings - Fork 32
/
shell_scripts.yaml
41 lines (39 loc) · 951 Bytes
/
shell_scripts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
id: shellscripts
info:
name: Published shellscripts
author: panch0r3d
severity: info
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"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "text/plain"
part: header
- type: regex
regex:
- ".*?bin.*?sh"
- ".*?bin.*?bash"
part: body