Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bca058e

Browse files
committed
minor fix
1 parent 949d378 commit bca058e

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
= sqlmap =
1+
sqlmap
2+
==
23

34
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.
45

56
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
67

7-
== Installing ==
8+
Installation
9+
----
810

911
You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master) or latest zipball by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
1012

@@ -14,7 +16,8 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm
1416

1517
sqlmap works out of the box with [Python](http://www.python.org/download/) version '''2.6.x''' and '''2.7.x''' on any platform.
1618

17-
== Usage ==
19+
Usage
20+
----
1821

1922
To get a list of basic options and switches use:
2023

@@ -27,7 +30,8 @@ To get a list of all options and switches use:
2730
You can find a sample run [here](https://gist.github.com/stamparm/5335217).
2831
To get an overview of sqlmap capabilities, list of supported features and description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki).
2932

30-
== Links ==
33+
Links
34+
----
3135

3236
* Homepage: http://sqlmap.org
3337
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)

0 commit comments

Comments
 (0)