So in here we are about to discuss how social media accounts and real name from just a phone number by analyzing the footprints left behind by it, for this we have a great tool I made myself which can come handy
named DeadTrap [https://github.com/Chr0m0s0m3s/DeadTrap ] . Some of you might ask is how does it works?
well its pretty simple the tool branches into two modules one of which the popular numverify api which extracts all the geolocation , carrier , line type and other stuffs of the phone number. The second one whereas is a bit more interesting, it scrapes through the popular sites like truecaller and syncme to see if the number exists in there. If it is there then it prints out the name , then it moves through social media sites like facebook , linkedin and twitter to scrape the data which the phone number might have left behind in these sites. After that , the number goes through a google search to see if its a voip , disposable or fraud number or not. Then at last it prints out all the information it has gathered all together right in front of your terminal.
Above you can see a demo snapshot of a scan by the tool. So to install it go to my github page and clone the repository DeadTrap by typing : ```git clone github.com/Chr0m0s0m3s/DeadTrap.git```
after that switch to the DeadTrap folder with the command : ```cd DeadTrap```
Then here on it divides between two kind of OS users , if you are on Linux (Debian/Ubuntu) type : ```python3 setup.py``` to complete the installation and you are good to run the main file now by typing : ```python3 main.py``` and if you are on windows you gotta setup the geckodriver manually for this tool to work. here is the link to geckodriver [https://github.com/mozilla/geckodriver/releases ], then after that run ```python3 main.py``` in the command prompt to run the tool and you are good to go. Goodluck and have fun.
Comments
No Comments Exist
Be the first, drop a comment!