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

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

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.