Skip to content

Commit a47aced

Browse files
committed
v.20250616e
- fixed bug with the `v` command not working properly after config reset
1 parent 46bc7d5 commit a47aced

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,10 @@ class SQLMapGenerator {
864864
}
865865
});
866866

867+
// Reset verbose to default
868+
document.getElementById('verbose').value = 1;
869+
document.getElementById('verboseValue').textContent = "1";
870+
document.getElementById('verbose-help').textContent = "1: Show also information and warning messages (default).";
867871
// Hide custom user agent field
868872
document.getElementById('customHttpMethodGroup').style.display = 'none';
869873
document.getElementById('customUserAgentGroup').style.display = 'none';

index.html

Lines changed: 1 addition & 1 deletion
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.20250616d</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.20250616e</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>

0 commit comments

Comments
 (0)