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

  • Termux T-HeaderThis Bash script contains Oh-My-Zsh With, command autosuggestion, syntax highlight plugins and terminal header with own name for TERMUX.Preview of after setup comple…
  • Seeker - Find Geolocation with High AccuracyIntroductionConcept behind Seeker is simple, just like we host phishing pages to get credentials why not host a fake page that requests …
  • in this post i will show you installation of evil eye (termux-banner) with fast and easy method, installation start in few commands.InstallationYou Need TermuxDownload NowRequireme…
  • Termux DesktopAlright, Lets just get this straight, these are just some dotfiles & scripts, which will help you to setup a graphical environment in termux. …
  •  Termux OMZSimple script to install oh-my-zsh in Termux.This setup will apply -Material color-schemeDejavu font with powerline supportAgnoster zsh-theme as defa…
  •  I know many of you want to use GUI on termux, so I write this!Native termuxActually,it’s impossible to use GUI in termux’s windows. To use GUI, you need to prepare VNC V…

Post a Comment