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
- Host: GitHub
- URL: https://github.com/bararchy/phone-generator
- Owner: bararchy
- License: mit
- Created: 2015-05-19T13:13:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T13:29:31.000Z (about 11 years ago)
- Last Synced: 2025-02-05T21:36:43.830Z (over 1 year ago)
- Language: Crystal
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```