Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
maldevel committed Dec 14, 2015
1 parent d981d91 commit f3651ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -39,7 +39,7 @@ Python 3.x
**Usage**
---
```
$ ./ip2geolocation.py
$ ./ip2geolocation.py -h
usage: ip2geolocation.py [-h] [-t Host] [-u User-Agent] [-r]
[-l User-Agent list] [-x Proxy] [-g]
Expand All @@ -66,19 +66,19 @@ optional arguments:
**Examples**
---
**Get your IP Geolocation**
./ip2geolocation.py
* ./ip2geolocation.py

**Get IP Geolocation**
./ip2geolocation.py -t x.x.x.x
* ./ip2geolocation.py -t x.x.x.x

**Custom User Agent string**
./ip2geolocation.py -t x.x.x.x -u "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
* ./ip2geolocation.py -t x.x.x.x -u "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"

**Using Proxy**
./ip2geolocation.py -t x.x.x.x --proxy http://127.0.0.1:8080
* ./ip2geolocation.py -t x.x.x.x --proxy http://127.0.0.1:8080

**Pick User Agent string randomly**
./ip2geolocation.py -t x.x.x.x -ru -ulist /path/to/user/agent/strings/filename.txt
* ./ip2geolocation.py -t x.x.x.x -ru -ulist /path/to/user/agent/strings/filename.txt

**Retrieve IP geolocation and open location in Google maps with default browser**
./ip2geolocation.py -t x.x.x.x -gm
* ./ip2geolocation.py -t x.x.x.x -gm

0 comments on commit f3651ee

Please sign in to comment.