mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-14 18:13:06 +03:00
Updated sqlmap user's manual (markdown)
This commit is contained in:
parent
e444d89912
commit
f80cab6ae5
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user