Update

Miroslav Stampar 2013-03-19 20:06:12 +01:00
parent 8973e4bec6
commit 5244c3ac84
3 changed files with 11 additions and 11 deletions

@ -1,4 +1,4 @@
# Scenario
# Introduction
## Detect and exploit a SQL injection

@ -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)).

@ -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.
<br>
----
#### 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.