mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 18:13:46 +03:00
Added few screenshots
parent
2d27836c57
commit
6e0b4cf78e
|
@ -1,15 +1,22 @@
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
Verbose output, `-v` switch set to `3`:
|
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, `--tamper` switch:
|
Concatenation of three tamper scripts to obfuscate the injected SQL payloads (switch `--tamper`):
|
||||||
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
|
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
|
||||||
|
|
||||||
Cracking dumped databased users' password hashes, `--passwords` switch:
|
Cracking dumped databased users' password hashes (switch `--passwords`):
|
||||||
![Users' password hashes cracking](images/sqlmap_cracking_password_hashes.png)
|
![Users' password hashes cracking](images/sqlmap_cracking_password_hashes.png)
|
||||||
|
|
||||||
Enumerating database table's columns, `--columns` switch:
|
Enumerating database table's columns (switch `--columns`):
|
||||||
![Database table's columns dump](images/sqlmap_enumerating_columns.png)
|
![Database table's columns dump](images/sqlmap_enumerating_columns.png)
|
||||||
|
|
||||||
|
Mnemonics (option `-z` set to `flu,ign,bat,tec=B`):
|
||||||
|
![Mnemonics set to flu,ign,bat,tec=B](images/sqlmap_mnemonics.png)
|
||||||
|
|
||||||
|
SQL shell mode (switch `--sql-shell`):
|
||||||
|
![SQL shell mode](images/sqlmap_shell.png)
|
||||||
|
|
||||||
|
Wizard mode (switch `--wizard`):
|
||||||
|
![Wizard mode](images/sqlmap_wizard.png)
|
||||||
|
|
BIN
images/sqlmap_mnemonics.png
Normal file
BIN
images/sqlmap_mnemonics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
images/sqlmap_sql_shell.png
Normal file
BIN
images/sqlmap_sql_shell.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
images/sqlmap_wizard.png
Normal file
BIN
images/sqlmap_wizard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue
Block a user