https://github.com/snshn/wordlist-generator
Passwordlist generation tool
https://github.com/snshn/wordlist-generator
aircrack-ng-pentest passlist password-generator passwordlist passwordlist-generator passwordlist-maker pentest wifi wordlist
Last synced: 22 days ago
JSON representation
Passwordlist generation tool
- Host: GitHub
- URL: https://github.com/snshn/wordlist-generator
- Owner: snshn
- License: cc0-1.0
- Created: 2025-04-18T11:53:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T13:02:00.000Z (about 1 year ago)
- Last Synced: 2025-06-01T01:12:07.554Z (about 1 year ago)
- Topics: aircrack-ng-pentest, passlist, password-generator, passwordlist, passwordlist-generator, passwordlist-maker, pentest, wifi, wordlist
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordlist Generator
## Phone Numbers
Phone number wordlist generator.
Intended for use in conjunction with pentesting tools.
"NANP (North American Numbering Plan) numbers are ten digits in
length, and they are in the format: NXX-NXX-XXXX Where N is any
digit 2-9 and X is any digit 0-9.
The first three digits are called the numbering plan area (NPA)
code, often called simply the area code. The second three digits
are called the central office code or prefix. The final four digits
are called the line number.
## Building
```console
make clean all
```
## Usage
```console
./phone-numbers > phone-numbers.txt
```
## Legal
Authors of this software bear no responsibility for the numbers this program generates
(and specifically for how people will use those numbers).
## License
This software is released into the public domain.