File tree Expand file tree Collapse file tree 1 file changed +2
-47
lines changed Expand file tree Collapse file tree 1 file changed +2
-47
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ id: ASVS-4-0-3-V8-2-1
3
3
info :
4
4
name : ASVS 8.2.1 Check
5
5
author : AmirHossein Raeisi
6
- severity : low
6
+ severity : info
7
7
classification :
8
8
cwe-id : CWE-525
9
9
reference :
16
16
http :
17
17
- method : GET
18
18
path :
19
- - " {{BaseURL}}{{sensitive_path}}"
20
- payloads :
21
- sensitive_path :
22
- - " /"
23
- - " /login"
24
- - " /logout"
25
- - " /register"
26
- - " /dashboard"
27
- - " /profile"
28
- - " /settings"
29
- - " /account"
30
- - " /admin"
31
- - " /user"
32
- - " /users"
33
- - " /search"
34
- - " /messages"
35
- - " /notifications"
36
- - " /help"
37
- - " /support"
38
- - " /contact"
39
- - " /about"
40
- - " /privacy"
41
- - " /terms"
42
- - " /docs"
43
- - " /api"
44
- - " /api/v1"
45
- - " /api/v2"
46
- - " /home"
47
- - " /welcome"
48
- - " /password-reset"
49
- - " /forgot-password"
50
- - " /update-profile"
51
- - " /billing"
52
- - " /invoices"
53
- - " /orders"
54
- - " /cart"
55
- - " /checkout"
56
- - " /confirmation"
57
- - " /history"
58
- - " /activities"
19
+ - " {{BaseURL}}"
59
20
60
21
matchers-condition : and
61
22
stop-at-first-match : true
65
26
regex :
66
27
- ' (?i)cache-control:.*no-store'
67
28
negative : true
68
-
69
- - type : status
70
- status :
71
- - 200
72
- - 301
73
- - 302
You can’t perform that action at this time.
0 commit comments