https://github.com/p0dalirius/geowordlists
GeoWordlists is a tool to generate wordlists of passwords containing cities at a defined distance around the client city.
https://github.com/p0dalirius/geowordlists
activedirectory distance france generate geography passwords windows wordlist
Last synced: 2 months ago
JSON representation
GeoWordlists is a tool to generate wordlists of passwords containing cities at a defined distance around the client city.
- Host: GitHub
- URL: https://github.com/p0dalirius/geowordlists
- Owner: p0dalirius
- Created: 2023-05-24T20:51:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T07:42:55.000Z (4 months ago)
- Last Synced: 2025-03-29T04:04:37.607Z (3 months ago)
- Topics: activedirectory, distance, france, generate, geography, passwords, windows, wordlist
- Language: Python
- Homepage: https://podalirius.net/
- Size: 67.5 MB
- Stars: 147
- Watchers: 3
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

## Currently supported countries
- 🇫🇷 France## Usage
```
$ ./GeoWordlists.py -h
GeoWordlists.py v1.0.1 - by Remi GASCOU (Podalirius)usage: GeoWordlists.py [-h] [-v] [--debug] [-k KILOMETERS] [-o OUTPUT_FILE] -p POSTAL_CODE [--no-variant]
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.
--no-variant Will not use any variant and only output the name of the 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 Remi GASCOU (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.