sqlmap/Screenshots.md
2012-07-17 00:14:04 +01:00

15 lines
558 B
Markdown

# Screenshots
Verbose output, `-v` switch set to `3`:
![Verbose output set to 3](images/sqlmap_verbose_3.png)
Concatenation of three tamper scripts to obfuscate the injected SQL payloads, `--tamper` switch:
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
Cracking dumped databased users' password hashes, `--passwords` switch:
![Users' password hashes cracking](images/sqlmap_cracking_password_hashes.png)
Enumerating database table's columns, `--columns` switch:
![Database table's columns dump](images/sqlmap_enumerating_columns.png)