First update of README

Miroslav Stampar 2016-02-23 23:52:43 +01:00
parent 8f702e7a1a
commit 215215216a
6 changed files with 422 additions and 301 deletions

@ -1,6 +1,6 @@
# License # License
sqlmap is (C) 2006-2015 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org), [Miroslav Stampar](mailto:miroslav@sqlmap.org). sqlmap is (C) 2006-2016 [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 (or later) 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 (or later) 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)).

711
Usage.md

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
* [[Features]] - Brief list of supported features * [[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]] - Information about used third-party libraries and tools * [[Dependencies]] - Information about used third-party libraries and tools
* [[History]] - History from 2006 to 2015 * [[History]] - History from 2006 to 2016
* [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples** * [[Usage]] - Exhaustive breakdown of all **options** and **switches** together with **examples**
* [[License]] - Copyright information * [[License]] - Copyright information

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Introduction.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Introduction.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md
pandoc -f markdown -o FAQ.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap frequently asked questions (FAQ)" --no-wrap --toc --highlight-style=haddock --number-sections title_faq.txt FAQ.md pandoc -f markdown -o FAQ.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --variable author-meta="sqlmap developers" --variable title-meta="sqlmap frequently asked questions (FAQ)" --no-wrap --toc --highlight-style=haddock --number-sections title_faq.txt FAQ.md

@ -1,3 +1,3 @@
% sqlmap user's manual % sqlmap user's manual
% [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org) % [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org)
% April 15, 2013 (**DRAFT**) % February 2X, 2016 (**DRAFT**)

@ -1,3 +1,3 @@
% sqlmap frequently asked questions (FAQ) % sqlmap frequently asked questions (FAQ)
% [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org) % [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org)
% April 15, 2013 (**DRAFT**) % February 2X, 2016 (**DRAFT**)