You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<labelclass="form-label" for="directDb">DATABASE CONNECTION STRING<emclass="tooltip">Connection string for direct database connection</em><br/><span>-d</span></label>
<divclass="form-group row-expand"title="Run sqlmap against a target part of a local area network by ignoring the system-wide set HTTP(S) proxy server setting.">
178
-
<labelclass="form-label">IGNORE SYSTEM PROXY SETTINGS</label>
177
+
<divclass="form-group row-expand">
178
+
<labelclass="form-label">IGNORE SYSTEM PROXY SETTINGS<emclass="tooltip">Run sqlmap against a target part of a local area network by ignoring the system-wide set HTTP(S) proxy server setting.</em></label>
<divclass="form-group" title="If, for any reason, you need to stay anonymous, instead of passing by a single predefined HTTP(S) proxy server, you can configure a Tor client together with Privoxy (or similar) on your machine as explained in Tor installation guides.
186
-
Then you can use a switch --tor and sqlmap will try to automatically set Tor proxy connection settings.
187
-
You are strongly advised to use --check-tor occasionally to be sure that everything was set up properly - sqlmap will check that everything works as expected by sending a single request to an official Are you using Tor? page before any target requests.">
<labelclass="form-label">TOR ANONYMITY NETWORK SETTINGS<emclass="tooltip">If, for any reason, you need to stay anonymous, instead of passing by a single predefined HTTP(S) proxy server, you can configure a Tor client together with Privoxy (or similar) on your machine as explained in Tor installation guides. Then you can use a switch --tor and sqlmap will try to automatically set Tor proxy connection settings. You are strongly advised to use --check-tor occasionally to be sure that everything was set up properly - sqlmap will check that everything works as expected by sending a single request to an official Are you using Tor? page before any target requests.</em></label>
<labelclass="form-label"title="Connection optimization - using persistent HTTP(s) connections">ATTACK TUNING</label>
629
+
<labelclass="form-label">ATTACK TUNING<emclass="tooltip">Connection optimization - using persistent HTTP(s) connections</em></label>
632
630
<divclass="checkbox-grid">
633
631
<!-- --invalid-bignum -->
634
632
<labelclass="checkbox-label" title="This parameter forces sqlmap to use large integer numbers for invalidating original parameter values during SQL injection tests.
Normally sqlmap adds CAST() functions to payloads for handling different DBMS data types.
660
-
Using --no-cast is necessary when applications have payload length restrictions or when casting functions are blocked by WAF. It significantly reduces the size of generated payloads, which is critical in environments with character limits.
661
-
It is often combined with --no-escape in environments with query length restrictions where every character matters.">
656
+
<labelclass="checkbox-label">
662
657
<inputtype="checkbox" id="noCast">
663
658
<spanclass="checkmark"></span>
664
-
<span>--no-cast</span>
659
+
<span>--no-cast</span><emclass="tooltip">The switch disables sqlmap's automatic payload casting mechanism. Normally sqlmap adds CAST() functions to payloads for handling different DBMS data types. Using --no-cast is necessary when applications have payload length restrictions or when casting functions are blocked by WAF. It significantly reduces the size of generated payloads, which is critical in environments with character limits. It is often combined with --no-escape in environments with query length restrictions where every character matters.</em>
0 commit comments