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

Skip to content

Commit 4da2a3a

Browse files
committed
minor adjustment to README file
1 parent 3af8e23 commit 4da2a3a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ sqlmap is an open source penetration testing tool that automates the process of
1616
* Support to **establish an out-of-band stateful TCP connection between the attacker machine and the database server** underlying operating system. This channel can be an interactive command prompt, a Meterpreter session or a graphical user interface (VNC) session as per user's choice.
1717
* Support for **database process' user privilege escalation** via Metasploit's Meterpreter `getsystem` command.
1818

19+
# Download
20+
21+
You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master).
22+
23+
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
24+
```
25+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
26+
```
27+
28+
This is strongly recommended before reporting any bug to the [mailing list](#mailing-list).
29+
1930
# Documentation
2031

2132
* sqlmap [user's manual](https://github.com/sqlmapproject/sqlmap/raw/master/doc/README.pdf).
@@ -28,17 +39,6 @@ sqlmap is an open source penetration testing tool that automates the process of
2839
* *It all starts with the ' (SQL injection from attacker's point of view)* [slides](http://www.slideshare.net/stamparm/f-sec-2011miroslavstamparitallstartswiththesinglequote-9311238) presented by Miroslav at [FSec - FOI Security Symposium](http://fsec.foi.hr/) in Varazdin (Croatia) on September 23, 2011.
2940
* *DNS exfiltration using sqlmap* [slides](http://www.slideshare.net/stamparm/dns-exfiltration-using-sqlmap-13163281) and accompaining [whitepaper](http://www.slideshare.net/stamparm/ph-days-2012miroslavstampardataretrievaloverdnsinsqlinjectionattackspaper) titled *Data Retrieval over DNS in SQL Injection Attacks* presented by Miroslav at [PHDays 2012](http://www.phdays.com/) in Moscow (Russia) on May 31, 2012.
3041

31-
# Download
32-
33-
You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master).
34-
35-
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
36-
```
37-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
38-
```
39-
40-
This is strongly recommended before reporting any bug to the [mailing list](#mailing-list).
41-
4242
# Mailing list
4343

4444
The `[email protected]` mailing list is the preferred way to ask questions, report bugs, suggest new features and discuss with other users, [contributors](https://github.com/sqlmapproject/sqlmap/blob/master/doc/THANKS) and the [developers](#developers). To subscribe use the [online web form](https://lists.sourceforge.net/lists/listinfo/sqlmap-users).

0 commit comments

Comments
 (0)