added abstract

This commit is contained in:
Bernardo Damele 2012-07-15 01:58:41 +01:00
parent 66248cdf4f
commit 2ee0c8fa40
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
pandoc -f markdown -o Users-manual.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" --toc --highlight-style=haddock --number-sections title.txt Users-manual.md

View File

@ -149,6 +149,10 @@ $endif$
$if(title)$
\maketitle
$endif$
\begin{abstract}
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
\end{abstract}
$for(include-before)$
$include-before$