You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,21 @@
1
-
sqlmap
2
-
==
1
+
= sqlmap =
3
2
4
3
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.
You can download the latest sqlmap code by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
7
+
== Installing ==
11
8
12
-
Preferably, you can download sqlmap by cloning the Git repository:
9
+
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).
10
+
11
+
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x on any platform.
15
+
sqlmap works out of the box with [Python](http://www.python.org/download/) version '''2.6.x''' and '''2.7.x''' on any platform.
16
+
17
+
== Usage ==
17
18
18
-
Usage
19
-
---
20
19
To get a list of basic options and switches use:
21
20
22
21
python sqlmap.py -h
@@ -25,18 +24,18 @@ To get a list of all options and switches use:
25
24
26
25
python sqlmap.py -hh
27
26
28
-
You can find a sample run [here](https://gist.github.com/stamparm/5335217). To get an overview of sqlmap capabilities, brief description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki).
27
+
You can find a sample run [here](https://gist.github.com/stamparm/5335217).
28
+
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).
29
29
30
-
Links
31
-
---
30
+
== Links ==
32
31
33
32
* Homepage: http://sqlmap.org
34
33
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
0 commit comments