diff --git a/Screenshots.md b/Screenshots.md index 9d30484dd..392fe0795 100644 --- a/Screenshots.md +++ b/Screenshots.md @@ -28,6 +28,14 @@ DNS exfiltration technique (option `--dns-domain`): ![DNS exfiltration technique](images/sqlmap_dns_exfiltration.png) +Identify WAF/IDS/IPS protection (option `--identify-waf`): + +![Identify WAF/IDS/IPS protection](images/sqlmap_identify_waf.png) + +HTTP parameter pollution (option `--hpp`): + +![HTTP parameter pollution](images/sqlmap_hpp.png) + Replicating table to a local SQLite3 database (switch `--replicate`): ![Replicated table](images/sqlmap_replicate_result.png) diff --git a/images/sqlmap_hpp.png b/images/sqlmap_hpp.png new file mode 100644 index 000000000..cc54e7864 Binary files /dev/null and b/images/sqlmap_hpp.png differ diff --git a/images/sqlmap_identify_waf.png b/images/sqlmap_identify_waf.png new file mode 100644 index 000000000..a297aae46 Binary files /dev/null and b/images/sqlmap_identify_waf.png differ