Skip to content

vpnguy-zz/PhoneHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Python versions

PhoneHunter

PhoneHunter is a small sample script to extract personal data from a phone number. It utilizes Twilio and NextCaller to lookup a phone number and return data. As far as I know NextCaller is primarily designed for fraud prevention and sales lead information, however anyone can request this data with no verification. It took me a grand total of 5 minutes and $20 to create an account that allows me to lookup 200 phone numbers.

This information should NOT be treated as 100% valid. From my simple testing the validity of the information appears to be between 70-85% across a sample size of ~10 numbers.

Additionally this script could malfunction at any time and is provided as is with no warranty.

Setup:

  1. Create a Twilio account and fund it
  2. Install Advanced Caller ID by Next Caller
  3. Insert your Account SID and Auth Token into phunter.py
  4. ??????
  5. PROFIT

###Usage: ./phunter [Phone Number]

###Example: ./phunter 5555551234

Name: Sample User
Address Line1: 1337 Leet ST
Address Line2: 
City: Testville
State: AZ
Zip: 12345
Email: test@user.com

To be added:

  • Error handling/bounds checking
  • Number formatting capabilities
  • Output to file
  • Documentation
  • Enhanced argument support
  • --help output

Questions:

Why didn't you use the python API? - Either the current API documentation is broken or I didn't drink enough coffee. Either way the documentation is lacking a solid example of this

How can I hide my information from this? - ¯\(ツ)/¯ Your info is aggregated everywhere so hiding from this is plugging a hole in a screen boat

Look up this number for me! - No

About

Extracting information from phone numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages