@@ -16,7 +16,7 @@ <h1><a href="?">SQLMap Command Builder</a></h1>
16
16
</ p >
17
17
18
18
< p >
19
- < a href ="https://github.com/vizzdoom/sqlmap-command-builder " target ="_blank "> Github Repository v.20250616 </ a > for < a target ="_blank " href ="https://github.com/sqlmapproject/sqlmap/releases "> SQLMap 1.9</ a > < br />
19
+ < a href ="https://github.com/vizzdoom/sqlmap-command-builder " target ="_blank "> Github Repository v.20250616b </ a > for < a target ="_blank " href ="https://github.com/sqlmapproject/sqlmap/releases "> SQLMap 1.9</ a > < br />
20
20
vizzdoom/at/gmail/dot/com
21
21
</ p >
22
22
</ header >
@@ -134,6 +134,8 @@ <h3>Connection Control</h3>
134
134
< label class ="form-label " for ="threads "> NUMBER OF CONCURRENT REQUESTS</ label >
135
135
< input type ="number " id ="threads " class ="form-control " min ="1 " max ="10 " placeholder ="1 ">
136
136
</ div >
137
+ <!-- SPACER -->
138
+ < div > </ div >
137
139
<!-- force-ssl -->
138
140
< div class ="form-group " title ="In case that user wants to force usage of SSL/HTTPS requests toward the target, he can use this switch.
139
141
This can be useful in cases when urls are being collected by using option --crawl or when Burp log is being provided with option -l. ">
@@ -191,7 +193,7 @@ <h3>Proxy Options</h3>
191
193
</ div >
192
194
<!-- --proxy-freq -->
193
195
< div class ="form-group " title ="Requests between change of proxy from a given --proxy-file list ">
194
- < label class ="form-label " for ="proxyFreq "> NUMBER OF REQUEST FOR PROXY ROTATION</ label >
196
+ < label class ="form-label " for ="proxyFreq "> PROXY ROTATION NUMBER </ label >
195
197
< input type ="number " id ="proxyFreq " class ="form-control " min ="1 " step ="1 " placeholder ="3 ">
196
198
</ div >
197
199
<!-- --ignore-proxy -->
@@ -243,7 +245,7 @@ <h3>Request Data</h3>
243
245
< input type ="text " id ="requestFile " class ="form-control " placeholder ="request.txt ">
244
246
</ div >
245
247
<!-- --data -->
246
- < div class ="form-group column-double " title ="By default the HTTP method used to perform HTTP requests is GET, but you can implicitly change it to POST by providing the data to be sent in the POST requests.
248
+ < div class ="form-group " title ="By default the HTTP method used to perform HTTP requests is GET, but you can implicitly change it to POST by providing the data to be sent in the POST requests.
247
249
Such data, being those parameters, are tested for SQL injection as well as any provided GET parameters. ">
248
250
< label class ="form-label " for ="data "> HTTP BODY DATA (--data)</ label >
249
251
< textarea id ="data " class ="form-control " rows ="4 " placeholder ="param1=value1¶m2=value2 "> </ textarea >
@@ -303,9 +305,8 @@ <h3>Request Headers</h3>
303
305
< label class ="form-label " title ="HTTP Referer header value " for ="referer "> HTTP REFERER HEADER (--referer)</ label >
304
306
< input type ="url " id ="referer " class ="form-control " placeholder ="https://127.0.0.1/login ">
305
307
</ div >
306
- < div > </ div >
307
308
<!-- -H -->
308
- < div class ="form-group column-double " title ="Extra HTTP headers separated by a newline. ">
309
+ < div class ="form-group " title ="Extra HTTP headers separated by a newline. ">
309
310
< label class ="form-label " title ="Additional HTTP Headers " for ="headers "> EXTRA HTTP HEADERS (-H)</ label >
310
311
< textarea id ="headers " class ="form-control " rows ="4 " placeholder ="X-Forwarded-For: 127.0.0.1 Authorization: Bearer token "> </ textarea >
311
312
</ div >
@@ -1231,10 +1232,9 @@ <h3>Attack Optimalization</h3>
1231
1232
< div class ="tab-content " id ="config ">
1232
1233
< div class ="card ">
1233
1234
< div class ="card__body ">
1234
- < h3 > Config Management</ h3 >
1235
1235
< div class ="config-buttons ">
1236
- < button id ="saveConfig " class ="btn btn--secondary "> Save configuration</ button >
1237
- < button id ="loadConfig " class ="btn btn--secondary "> Load configuration</ button >
1236
+ < button id ="saveConfig " class ="btn btn--primary "> Save configuration</ button >
1237
+ < button id ="loadConfig " class ="btn btn--primary "> Load configuration</ button >
1238
1238
< button id ="resetConfig " class ="btn btn--outline "> Reset everything</ button >
1239
1239
</ div >
1240
1240
</ div >
0 commit comments