-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccessfile.yaml
63 lines (58 loc) · 1.26 KB
/
accessfile.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
id: accessfile
info:
name: Finding root account Informations For MySQL Server
author: c4sper0
severity: critical
description: |
"Allows attackers to know the data sensitive to the Informations connection root to database."
classification:
cve-id: CWE-200
tags: MySQL,root
http:
- method: GET
path:
- "{{BaseURL}}/{{floder}}/{{access}}.{{ext}}"
- "{{BaseURL}}/{{access}}.{{ext}}"
attack: clusterbomb
payloads:
floder:
- "admin"
- "backUP"
- "backups"
- "home/mysql"
- "mysql"
- "tools"
- "wp-admin"
- "wp-content"
- "wp-content/uploads"
- ".ssh"
- ".sftp"
- "app"
- "apps"
- "lib"
access:
- "admin_access"
- "access"
- "mysql_access"
- "database_access"
- "root_access"
- "ssh_access"
- "{{DN}}-access"
- "web-access"
ext:
- "txt"
- "txt.x"
- "txt.bak"
- "log"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "--user=root"
- "--password="
- "SSHPORT=22"
- type: status
status:
- 200