How to Track IPLocation & IP Information Hack






#IP #Information
Termux Hacking

               
$  apt update && apt upgrade

$  pkg install git

$  pkg install openssh

$  pkg install curl

$  git clone https://github.com/thelinuxchoice/locator

$  pkg install python2 -y

$  cd locator

$  bash locator.sh






Enjoy! Follow us for more....


No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...