This tool gonna be used in case you have a portion of a number (currently worked if you have last numbers) You can select ISP and then Enter the phone number last digits that you have, after that it will create an excel file with every possible combination numbers with given last digits.
python 3.6+
pip install -r requirements.txt
change the number Variable at line 41 to number that you want
it will give you a VCF file named "contacts.vcf" as output
The only validation that we have currently is a number possibility checker using some python library.
-
The number of generated phone numbers is so high, it is near to impossible to save And check all of them in social medias and messengers.
-
There is no Validation, I've found a way to validate them all using official ISP websites but the current approach that I'm trying has low speed and not much reliability.
-
Output is limited to Excel (VCF) format, I'm gonna add more formats ASAP.
-
Code structure is not quite good, but its and MVP, Proof of concept, and early-stage script.