SEEKER Installation – Ubuntu

SEEKER Installation – Ubuntu

========= Install Seeker =========

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

cd seeker/

chmod +x install.sh

./install.sh



=========Link Github=========
https://github.com/thewhiteh4t/seeker?tab=readme-ov-file

=========Demo=========
https://odysee.com/@thewhiteh4t:2/seeker_v126_demo:e

##################
# Usage Examples #
##################

# Step 1 : In first terminal
$ python3 seeker.py

# 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 -k <filename>

# Use Custom Port
$ python3 seeker.py -p 1337
$ ./ngrok http 1337

# Pre-select a specific template
$ python3 seeker.py -t 1

################
# 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
admin
http://ayatullahomaini.my.id

Leave a Reply

Your email address will not be published. Required fields are marked *