From b73229b142ec5047e6d93274e8bb9e40a122568e Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 15 Jul 2012 21:49:03 +0100 Subject: [PATCH] added wiki sidebar --- _Sidebar.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 000000000..c6da2747b --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,15 @@ +### sqlmap wiki pages +---- +#### User's manual +* [[Scenario]] - Use cases for sqlmap. +* [[Techniques]] - SQLi techniques detected and exploited by sqlmap. +* [[Features]] - A breakdown of main features. +* [[Download and update]] - Keep your copy up-to-date. +* [[Dependencies]] - Third-party libraries and tools required. +* [[History]] - Kickin' databases since 2006. +* [[Usage]] - A breakdown of all switches with examples. +* [[License and copyright]] - The boring stuff. +---- +#### Miscellaneous +* [[FAQ]] - Frequently Asked Questions. +* [[Third party libraries]] - Details of third-party libraries and tools used by sqlmap.