mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-10 19:56:36 +03:00
Updated Screenshots (markdown)
parent
01164ce1d0
commit
cea65a40ee
|
@ -4,7 +4,7 @@ Verbose output (option `-v` set to `3`):
|
||||||
|
|
||||||
![Verbose output set to 3](images/sqlmap_verbose_3.png)
|
![Verbose output set to 3](images/sqlmap_verbose_3.png)
|
||||||
|
|
||||||
Concatenation of three tamper scripts to obfuscate the injected SQL payloads (switch `--tamper`):
|
Concatenation of three tamper scripts to obfuscate the injected SQL payloads (option `--tamper` set to `between,randomcase,space2comment`):
|
||||||
|
|
||||||
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
|
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
|
||||||
|
|
||||||
|
@ -28,19 +28,19 @@ DNS exfiltration technique (option `--dns-domain`):
|
||||||
|
|
||||||
![DNS exfiltration technique](images/sqlmap_dns_exfiltration.png)
|
![DNS exfiltration technique](images/sqlmap_dns_exfiltration.png)
|
||||||
|
|
||||||
Identify WAF/IDS/IPS protection (option `--identify-waf`):
|
Identify WAF/IDS/IPS protection (switch `--identify-waf`):
|
||||||
|
|
||||||
![Identify WAF/IDS/IPS protection](images/sqlmap_identify_waf.png)
|
![Identify WAF/IDS/IPS protection](images/sqlmap_identify_waf.png)
|
||||||
|
|
||||||
HTTP parameter pollution (option `--hpp`):
|
HTTP parameter pollution (switch `--hpp`):
|
||||||
|
|
||||||
![HTTP parameter pollution](images/sqlmap_hpp.png)
|
![HTTP parameter pollution](images/sqlmap_hpp.png)
|
||||||
|
|
||||||
Replicating table to a local SQLite3 database (option `--dump-format=SQLITE`):
|
Replicating table to a local SQLite3 database (option `--dump-format` set to `SQLITE`):
|
||||||
|
|
||||||
![Replicated table](images/sqlmap_replicate_result.png)
|
![Replicated table](images/sqlmap_replicate_result.png)
|
||||||
|
|
||||||
Dumping table to HTML format (option `--dump-format=HTML`):
|
Dumping table to HTML format (option `--dump-format` set to `HTML`):
|
||||||
|
|
||||||
![Dumped table to HTML](images/sqlmap_dump_html.png)
|
![Dumped table to HTML](images/sqlmap_dump_html.png)
|
||||||
|
|
||||||
|
@ -58,4 +58,4 @@ SQL shell mode (switch `--sql-shell`):
|
||||||
|
|
||||||
Wizard mode (switch `--wizard`):
|
Wizard mode (switch `--wizard`):
|
||||||
|
|
||||||
![Wizard mode](images/sqlmap_wizard.png)
|
![Wizard mode](images/sqlmap_wizard.png)
|
40
_Sidebar.md
40
_Sidebar.md
|
@ -1,20 +1,20 @@
|
||||||
### sqlmap wiki pages
|
### sqlmap wiki pages
|
||||||
----
|
----
|
||||||
#### User's manual
|
#### User's manual
|
||||||
* [[Introduction]] - Introductory to sqlmap
|
* [[Introduction]] - Introductory to sqlmap
|
||||||
* [[Techniques]] - SQLi techniques supported by sqlmap
|
* [[Techniques]] - SQLi techniques supported by sqlmap
|
||||||
* [[Features]] - Brief list of supported features
|
* [[Features]] - Brief list of supported features
|
||||||
* [[Download and update]] - Keep your copy up-to-date
|
* [[Download and update]] - Keep your copy up-to-date
|
||||||
* [[Dependencies]] - Information about used third-party libraries and tools
|
* [[Dependencies]] - Information about used third-party libraries and tools
|
||||||
* [[History]] - History from 2006 to 2013
|
* [[History]] - History from 2006 to 2013
|
||||||
* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
|
* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
|
||||||
* [[License]] - Copyright information
|
* [[License]] - Copyright information
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
----
|
----
|
||||||
#### Miscellaneous
|
#### Miscellaneous
|
||||||
* [[FAQ]] - Frequently Asked Questions
|
* [[FAQ]] - Frequently Asked Questions
|
||||||
* [[Presentations]] - Materials from sqlmap team presented at conferences
|
* [[Presentations]] - Materials from sqlmap team presented at conferences
|
||||||
* [[Screenshots]] - Collection of screenshots demonstrating some of features
|
* [[Screenshots]] - Collection of screenshots demonstrating some of features
|
||||||
* [[Third party libraries]] - Detailed information about third-party libraries and tools used by sqlmap
|
* [[Third party libraries]] - Detailed information about third-party libraries and tools used by sqlmap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user