Install and use IPGeoLocation
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
- Termux from play store.
- Mobile data / wifi connection.
- Open termux and type ' pkg install git python '
- Now type ' git clone https://github.com/maldevel/IPGeoLocation.git '
- Now move in to IPGeoLocation directory by typing ' cd IPGeoLocation '
- To install all the requirements type ' python -m pip install -r requirements.txt '
- Installation is complete to start scanning your own IP address type ' ./ipgeolocation.py -m ' and for more options type ' ./ipgeolocation.py '
#If it not working then try this : Follow the steps below to get started
1. Download and install Termux on Playstore
2. Enter this command to update termux : ' apt update && apt upgrade'
3. Then type the command to install git : ' pkg install git'
4. Enter this command to install Python : ' pkg install python'
5. Now enter this command to duplicate your Github repository : ' git clone https://github.com/maldevel/IPGeoLocation'
6. Now Type : ' cd IPGeoLocation && ls'
7. Then enter : ' pip install -r requirements.txt'
8. After a while, when the tool is ready to use.
9. Now you can use the tool enter this : ' python ipgeolocation.py'
#Below are some additional flags that you can use to navigate all the features.
'./ipgeolocation.py -m'
1. Retrieve IP Geolocation : ' ./ipgeolocation.py -t x.x.x.x'
2. Retrieve Domain Geolocation : ' ./ipgeolocation.py -t example.com'
3. Do not save .log files : ' ./ipgeolocation.py -t example.com --nolog'
4. Custom User Agent string : ' ./ipgeolocation.py -t x.x.x.x -u "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" '
5. Using Proxy : ' ./ipgeolocation.py -t x.x.x.x -x http://127.0.0.1:8080'
6. Using random Proxy : ' ./ipgeolocation.py -t x.x.x.x -X /path/to/proxies/filename.txt'
7. Pick User-Agent string randomly : ' ./ipgeolocation.py -t x.x.x.x -U /path/to/user/agent/strings/filename.txt'
8. Retrieve IP geolocation and open location in Google maps with default browser : ' ./ipgeolocation.py -t x.x.x.x -g'
9. Export results to CSV file : './ipgeolocation.py -t x.x.x.x --csv /path/to/results.csv'
10. Export results to XML file : ' ./ip2geolocation.py -t x.x.x.x --xml /path/to/results.xml'
11. Export results to TXT file : ' ./ipgeolocation.py -t x.x.x.x -e /path/to/results.txt'
12. Retrieve IP Geolocation for many targets : ' ./ipgeolocation.py -T /path/to/targets/targets.txt'
13. Retrieve IP Geolocation for many targets and export results to xml : ' ./ipgeolocation.py -T /path/to/targets/targets.txt --xml /path/to/results.xml'
14. Do not print results to terminal : ' ./ipgeolocation.py -m -e /path/to/results.txt --noprint'
#If you want to track someone location, you should see how use seeker in Termux.
Comments
Post a Comment