From 5244c3ac84ec7deb71cfc79628f86388d2263299 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 19 Mar 2013 20:06:12 +0100 Subject: [PATCH] Update --- Scenario.md => Introduction.md | 2 +- License.md | 2 +- _Sidebar.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) rename Scenario.md => Introduction.md (99%) diff --git a/Scenario.md b/Introduction.md similarity index 99% rename from Scenario.md rename to Introduction.md index 3bed63e..0a08615 100644 --- a/Scenario.md +++ b/Introduction.md @@ -1,4 +1,4 @@ -# Scenario +# Introduction ## Detect and exploit a SQL injection diff --git a/License.md b/License.md index 6a68499..7a1be0d 100644 --- a/License.md +++ b/License.md @@ -1,6 +1,6 @@ # License -sqlmap is (C) 2006-2012 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org), [Miroslav Stampar](mailto:miroslav@sqlmap.org). +sqlmap is (C) 2006-2013 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org), [Miroslav Stampar](mailto:miroslav@sqlmap.org). This program is free software; you may redistribute and/or modify it under the terms of the [GNU General Public License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) as published by the [Free Software Foundation](http://www.fsf.org); Version 2 with the clarifications and exceptions described in the [license file](https://raw.github.com/sqlmapproject/sqlmap/master/doc/COPYING). This guarantees your right to use, modify, and redistribute this software under certain conditions. If you wish to embed sqlmap technology into proprietary software, we sell alternative licenses (contact [sales@sqlmap.org](sales@sqlmap.org)). diff --git a/_Sidebar.md b/_Sidebar.md index b2352c2..e5cee98 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,20 +1,20 @@ ### sqlmap wiki pages ---- #### User's manual -* [[Scenario]] - Use cases for sqlmap. -* [[Techniques]] - SQLi techniques detected and exploited by sqlmap. -* [[Features]] - Breakdown of the features implemented. +* [[Introduction]] - Introduction to sqlmap. +* [[Techniques]] - SQLi techniques supported by sqlmap. +* [[Features]] - Brief list of supported features. * [[Download and update]] - Keep your copy up-to-date. -* [[Dependencies]] - Third-party libraries and tools required. -* [[History]] - Kickin' databases since 2006. -* [[Usage]] - Exhaustive breakdown of all switches with examples. -* [[License]] - The boring stuff. +* [[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]] - Material around sqlmap presented at conferences. -* [[Screenshots]] - Collection of screen-shots demonstrating some features. +* [[Presentations]] - Materials from sqlmap team presented at conferences. +* [[Screenshots]] - Collection of screenshots demonstrating some of features. * [[Third party libraries]] - Details of third-party libraries and tools used by sqlmap.