Updated sqlmap user's manual (markdown)

This commit is contained in:
stamparm 2012-06-29 08:00:39 -07:00
parent e444d89912
commit f80cab6ae5

View File

@ -236,19 +236,19 @@ sqlmap can be downloaded from its [SourceForge File List page](http://sourceforg
You can also checkout the latest development version from the [Git](https://github.com/sqlmapproject/sqlmap) You can also checkout the latest development version from the [Git](https://github.com/sqlmapproject/sqlmap)
repository: repository:
```$ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev``` $ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
You can update it at any time to the latest development version by running: You can update it at any time to the latest development version by running:
```$ python sqlmap.py --update``` $ python sqlmap.py --update
Or: Or:
$ git pull
```$ git pull```
This is strongly recommended **before** reporting any bug to the [mailing list](http://www.sqlmap.org/#ml). This is strongly recommended **before** reporting any bug to the [mailing list](http://www.sqlmap.org/#ml).
# Usage # Usage
$ python sqlmap.py -h $ python sqlmap.py -h
sqlmap/1.0-dev - automatic SQL injection and database takeover tool sqlmap/1.0-dev - automatic SQL injection and database takeover tool
@ -501,13 +501,11 @@ One of the possibilities of sqlmap is loading of complete HTTP request from a te
Sample content of a HTTP request file provided as argument to this switch: Sample content of a HTTP request file provided as argument to this switch:
```
POST /sqlmap/mysql/post_int.php HTTP/1.1 POST /sqlmap/mysql/post_int.php HTTP/1.1
Host: 192.168.136.131 Host: 192.168.136.131
User-Agent: Mozilla/4.0 User-Agent: Mozilla/4.0
id=1 id=1
```
### Process Google dork results as target addresses ### Process Google dork results as target addresses