Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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:

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)