-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gitlog.yaml
32 lines (32 loc) · 969 Bytes
/
Gitlog.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
id: Git logs found
info:
name: Find Git log exposure
author: nithissh
severity: meduim
requests:
- method: GET
path:
- "{{BaseURL}}/.git/logs/HEAD"
- "{{BaseURL}}/.git/COMMIT_EDITMSG"
- "{{BaseURL}}/.git/logs/refs/heads/master"
- "{{BaseURL}}/.git/config"
- "{{BaseURL}}/config.php~"
- "{{BaseURL}}/.git/COMMIT_EDITMSG"
- "{{BaseURL}}/.git/config"
- "{{BaseURL}}/.git/FETCH_HEAD"
- "{{BaseURL}}/.git/logs/HEAD"
- "{{BaseURL}}/.git/logs/refs/heads/master"
- "{{BaseURL}}/.git/logs/refs/remotes/origin/master"
- "{{BaseURL}}/.git/refs/heads/master"
- "{{BaseURL}}/.git/refs/remotes/origin/master"
- "{{BaseURL}}/log/access.log"
- "{{BaseURL}}/log/error.log"
- "{{BaseURL}}/log/php_errorlog"
- "{{BaseURL}}/readme.md"
- "{{BaseURL}}/readme.txt"
matchers:
- type: word
words:
- "root"
- "commit"
part: body