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

https://github.com/bararchy/phone-generator

An Israeli phone number generator
https://github.com/bararchy/phone-generator

Last synced: over 1 year ago
JSON representation

An Israeli phone number generator

Awesome Lists containing this project

README

          

# phone-generator
An Israeli phone number generator built with the Crystal language

Can be used to create a dictionary to use with bruteforce techinques

Usage

```
./phone_generator 052
```
Enter the number you want (lets say 052)

Output:
```
0520012584
0520012585
0520012586
0520012587
0520012588
0520012589
0520012590
0520012591
0520012592
0520012593
0520012594
0520012595
0520012596
0520012597
0520012598
0520012599
0520012600
0520012601
0520012602
...
...
```

Or you can compile to code using Crystal

```
crystal build phone_generator.rc --release
```