File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -864,6 +864,10 @@ class SQLMapGenerator {
864
864
}
865
865
} ) ;
866
866
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)." ;
867
871
// Hide custom user agent field
868
872
document . getElementById ( 'customHttpMethodGroup' ) . style . display = 'none' ;
869
873
document . getElementById ( 'customUserAgentGroup' ) . style . display = 'none' ;
Original file line number Diff line number Diff line change @@ -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.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 />
20
20
vizzdoom/at/gmail/dot/com
21
21
</ p >
22
22
</ header >
You can’t perform that action at this time.
0 commit comments