Can I track exact GPS location based on Mobile Number ?

NurtureSales

Registered Member
Joined
Mar 28, 2018
Messages
51
Reaction score
20
Just wondering if it is possible to track exact GPS coordinates lively based on Mobile Number in India ? If yes, how can I do that ?

Is there any service provider in BHW who can help me on that?

Thanks.
 
You can't track a phone gps just with a phone number.
You'll need physical access to the phone to install a tracking app.
Or at least the android login and make sure location sharing is enabled in settings. IOS has a similar protocol.
I use it all the time on my personal phones. In case it gets lost or stolen. It will ping where in the world it is.
 
You can't track a phone gps just with a phone number.
You'll need physical access to the phone to install a tracking app.
Or at least the android login and make sure location sharing is enabled in settings. IOS has a similar protocol.
I use it all the time on my personal phones. In case it gets lost or stolen. It will ping where in the world it is.
yes, but I thought some Genius in BHW will be able to help. I know this site for long and several services are pretty good.
 
You can't track a phone gps just with a phone number.
You'll need physical access to the phone to install a tracking app.
Or at least the android login and make sure location sharing is enabled in settings. IOS has a similar protocol.
I use it all the time on my personal phones. In case it gets lost or stolen. It will ping where in the world it is.
False. Pegasus is able to exploit iOS versions up to 14.7, through a zero-click exploit. As of 2022, Pegasus was capable of reading text messages, tracking calls, collecting passwords, location tracking, accessing the target device's microphone and camera, and harvesting information from apps. And lets not forget about SS7. Good Day sirs.
 
False. Pegasus is able to exploit iOS versions up to 14.7, through a zero-click exploit. As of 2022, Pegasus was capable of reading text messages, tracking calls, collecting passwords, location tracking, accessing the target device's microphone and camera, and harvesting information from apps. And lets not forget about SS7. Good Day sirs.
you need physical access to the phone to install pegasus right? or convince your mark to install a sketchy app they will need to also enable developer mode and enable untrusted sources? then dont even start on how to buy malware and set it up without getting scammed.
you could rent a plane and buy a stingray interceptor too. but that idea is not grounded in reality.
 
Last edited:
I think its fruad apps the only way to do that, its to install tracing app in the other phons
 
You guys make this too complicated.

Make a webpage. You have the guy's phone number, so send him a link to your page.

When he looks at your page, pull the IP out of your logs.

Get his geo from the IP.
 
You guys make this too complicated.

Make a webpage. You have the guy's phone number, so send him a link to your page.

When he looks at your page, pull the IP out of your logs.

Get his geo from the IP.
Geotracking using the IP address is not precise at all .
 
Just wondering if it is possible to track exact GPS coordinates lively based on Mobile Number in India ? If yes, how can I do that ?

Is there any service provider in BHW who can help me on that?

Thanks.
No , you can only get basic information about the location of the phone number , you can use 'phonenumbers' pypi package in python to get the general area or city .
 
No , you can only get basic information about the location of the phone number , you can use 'phonenumbers' pypi package in python to get the general area or city .
Then what might be the best way to find precise location live ?
 
then what might be the best way to find precise location live ?
The only way to get precise location of a device is by access to it's gps sensor. You either do it by having physical access to their device and install a tracking app, or by social engineering them to install/visit your rigged app/website and get them to grant it GPS permissions.

Even legal authorities can only get your approximate location with only your phone number by cell tower triangulation. And that requires access to the tower network of the Telecom Provider.
 
just buy a gps tracker on amazon.
no way to track someone without physical access to the phone and installing a payload or gaining their gmail/icloud pw.
everyone would be spying on everyone if it was so easy with "just" a phone number.
 
If I have the IMEI number of the physical phone, is it still imposible? I have a case that need to know someone location. But all I know is the number is still active, and the physical phone is still on their hand. But they seems rarely go on internet.
im reading emergency services can use imei to pull location of lost people. but it's only the location of the last tower ping. so if you want precision, it's useless. only way to get that data is work for a phone company/emergency service. or find someone that does and have them risk their employment for you.
 
You guys make this too complicated.

Make a webpage. You have the guy's phone number, so send him a link to your page.

When he looks at your page, pull the IP out of your logs.

Get his geo from the IP.
How to get exact address from an IP?

Is there anyway to do it?
 
This is shady as fuck but here I go:
1. Find and bribe someone who works at provider's core network (It's India and corruption is high as kite) to give you approximate location of your "victim"
2. Do some good ol' legwork patrolling over the area you've got from #1
3. Tag that person the way you like
4. Stalk her/him until they find out and revers it
 
How to get exact address from an IP?

Is there anyway to do it?
closest info you can get is city. even then it's not 100% accurate. depends on the ip database the service is using.
example go to https://iplocation.com/
it may have the city right (anyone can get country/state/city from IP, assuming the db is accurate).
but guaranteed the "pin" is not right. never is. it's random calculation. within constrains of the city

you can put such a feature on your website. many affiliates do it. "visitors in <city> get special discount". "babes in <city> ready to meet now". or however you want to phrase it. search around for maxmind geo-ip database. many other ones.
 
How to get exact address from an IP?

Is there anyway to do it?
navigator.geolocation.getCurrentPostion() but it can produce various results. Also, providers sometime register their IP ranges country wide so IP based location will trow you way off the grid
 
Sorry for off topic here but how in the hell did you managed to lose your cow and more importantly - why your cow carries cellphone outside the fence?
 
navigator.geolocation.getCurrentPostion() but it can produce various results. Also, providers sometime register their IP ranges country wide so IP based location will trow you way off the grid
good point. you can make webpage that requests visitors mobile location. have it sent back to you. assuming there arent already protocols in place to stop this from abuse.
send link to your target. have them accept the prompt to share location
involves some creativity. hope he finds that cow.
 
Back
Top