Skip to main content

How to Find Some One Location Via on Termux Android 5.0 or Lates - No Root Needed

Hi to day I will show you How to Find Some One Location Via on Termux Android 5.0 or Lates - No Root Needed so this way is so easy for beginner users. 
IP Address is an address on the computer for the computer can be connected to another computer, IP Address consists of 4 Blocks, each Block in the contents by the numbers 0 - 255. Examples of IP Address such as 192.168.100.1, 10.57.38.223, this is IPv4.


So guys, This time I will try to show you how to find information some ip address by using Termux, but just calm down because your android device does not have to be in the root to do that.

So firt time, you need to download and install the termux app on your android (its free). After you have to finish it, you need to open it and type the command bellow step by step:
"apt list""pkg install python" or "packages install python""ls""git clone https://github.com/maldevel/IPGeoLocation.git""ls IPGeolocation""chmod +x ipgeolocation.py""pip install -r requirements.txt""python ipgeolocation.py -m"

I'll try to describe the fist line command above:
'apt list
let you see list of the tools you can install.

'pkg install python' is command to install the python on your termux.

'ls' 
is a Linux shell command that lists directory contents of files and directories. but to show more you can type 'tree' command and hit enter.

'git clone [url]'
git clone is a Git command line utility which is used to target an exiting repository and create a clone or copy of the target repository.

'ipgeolocation'
Geolocation is the identification or estimation of the real-world geographic location of an object, such as a radar source, mobile phone, or Internet-connected computer terminal.

'chmod +x'
chmod +x or chmod a+x ('all plus executable bit') makes the file executable by everyone.
If you do this to a directory, it makes the directory searchable, instead. I.e., you can list the contents of a directory that you have +x permission on.

'pip install -r requirement.txt'
This a python utility, pip also supports installing from " requirements files", which provide an easy way to specify a whole environment to be installed.

'python ipgeolocation.py'
IPGeoLocation is a Python based tool designed to retrieve IP geolocation information from the ip-api service, useful for building into your security tools

Geolocation Information Retrieved ASN, City, Country, Country Code, ISP, Latitude, Longtitude, Organization, Region Code, Region Name, Timezone and Zip Code.


Well, this step is the last step, to run it then we can specify command with option -m to test our own location or specify host / ip person then command start with option -t [host / ip].

Okey maybe just that I can tell you, for more information you can find by your self ... ;)

Good Luck.

Comments

Popular posts from this blog

Top Proxy Squid 2019 Untuk Internet Gratis Tunnel SSH Http Injektor

Hello Gretongan Hahaha ... Maaf", kali nih saya kan bagi-bagi   Proxy Squid 2017 Untuk Internet Gratis Tunnel SSH  Http Injektor  update yg masih angat dan mungkin akan hangat trus yah, siapa tau punya pemanas hehe. Pada kesempatan kali ini Saya akan sediakan beberapa List Squid. Proxy Squid Checker  Here Proxy List Pertama Berdasarkan postingan teman-teman di WA Group ini list proxy squid 200 OK 191.241.36.155:3128 49.1.244.139:3128 42.117.1.78:3128 50.206.36.254:3128 37.99.214.45:3128 46.166.185.38:3128 46.166.185.177:3128 46.166.185.189:3128 182.23.98.66:3128 212.91.188.166:3128 163.172.11.141:3128 185.167.236.230:3128 149.56.180.31:3128 117.3.36.41:3128 35.154.11.201:3128 31.193.4.174:3128 191.34.75.232:3128 191.241.36.139:3128 177.22.111.219:3128 112.199.65.190:3128 177.55.158.19:3128 173.192.175.13:3128 128.199.42.166:3128 163.172.167.96:3128 122.3.242.7:3128 218.63.208.223:3128 104.237.246.26:3128 2

How to Install ProxyBroker 2019 English Update

How to Install ProxyBroker The first step is to prepare the following dependencies 1 pkg install python-dev make clang libffi-dev The second step manually install the pycares library 1. pip install cffi==1.5.0 2. pip download pycares 3. tar xzvf pycares-2.4.0.tar.gz 4. cd pycares-2.4.0 5. python setup.py install Step three install Proxybroker 1 pip install proxybroker How to use ProxyBroker   Here I will divide into several parts so as not to get confused when doing practice  1. Finding proxy 1 proxybroker find --types HTTP HTTPS - lvl high --country US-l 20  -t or -types This option is to determine the proxy type you can enter HTTP, HTTPS, SOCKS  -l or -lvl  This option is to choose the anonymous level you can enter Transparent, High, Elite  -c or -Country  This option is to select the target country, enter country code, for example SG (Singapore), ID (Indonesia), US (America), AU (Australia), etc.  -l or -limit  This option is to deter

How to Record Terminal Session via Termux on Android

Hi every body, to night I will show you  How to Record Terminal Session via Termux on Android  simple way and off course without watermark on video. So you need to install  termux  on your android phone and you can find it on google playstore, don't forget install termux-API. After apk is installed, you need to following this command above. Please type : $ pkg install update && install upgrade $ pkg install git $ pkg install asciinema   Record and share your terminal sessions, the right way. Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording. Supports Linux, macOS and *BSD How it Working? Please follow command bellow: $ asciinema rec [filename] When recorder is start you will see a green font  like this : ~ Asciicast recording started. ~ Hit Ctrl-D or type "exit" to finish. if you want to finish you recorder, just hit Ctrl+D or exit and show notify like this: ~ Asc