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

Skip to content

Commit bd5cabd

Browse files
committed
Update README.md
1 parent 976c600 commit bd5cabd

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,30 @@ sqlmap
33

44
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.
55

6-
**Links**
6+
Installing
7+
---
8+
You can download the latest sqlmap code by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
9+
10+
Preferably, you can download sqlmap by cloning the Git repository:
11+
12+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
13+
14+
sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x.
15+
16+
Usage
17+
---
18+
To get a list of basic options use:
19+
20+
python sqlmap.py -h
21+
22+
To get a list of all options use:
23+
24+
python sqlmap.py -hh
25+
26+
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+
28+
Links
29+
---
730

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

0 commit comments

Comments
 (0)