GeoWordlists Save

GeoWordlists is a tool to generate wordlists of passwords containing cities at a defined distance around the client city.

Project README

GitHub release (latest by date) Python pip build YouTube Channel Subscribers

Currently supported countries

  • 🇫🇷 France

Usage

$ ./GeoWordlists.py -h
GeoWordlists.py v1.0.1 - by @podalirius_

usage: GeoWordlists.py [-h] [-v] [--debug] [-k KILOMETERS] [-o OUTPUT_FILE] -p POSTAL_CODE

options:
  -h, --help            show this help message and exit
  -v, --verbose         Verbose mode. (default: False)
  --debug               Debug mode.
  -k KILOMETERS, --kilometers KILOMETERS
                        Search radius in kilometers around the client city.
  -o OUTPUT_FILE, --output-file OUTPUT_FILE
                        Output file containing the generated wordlist.
  -p POSTAL_CODE, --postal-code POSTAL_CODE
                        Postal code of the client city.

Example

If you want to generate the list of probable passwords around 75001 Paris 01 with a radius of 25 kilometers:

$ ./GeoWordlists.py -p 75001 -k 25 -o ./around_paris.txt
GeoWordlists.py v1.0.1 - by @podalirius_

[>] Using client city in [75001:Paris 01] at (48.862549876, 2.336419316), FRANCE
[>] Generated 1292 passwords sorted by probability
[+] Written 'around_paris.txt' (20721 bytes)

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

Open Source Agenda is not affiliated with "GeoWordlists" Project. README Source: p0dalirius/GeoWordlists
Stars
138
Open Issues
1
Last Commit
5 months ago

Open Source Agenda Badge

Open Source Agenda Rating