Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0kovo/danish_phone_wordlist_generator
Generate wordlists of Danish phone numbers by area and/or usage (Mobile, landline etc.) Useful for password cracking or fuzzing Danish targets.
https://github.com/n0kovo/danish_phone_wordlist_generator
fuzzing infosec osint pentesting redteam-tools wordlist wordlist-generator
Last synced: 3 days ago
JSON representation
Generate wordlists of Danish phone numbers by area and/or usage (Mobile, landline etc.) Useful for password cracking or fuzzing Danish targets.
- Host: GitHub
- URL: https://github.com/n0kovo/danish_phone_wordlist_generator
- Owner: n0kovo
- License: gpl-3.0
- Created: 2022-05-24T14:02:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T17:54:15.000Z (over 2 years ago)
- Last Synced: 2024-05-21T13:50:03.538Z (6 months ago)
- Topics: fuzzing, infosec, osint, pentesting, redteam-tools, wordlist, wordlist-generator
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - Danish Phone Wordlist Generator - This tool can generate wordlists of Danish phone numbers by area and/or usage (Mobile, landline etc.) Useful for password cracking or fuzzing Danish targets. (Wordlists / Laguage specific)
README
## Danish Phone Wordlist Generator
This tool can generate wordlists of Danish phone numbers by area and/or usage (Mobile, landline etc.)
Useful for password cracking or fuzzing Danish targets.(See also my [Danish Wordlists](https://github.com/narkopolo/danish-wordlists) repo for a collection of Danish general-purpose wordlists.)
### Getting started:
- Clone repo: `git clone https://github.com/narkopolo/danish_phone_wordlist_generator.git`
- Enter directory: `cd danish_phone_wordlist_generator`
- Install dependencies: `python -m pip install -r requirements.txt`
- Run script: `python wordlist_generate.py`### Demo:
Asciinema version (text based)### Credits:
- [Area numbers in Denmark](https://telefon.qvotrup.dk/omraadenumre-i-danmark/) by [Verner Qvotrup](https://www.qvotrup.dk/) (love this guy)
- [picker](https://github.com/pp19dd/picker/) by [Dino Beslagic](https://github.com/pp19dd)