Skip to content

Commit 66a0b32

Browse files
Dinko DimitrovDinko Dimitrov
Dinko Dimitrov
authored and
Dinko Dimitrov
committedOct 10, 2019
DSL "type" fix
1 parent 7062d66 commit 66a0b32

6 files changed

+6
-6
lines changed
 

‎bak-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ detect:
1616
- headers:
1717
- 'Content-Type': '!(html|json|xml)'
1818
meta-info:
19-
- type: info
19+
- type: idor
2020
- threat: 60
2121
- tags:
2222
- Temporary Files

‎ntfs-alternative-streams.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ detect:
1717
- headers:
1818
- 'Content-Type': '.*binary.*'
1919
meta-info:
20-
- type: info
20+
- type: idor
2121
- threat: 60
2222
- tags:
2323
- Source Code Disclosure

‎open-redirect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ detect:
1616
- headers:
1717
- 'Location': DNS_MARKER
1818
meta-info:
19-
- type: info
19+
- type: redir
2020
- threat: 30
2121
- tags:
2222
- Open Redirect

‎ssrf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ detect:
88
- oob:
99
- dns
1010
meta-info:
11-
- type: info
11+
- type: ssrf
1212
- threat: 70
1313
- tags:
1414
- SSRF

‎ssti.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ detect:
77
- response:
88
- body: CALC_MARKER
99
meta-info:
10-
- type: rce
10+
- type: ssti
1111
- threat: 95
1212
- tags:
1313
- OS Commanding

‎weak-basic-auth.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ detect:
534534

535535
meta-info:
536536
- title: "Weak basic authentication credentials"
537-
- type: "info"
537+
- type: auth
538538
- threat: 70
539539
- description: >
540540
This vulnerability is due to the use of predictably paired logins/passwords when accessing the service from the internet.

0 commit comments

Comments
 (0)
Please sign in to comment.