You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.ci | 2 years ago | |
jmp | 2 years ago | |
src/bin | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
license.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
phone-mnemonic
$ phone-mnemonic -h
usage: phone-mnemonic [options...]
Read phone numbers on stdin and write all possible mnemonics to stdout
-h, --help print this usage text
-r, --reverse convert mnemonic to phone number instead
-o, --orig print mnemonic followed by space then phone number on
each output line
Examples:
phone-mnemonic <nums.txt | grep COOLNUM > coolnums.txt; convert nums.txt to mnemonics, look
for one containing the string COOLNUM
phone-mnemonic -r -o < coolnums.txt > nums_to_get.txt; reverse but keep original into a file
for easy lookup/number finding
Additionally a script in jmp/jmp.sh will download all available numbers in the USA that jmp.chat has available, combined with phone-mnemonic you can easily grep the phone number of your dreams.