×

HACK-ATHON-BOOK-OF-WISDOM's video: 2019 AWESOME Cell Phone tracker Geo-coordinate Locator from IP Address Advanced Scripting Tool

@*2019* AWESOME Cell Phone tracker / Geo-coordinate Locator from IP Address | Advanced Scripting Tool
IP Geo Locator tool I found this wonderful tool online , written in perl , that will locate the geo-cordinates of the IP Relay station /IMSI Hop Tower(incase of Cellular data) , which is more or less +- 100 meters -5 KM (approx) , from the user. There are a few dependencies , that by default are installed when the perl module is updated , but I have seen that the WWW::Mechanize and the Perl Json module might have to be installed manually. I am currently on kali 2018 (Rolling) Linux nautilus 4.18.0-kali2-amd64 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux Previously in my earlier 2017 x86 , these modules were preinstalled , but in my current setup I had to install the json and the mechanize module explicitely using : To Install the JSON module : sudo apt-get install libjson-perl To Install the WWW::Mechanize module : sudo apt-get install libwww-mechanize-perl As promised , the script : https://pastebin.com/D85aFTPk --------------------------------------- Sample output : Syntax: perl iplocator.pl 113.20.253.63 [!] IP: 113.20.253.63 ------------------------------------ [+] ORG: AS9351 ZTV CO.,LTD [+] ISP: ZTV CO., LTD [+] Country: Japan - JP [+] City: Nagahama [+] Region: Shiga - 25 [+] Geo: Lat: 35.399 - Long: 136.2343 [+] Geo: Latitude: 35.399 - Long: 35.399 [+] Time: timezone: Asia/Tokyo - Long: Asia/Tokyo [+] As number/name: as: AS9351 ZTV CO.,LTD - Long: AS9351 ZTV CO.,LTD [+] ORG: AS9351 ZTV CO.,LTD [+] Country code: JP [+] Status: success Coding Credit : Alexcerus-HR _Nemo

13

1

Other post by @HACK ATHON BOOK OF WISDOM