Seeker Tool

1 min read

Guide For Install Seeker Tool In Termux.




With the help of this tool you can find exact location of any person by just sending link.

First install and configure ngrok server in teemux. If you don't know how to do that watch video tutorial from below link.

Link - https://youtu.be/TDDmwS8-q5A

Then open ngrok http server in 8080 port. Open new session in termux and type following commands.

Installation Commands

pkg up -y

pkg install git -y

pkg install python -y

pkg install openssh -y

pkg install php -y

git clone https://github.com /thewhiteh4t/seeker

cd seeker

pip install requests

python seeker.py -t manual

I am Kunal and I am 14 years old

You may like these posts

  • What is DDOS ??DDoS Attack means "Distributed Denial-of-Service (DDoS) Attack" and it is a cybercrime in which the attacker floods a server with internet traffic to prevent users f…
  • You are at the right place if you are Looking for How to install Ngrok in Termux ? Here we will show you how to install Ngrok in Termux step by step...  How to install Ngrok …
  •   (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-color: gainsboro; border-radius: 15px; f…
  •  Guide for install Auto bot tool in Termux. (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-co…
  •  Hello Guys ,i hope you are doing well in Ethical hacking, in todays post i will talk about Mr.Robot application i already release it on github after some days i removed becau…
  •   (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-color: gainsboro; border-radius: 15px; f…

Post a Comment