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

View File

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

View File

@ -1,6 +1,6 @@
# License # 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 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)). (contact [sales@sqlmap.org](sales@sqlmap.org)).

View File

@ -1,20 +1,20 @@
### sqlmap wiki pages ### sqlmap wiki pages
---- ----
#### User's manual #### User's manual
* [[Scenario]] - Use cases for sqlmap. * [[Introduction]] - Introduction to sqlmap.
* [[Techniques]] - SQLi techniques detected and exploited by sqlmap. * [[Techniques]] - SQLi techniques supported by sqlmap.
* [[Features]] - Breakdown of the features implemented. * [[Features]] - Brief list of supported features.
* [[Download and update]] - Keep your copy up-to-date. * [[Download and update]] - Keep your copy up-to-date.
* [[Dependencies]] - Third-party libraries and tools required. * [[Dependencies]] - Information about used third-party libraries and tools.
* [[History]] - Kickin' databases since 2006. * [[History]] - History from 2006 to 2013.
* [[Usage]] - Exhaustive breakdown of all switches with examples. * [[Usage]] - Exhaustive breakdown of all options and switches together with examples.
* [[License]] - The boring stuff. * [[License]] - Copyright information.
<br> <br>
---- ----
#### Miscellaneous #### Miscellaneous
* [[FAQ]] - Frequently Asked Questions. * [[FAQ]] - Frequently Asked Questions.
* [[Presentations]] - Material around sqlmap presented at conferences. * [[Presentations]] - Materials from sqlmap team presented at conferences.
* [[Screenshots]] - Collection of screen-shots demonstrating some features. * [[Screenshots]] - Collection of screenshots demonstrating some of features.
* [[Third party libraries]] - Details of third-party libraries and tools used by sqlmap. * [[Third party libraries]] - Details of third-party libraries and tools used by sqlmap.