Skip to main content

IPGeoLocation: How to Install and use to track IP address in termux-android

 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.



Requirements:
  • Termux from play store.
  • Mobile data / wifi connection.

  1. Open termux and type ' pkg install git python '


  2. Now type ' git clone https://github.com/maldevel/IPGeoLocation.git '


  3. Now move in to IPGeoLocation directory by typing ' cd IPGeoLocation '
  4. To install all the requirements type ' python -m pip install -r requirements.txt '


  5. Installation is complete to start scanning your own IP address type ' ./ipgeolocation.py -m ' and for more options type ' ./ipgeolocation.py '


Have a nice day. Enjoy!

#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

Popular posts from this blog

Figure It out : How Running Game with (Termux+Ubuntu+box86)

This is a general overview of how he did it 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. * Requirements: Install Termux  . Internet / wifi connection. * This is a general overview of how he did it.   With the Termux (terminal emulator for Android) you can't run x86 applications (including almost all games) because it's Linux for ARM processors that allows your phone to run full-fledged Linux.  * The  box86  is a translation layer that allows you to run ARM Linux x86 based applications, but it must be 32-bit , not 64-bit (I tried the 64-bit vers

How to install Ubuntu on Qemu in Termux?

Install Ubuntu on Qemu in Termux 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. * The installation procedure is the same as installing Ubuntu on a typical computer. The only difference here is that the hardware is emulated. * Requirements: Packages: qemu-utils qemu-system-x86-64-headless (you can use a non-headless variant from x11-repo) Ubuntu iso file. Device with good amount of RAM, >= 4 GB. Enough storage space. VNC Viewer (if headless) * Create an hdd image : '  qemu-img create -f qcow2 hdd.img 8G ' *  Boot QEMU system : ' qemu-system-x86

Xerxes: Several Screenshot's Showing the Installation and use powerful DOS tool in termux-android.

  Install  and use Xerxes in termux 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. Requirements: Termux from play store. Mobile data / wifi connection. Before getting started with installation make sure that clang is installed in termux which can be done by typing ' pkg install clang '.  Open termux and type ' git clone https://github.com/XCHADXFAQ77X/XERXES '. Now type ' cd xerxes ' to enter the cloned directory and the type ' ls ' to view files. Now to complie it with GNU GCC complier type ' gcc xerxes.c -o xerxes &