Skip to content

Commit bf36308

Browse files
committed
fixed DoS templates
1 parent 6392091 commit bf36308

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Lack-of-Resources-and-Rate-Limiting/QueryParamArrayBombingDoS.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ execute:
8181
response_payload:
8282
percentage_match:
8383
gte: 90
84+
length:
85+
gt: 0
8486
not_contains:
8587
- Error
8688
- Internal Server
@@ -109,7 +111,9 @@ execute:
109111
- account is blocked
110112
- multiple failed attempts
111113
- "NotAuthenticated"
112-
114+
response_code:
115+
gte: 200
116+
lt: 300
113117
- success: x2
114118
- failure: exit
115119
- req:

Lack-of-Resources-and-Rate-Limiting/ReportGenerationEndpointDoS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ api_selection_filters:
7777
- summary
7878
- statistics
7979
- archive
80+
not_contains:
81+
- logout
8082
wordLists:
8183
dummyHeaders:
8284
- a

0 commit comments

Comments
 (0)