diff --git a/Screenshots.md b/Screenshots.md index 8a27738e6..d39af4fed 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -18,6 +18,9 @@ Mnemonics (option `-z` set to `"flu,ign,bat,tec=B"`): Conducting through tests only if positive heuristic(s) (switch `--smart`): ![Smart mode](images/sqlmap_smart.png) +DNS exfiltration technique (option `--dns-domain`): +![DNS exfiltration technique](images/sqlmap_dns_exfiltration.png) + Replicating table to a local SQLite3 database (switch `--replicate`): ![Replicated table](images/sqlmap_replicate_result.png) diff --git a/images/sqlmap_dns_exfiltration.png b/images/sqlmap_dns_exfiltration.png new file mode 100644 index 000000000..a40c9b676 Binary files /dev/null and b/images/sqlmap_dns_exfiltration.png differ