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