diff --git a/Screenshots.md b/Screenshots.md
index 0a898ef7a..e9b818b7b 100644
--- a/Screenshots.md
+++ b/Screenshots.md
@@ -4,7 +4,7 @@ Verbose output (option `-v` set to `3`):

-Concatenation of three tamper scripts to obfuscate the injected SQL payloads (switch `--tamper`):
+Concatenation of three tamper scripts to obfuscate the injected SQL payloads (option `--tamper` set to `between,randomcase,space2comment`):

@@ -28,19 +28,19 @@ DNS exfiltration technique (option `--dns-domain`):

-Identify WAF/IDS/IPS protection (option `--identify-waf`):
+Identify WAF/IDS/IPS protection (switch `--identify-waf`):

-HTTP parameter pollution (option `--hpp`):
+HTTP parameter pollution (switch `--hpp`):

-Replicating table to a local SQLite3 database (option `--dump-format=SQLITE`):
+Replicating table to a local SQLite3 database (option `--dump-format` set to `SQLITE`):

-Dumping table to HTML format (option `--dump-format=HTML`):
+Dumping table to HTML format (option `--dump-format` set to `HTML`):

@@ -58,4 +58,4 @@ SQL shell mode (switch `--sql-shell`):
Wizard mode (switch `--wizard`):
-
+
\ No newline at end of file
diff --git a/_Sidebar.md b/_Sidebar.md
index 6e982fca6..28e0f9183 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -1,20 +1,20 @@
-### sqlmap wiki pages
-----
-#### User's manual
-* [[Introduction]] - Introductory to sqlmap
-* [[Techniques]] - SQLi techniques supported by sqlmap
-* [[Features]] - Brief list of supported features
-* [[Download and update]] - Keep your copy up-to-date
-* [[Dependencies]] - Information about used third-party libraries and tools
-* [[History]] - History from 2006 to 2013
-* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
-* [[License]] - Copyright information
-
-
-
-----
-#### Miscellaneous
-* [[FAQ]] - Frequently Asked Questions
-* [[Presentations]] - Materials from sqlmap team presented at conferences
-* [[Screenshots]] - Collection of screenshots demonstrating some of features
-* [[Third party libraries]] - Detailed information about third-party libraries and tools used by sqlmap
+### sqlmap wiki pages
+----
+#### User's manual
+* [[Introduction]] - Introductory to sqlmap
+* [[Techniques]] - SQLi techniques supported by sqlmap
+* [[Features]] - Brief list of supported features
+* [[Download and update]] - Keep your copy up-to-date
+* [[Dependencies]] - Information about used third-party libraries and tools
+* [[History]] - History from 2006 to 2013
+* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
+* [[License]] - Copyright information
+
+
+
+----
+#### Miscellaneous
+* [[FAQ]] - Frequently Asked Questions
+* [[Presentations]] - Materials from sqlmap team presented at conferences
+* [[Screenshots]] - Collection of screenshots demonstrating some of features
+* [[Third party libraries]] - Detailed information about third-party libraries and tools used by sqlmap