File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!doctype linuxdoc system>
2+
3+ <article>
4+
5+ <title>sqlmap FAQ
6+ <author>by <htmlurl url="mailto:
[email protected] " name="Bernardo Damele A. G.">, <htmlurl url="mailto:
[email protected] " name="Miroslav Stampar">
7+ <date>version 0.8, March 15, 2010
8+ <abstract>
9+ This document contains frequently asked questions for <htmlurl url="http://sqlmap.sourceforge.net" name="sqlmap">.
10+ Check the project <htmlurl url="http://sqlmap.sourceforge.net" name="homepage">
11+ for the latest version.
12+ </abstract>
13+
14+ <toc>
15+
16+ <sect>Frequently Asked Questions
17+
18+ <sect1>General information
19+
20+ <sect2>What is sqlmap?
21+
22+ <p>
23+ sqlmap is an open source penetration testing tool that automates the
24+ process of detecting and exploiting SQL injection flaws and taking over of
25+ back-end database servers.
26+ It comes with a broad range of features lasting from database
27+ fingerprinting, over data fetching from the database, to accessing the
28+ underlying file system and executing commands on the operating system via
29+ out-of-band connections.
30+ </p>
31+
32+ <sect1>Usage
33+
34+ <sect2>How to run sqlmap?
35+
36+ <p>
37+ <tscreen><verb>
38+ python sqlmap.py
39+ </verb></tscreen>
40+ </p>
41+
42+ <sect1>Design
43+
44+ <sect2>How sqlmap decides this and that?
45+
46+ <p>
47+ That's how.
48+ </p>
49+
50+ </article>
You can’t perform that action at this time.
0 commit comments