Skip to main content

Seeker

 Templates

Available Templates :


NearYou

Google Drive (Suggested by @Akaal_no_one)


WhatsApp (Suggested by @Dazmed707)


Telegram


Tested On :


Kali Linux

BlackArch Linux

Ubuntu

Kali Nethunter

Termux

Parrot OS

OSX - Monterey v.12.0.1


Installation


Kali Linux / Ubuntu / Parrot OS


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

$ cd seeker/

$ apt update

$ apt install python3 python3-pip php

$ pip3 install requests


BlackArch Linux

pacman -S seeker

Termux


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

$ cd seeker/

$ pkg update

$ pkg install python php

$ pip3 install requests


Docker

docker pull thewhiteh4t/seeker

OSX

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

cd seeker/

python3 seeker.py

In order to run in tunnel mode, install ngrok by running this command in the terminal:


brew install ngrok/ngrok/ngrok


ngrok http 8080

Usage

python3 seeker.py -h


usage: seeker.py [-h] [-s SUBDOMAIN]


optional arguments:

  -h, --help show this help message and exit

  -k KML, --kml Provide KML Filename ( Optional )

  -p PORT, --port Port for Web Server [ Default : 8080 ]

  -t TUNNEL, --tunnel Specify Tunnel Mode [ Available : manual ]


##################

# Usage Examples #

##################


# Step 1 : In first terminal

$ python3 seeker.py -t manual (use this)


# Step 2 : In second terminal start a tunnel service such as ngrok

$ ./ngrok http 8080


###########

# Options #

###########


# Ouput KML File for Google Earth

$ python3 seeker.py -t manual -k <filename>


# Use Custom Port

$ python3 seeker.py -t manual -p 1337

$ ./ngrok http 1337


################

# Docker Usage #

################


# Step 1

$ docker network create ngroknet


# Step 2

$ docker run --rm -it --net ngroknet --name seeker thewhiteh4t/seeker


# Step 3

$ docker run --rm -it --net ngroknet --name ngrok wernight/ngrok ngrok http seeker:8080

Releases