Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit a05029b

Browse files
authored
Update README.md
1 parent ca533f7 commit a05029b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sqlmap
22

3-
[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap)
4-
[![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/)
3+
[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/GermanAizek/sqlmap-python-3)
4+
[![Python 3](https://img.shields.io/badge/python-3-yellow.svg)](https://www.python.org/)
55
[![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap)
66

77
[![VK](https://img.shields.io/badge/VK-GermanAizek-blue.svg)](https://vk.com/germanaizek)
@@ -28,16 +28,20 @@ Installation
2828

2929
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).
3030

31-
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
31+
* Usage in Windows (if not python exists in ADD_PATH) or Ubuntu, MacOS
3232

33-
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
33+
Preferably, you can download sqlmap by cloning the [Git](https://github.com/GermanAizek/sqlmap.git) repository:
3434

35-
sqlmap works out of the box with [Python](http://www.python.org/download/) version **3.6.x** on any platform.
35+
git clone https://github.com/GermanAizek/sqlmap-python-3.git
36+
cd sqlmap-python-3
37+
pip install -r requirements.txt
38+
39+
sqlmap works out of the box with [Python](http://www.python.org/download/) version **3.x** on any platform.
3640

3741
Usage
3842
----
3943

40-
* Usage in Windows (if not python exists in ADD_PATH)
44+
* Usage in any platform (Windows: if not python exists in ADD_PATH)
4145

4246
To get a list of basic options and switches use:
4347

@@ -50,15 +54,15 @@ To get a list of all options and switches use:
5054
In Windows PowerShell:
5155

5256
python .\sqlmap.py
57+
58+
*Caution do not confuse python3 or python
5359

5460
You can find a sample run [here](https://asciinema.org/a/46601).
5561
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/Usage).
5662

5763
Links
5864
----
5965

60-
* Telegram: https://telegram.org/germanaizek (@germanaizek)
61-
* VK: https://vk.com/germanaizek
6266
* Homepage: http://sqlmap.org
6367
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
6468
* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom

0 commit comments

Comments
 (0)