- Getting target device details
- Location of target device
- Create an account in ngrok. You'll see the following dashboard.
- Then download ngrok file. Unzip it with following command
unzip ngrok.zip
-
Now ngrok ready to use, but we'll add authtoken since it'll grant us access to more features and longer session times.
-
Now go to the folder you downloaded and open a terminal and execute the following command
./ngrok authtoken your_authtoken
For example:
./ngrok authtoken 1sbOfjsOGnDmexamplewk87B_4ndexampleKjxyzP6J
- Clone the seeker repository on linux.
git clone https://github.com/thewhiteh4t/seeker.git
- Execute following cmd where you cloned seeker
cd seeker/
apt update
apt install python3 python3-pip php
pip3 install requests
- Note : Seeker give us several template. So don't forget to check them.