mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update
This commit is contained in:
parent
08d052d9b8
commit
19a6f86954
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<title>sqlmap user's manual
|
<title>sqlmap user's manual
|
||||||
<author>by <htmlurl url="mailto:bernardo.damele@gmail.com" name="Bernardo Damele A. G.">, <htmlurl url="mailto:miroslav.stampar@gmail.com" name="Miroslav Stampar">
|
<author>by <htmlurl url="mailto:bernardo.damele@gmail.com" name="Bernardo Damele A. G.">, <htmlurl url="mailto:miroslav.stampar@gmail.com" name="Miroslav Stampar">
|
||||||
<date>version 0.9, March 10, 2011
|
<date>version 0.9, April XX, 2011
|
||||||
<abstract>
|
<abstract>
|
||||||
This document is the user's manual to use <htmlurl url="http://sqlmap.sourceforge.net" name="sqlmap">.
|
This document is the user's manual to use <htmlurl url="http://sqlmap.sourceforge.net" name="sqlmap">.
|
||||||
</abstract>
|
</abstract>
|
||||||
|
@ -824,8 +824,6 @@ Options:
|
||||||
--keep-alive Use persistent HTTP(s) connections
|
--keep-alive Use persistent HTTP(s) connections
|
||||||
--null-connection Retrieve page length without actual HTTP response body
|
--null-connection Retrieve page length without actual HTTP response body
|
||||||
--threads=THREADS Max number of concurrent HTTP(s) requests (default 1)
|
--threads=THREADS Max number of concurrent HTTP(s) requests (default 1)
|
||||||
--group-concat Use GROUP_CONCAT (MySQL/error) in dumping phase
|
|
||||||
(experimental)
|
|
||||||
|
|
||||||
Injection:
|
Injection:
|
||||||
These options can be used to specify which parameters to test for,
|
These options can be used to specify which parameters to test for,
|
||||||
|
@ -849,7 +847,7 @@ Options:
|
||||||
--text-only Compare pages based only on the textual content
|
--text-only Compare pages based only on the textual content
|
||||||
|
|
||||||
Techniques:
|
Techniques:
|
||||||
These options can be usedto tweak testing of specific SQL injection
|
These options can be used to tweak testing of specific SQL injection
|
||||||
techniques.
|
techniques.
|
||||||
|
|
||||||
--time-sec=TIMESEC Seconds to delay the DBMS response (default 5)
|
--time-sec=TIMESEC Seconds to delay the DBMS response (default 5)
|
||||||
|
@ -941,6 +939,7 @@ Options:
|
||||||
-t TRAFFICFILE Log all HTTP traffic into a textual file
|
-t TRAFFICFILE Log all HTTP traffic into a textual file
|
||||||
-s SESSIONFILE Save and resume all data retrieved on a session file
|
-s SESSIONFILE Save and resume all data retrieved on a session file
|
||||||
--flush-session Flush session file for current target
|
--flush-session Flush session file for current target
|
||||||
|
--fresh-queries Ignores query results stored in session file
|
||||||
--eta Display for each output the estimated time of arrival
|
--eta Display for each output the estimated time of arrival
|
||||||
--update Update sqlmap
|
--update Update sqlmap
|
||||||
--save Save options on a configuration INI file
|
--save Save options on a configuration INI file
|
||||||
|
@ -951,9 +950,11 @@ Options:
|
||||||
--check-payload IDS detection testing of injection payloads
|
--check-payload IDS detection testing of injection payloads
|
||||||
--cleanup Clean up the DBMS by sqlmap specific UDF and tables
|
--cleanup Clean up the DBMS by sqlmap specific UDF and tables
|
||||||
--forms Parse and test forms on target url
|
--forms Parse and test forms on target url
|
||||||
--gpage=GOOGLEPAGE Use google dork results from specified page number
|
--gpage=GOOGLEPAGE Use Google dork results from specified page number
|
||||||
|
--page-rank Display page rank (PR) for Google dork results
|
||||||
--parse-errors Parse DBMS error messages from response pages
|
--parse-errors Parse DBMS error messages from response pages
|
||||||
--replicate Replicate dumped data into a sqlite3 database
|
--replicate Replicate dumped data into a sqlite3 database
|
||||||
|
--tor Use default Tor (Vidalia/Privoxy/Polipo) proxy address
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user