-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Expand file tree
/
Copy pathFAQ.sgml
More file actions
50 lines (36 loc) · 1.17 KB
/
FAQ.sgml
File metadata and controls
50 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype linuxdoc system>
<article>
<title>sqlmap FAQ
<author>by <htmlurl url="mailto:[email protected]" name="Bernardo Damele A. G.">, <htmlurl url="mailto:[email protected]" name="Miroslav Stampar">
<date>version 0.8, March 15, 2010
<abstract>
This document contains frequently asked questions for <htmlurl url="http://sqlmap.sourceforge.net" name="sqlmap">.
Check the project <htmlurl url="http://sqlmap.sourceforge.net" name="homepage">
for the latest version.
</abstract>
<toc>
<sect>Frequently Asked Questions
<sect1>General information
<sect2>What is sqlmap?
<p>
sqlmap is an open source penetration testing tool that automates the
process of detecting and exploiting SQL injection flaws and taking over of
back-end database servers.
It comes with a broad range of features 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.
</p>
<sect1>Usage
<sect2>How to run sqlmap?
<p>
<tscreen><verb>
python sqlmap.py
</verb></tscreen>
</p>
<sect1>Design
<sect2>How sqlmap decides this and that?
<p>
That's how.
</p>
</article>