diff --git a/Screenshots.md b/Screenshots.md index d39af4f..8c6c5b9 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -24,8 +24,14 @@ DNS exfiltration technique (option `--dns-domain`): Replicating table to a local SQLite3 database (switch `--replicate`): ![Replicated table](images/sqlmap_replicate_result.png) -SQL shell mode (switch `--sql-shell`): -![SQL shell mode](images/sqlmap_sql_shell.png) +OS pwn (Meterpreter) (switch `--os-pwn`): +![OS pwn](images/sqlmap_os_pwn.png) + +OS shell (switch `--os-shell`): +![SQL shell](images/sqlmap_os_shell.png) + +SQL shell (switch `--sql-shell`): +![SQL shell](images/sqlmap_sql_shell.png) Wizard mode (switch `--wizard`): ![Wizard mode](images/sqlmap_wizard.png) diff --git a/images/sqlmap_os_pwn.png b/images/sqlmap_os_pwn.png new file mode 100644 index 0000000..f85b878 Binary files /dev/null and b/images/sqlmap_os_pwn.png differ diff --git a/images/sqlmap_os_shell.png b/images/sqlmap_os_shell.png new file mode 100644 index 0000000..47e1a8b Binary files /dev/null and b/images/sqlmap_os_shell.png differ