diff --git a/Screenshots.md b/Screenshots.md index 392fe0795..0a898ef7a 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -36,10 +36,14 @@ HTTP parameter pollution (option `--hpp`): ![HTTP parameter pollution](images/sqlmap_hpp.png) -Replicating table to a local SQLite3 database (switch `--replicate`): +Replicating table to a local SQLite3 database (option `--dump-format=SQLITE`): ![Replicated table](images/sqlmap_replicate_result.png) +Dumping table to HTML format (option `--dump-format=HTML`): + +![Dumped table to HTML](images/sqlmap_dump_html.png) + OS pwn mode (Meterpreter) (switch `--os-pwn`): ![OS pwn mode](images/sqlmap_os_pwn.png) diff --git a/images/sqlmap_dump_html.png b/images/sqlmap_dump_html.png new file mode 100644 index 000000000..f6a99f34d Binary files /dev/null and b/images/sqlmap_dump_html.png differ