Skip to content

Commit 7c6ab8e

Browse files
committed
v.20250614
- refactored CSS - better responsiveness - better general layout - better layout for tabs - introduced new tab "Config" (beta)
1 parent 055b6ac commit 7c6ab8e

File tree

2 files changed

+275
-479
lines changed

2 files changed

+275
-479
lines changed

index.html

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1><a href="?">SQLMap Command Builder</a></h1>
1616
</p>
1717

1818
<p>
19-
<a href="https://github.com/vizzdoom/sqlmap-command-builder" target="_blank">Github Repository v.20250612c</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.20250614</a> for <a target="_blank" href="https://github.com/sqlmapproject/sqlmap/releases">SQLMap 1.9</a><br />
2020
vizzdoom/at/gmail/dot/com
2121
</p>
2222
</header>
@@ -67,10 +67,10 @@ <h3>Templates</h3>
6767
<button class="tab-btn" data-tab="connection">CONNECTION</button>
6868
<button class="tab-btn" data-tab="request">REQUEST</button>
6969
<button class="tab-btn" data-tab="injection">INJECTION</button>
70-
<button class="tab-btn" data-tab="post-exploitation">POST-EXPLOITATION</button>
70+
<button class="tab-btn" data-tab="exploitation">EXPLOITATION</button>
7171
<button class="tab-btn" data-tab="tampering">TAMPERING</button>
7272
<button class="tab-btn" data-tab="sqlmap">SQLMAP</button>
73-
<!-- TODO <button class="tab-btn" data-tab="config">/CONFIG/</button>-->
73+
<button class="tab-btn" data-tab="config">CONFIG</button>
7474
</div>
7575

7676
<!-- TARGET Tab -->
@@ -93,7 +93,6 @@ <h3>Templates</h3>
9393
<label class="form-label">GOOGLE DORK AS TARGET SELECTION (-g)</label>
9494
<input type="text" id="googleDork" class="form-control" placeholder="inurl:php?id=">
9595
</div>
96-
<div></div>
9796
<!-- -m -->
9897
<div class="form-group" title="Scan multiple targets given in a textual file">
9998
<label class="form-label" for="targetsFile">FILE WITH TARGETS (-m)</label>
@@ -135,7 +134,6 @@ <h3>Connection Control</h3>
135134
<label class="form-label" for="threads">NUMBER OF CONCURRENT REQUESTS</label>
136135
<input type="number" id="threads" class="form-control" min="1" max="10" placeholder="1">
137136
</div>
138-
<div></div>
139137
<!-- force-ssl -->
140138
<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.
141139
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.">
@@ -346,8 +344,6 @@ <h3>Authentication</h3>
346344
</label>
347345
</div>
348346
<div></div>
349-
<div></div>
350-
<div></div>
351347
<!-- --auth-type/--auth-cred -->
352348
<div class="form-group" title="These options can be used to specify which HTTP protocol authentication back-end web server implements and the valid credentials to be used to perform all HTTP requests to the target application.">
353349
<label class="form-label" for="authType">HTTP PROTOCOL AUTHENTICATION<br />(--auth-type/--auth-cred)</label>
@@ -626,8 +622,8 @@ <h3>Attack Optimalization</h3>
626622
</div>
627623
</div>
628624

629-
<!-- Post-exploitation Tab -->
630-
<div class="tab-content" id="post-exploitation">
625+
<!-- Exploitation Tab -->
626+
<div class="tab-content" id="exploitation">
631627
<div class="card">
632628
<div class="card__body">
633629
<div class="form-grid">
@@ -691,12 +687,10 @@ <h3>Attack Optimalization</h3>
691687
<div class="card">
692688
<div class="card__body">
693689
<div class="form-grid">
694-
<div class="form-grid column-tripple">
695-
<div class="form-group">
696-
<label class="form-label" title="Use given script(s) for tampering injection data" for="tamper">TAMPER SCRIPTS FOR ADVANCED PAYLOD GENERATION (--tamper)</label>
697-
<input type="text" id="tamper" class="form-control" placeholder="between,randomcase,space2comment" style="display: none">
698-
</div>
699-
</div>
690+
691+
<!-- <label class="form-label" title="Use given script(s) for tampering injection data" for="tamper">TAMPER SCRIPTS</label> -->
692+
<input type="text" id="tamper" class="form-control" placeholder="between,randomcase,space2comment" style="display: none;">
693+
700694
<div class="checkbox-grid column-tripple" style="grid-column: 1 / 5">
701695
<label class="checkbox-label">
702696
<input type="checkbox" id="tamperscript-0eunion">

0 commit comments

Comments
 (0)