Git Product home page Git Product logo

Comments (52)

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024 1

@joelvenkatesh09 learn to read README, it's there for a reason... :/

from seeker.

VenkateshwaranB avatar VenkateshwaranB commented on May 20, 2024 1

👍 it's works bro tnx....

from seeker.

LimerBoy avatar LimerBoy commented on May 20, 2024

chmod +x install.sh
sudo install.sh

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

chmod + x install.sh
sudo install.sh

help
error

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 please execute uname -m and share output, it looks like install script downloaded ngrok for incorrect arch

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

error1

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

i see, please share install.log present in seeker directory

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

And how to get it? Sorry I'm new to Linux.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

open nautilus, it's a file manager present in kali linux, go inside seeker folder, you will see a file names install.log, drag drop it here on github

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

There is no such file. What to do?

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

try these commands :
cd seeker
chmod 777 install.sh
sh install.sh
after installation completes, you will see a new file install.log in seeker folder

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

install.log

from seeker.

itsmehacker avatar itsmehacker commented on May 20, 2024

@NikMaster777 I am also having the same arch (x86_64) kali linux and seeker is running totally fine
screenshot_20190210_173714
screenshot_20190210_173823

from seeker.

itsmehacker avatar itsmehacker commented on May 20, 2024

@NikMaster777 i would say that please repair your kali linux

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 your install.log contains only apt-get update it looks like you sent it before completion of installation

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Got it. I will watch. Thank you for your help.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 sure, resend install.log after it completes, then we can see which version of ngrok is being downloaded

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

install.log

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Traceback (most recent call last):
File "seeker/seeker.py", line 205, in
ngrok()
File "seeker/seeker.py", line 77, in ngrok
subp.Popen(['./Ngrok/ngrok', 'http', '80'], stdin=subp.PIPE, stderr=subp.PIPE, stdout=subp.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Thanks, it works now. But in Termux does not start. Writes something about ngrok. Ngrok in Termux need to be installed separately? Or do you need to specify a link?

from seeker.

muhammadrizwan87 avatar muhammadrizwan87 commented on May 20, 2024

Traceback (most recent call last):
File "./seeker.py", line 205, in
ngrok()
File "./seeker.py", line 77, in ngrok
subp.Popen(['./Ngrok/ngrok', 'http', '80'], stdin=subp.PIPE, stderr=subp.PIPE, stdout=subp.PIPE)
File "/data/data/com.termux/files/usr/lib/python3.7/subprocess.py", line 775, in init
restore_signals, start_new_session)
File "/data/data/com.termux/files/usr/lib/python3.7/subprocess.py", line 1520, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: './Ngrok/ngrok': './Ngrok/ngrok'
install.log
php.log

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 please share a screenshot
@star360 in your install.log, script did not download ngrok please let the install script reach completion and then send the log, in your php log i see permission denied, because seeker needs root, execute seeker as root

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

screenshot_2019-02-11-10-52-55-010_com termux

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Another question: The link from the phone does not open, is this normal or do I have problems again?

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 did you read instructions for Termux in README? because for termux install script and seeker are different and you have to
cd seeker/termux
i have created a separate folder for it, also this does not look like default termux other than the solarized colors

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

What link do I need to specify: git clone (link)?
This one?
https://github.com/thewhiteh4t/seeker/tree/master/termux

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777
git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/termux
chmod 777 install.sh
bash install.sh

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

screenshot_20190211-132218_termux

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Thank you so much for the help !!! Everything is established. But why doesn't the link work?
Unable to access the site. The response time from c9898044.ngrok.io has been exceeded.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777
ctrl+c
execute seeker again if you get the same ngrok address
pkill ngrok
and then execute again

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

And why does he open a link in google chrome, and in other browsers such an error?

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 you are getting this error in all browsers except google chrome? this is new please share a screenshot, this should not happen

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Thank you so much for your help! I forgot to read the cache in browsers. Everything is working. THANK!!!
Only from a mobile phone does not open the link.

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Does not determine the location of the position. My location is well defined. I threw off the link to my friends, did not even identify where they are now. Only ip address is accurate.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 please watch demo video in README

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

I saw this video. And my location is determined correctly. But when I gave the link to a friend the location is not very correctly determined. (Not at all correct.)

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@NikMaster777 i created seeker to target smartphones, because majority of people use smartphones more than their pcs and smartphones have gps hardware module in them, that's why if you open the link on a smartphone and give location permission you can get accuracy in a radius of 35-40m but if we talk about laptops and desktops they don't have gps hardware in them and so they fallback to ip geolocation which is not at all correct, also in case of phones if the gps is not working properly for example it takes too long to get location in apps like Google Maps then in such phones seeker may fallback to ip geolocation

from seeker.

NikMaster777 avatar NikMaster777 commented on May 20, 2024

Thank you very much!!!

from seeker.

apollodxb avatar apollodxb commented on May 20, 2024

git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/
chmod 777 install.sh
./install.sh
Screenshot 2019-07-20 12 03 06

from seeker.

VenkateshwaranB avatar VenkateshwaranB commented on May 20, 2024

I have one problem please solve it.
Screenshot_2019-09-30-19-49-57-720_com termux

from seeker.

VenkateshwaranB avatar VenkateshwaranB commented on May 20, 2024

What do to next???

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

how to fix this error
usage: seeker.py [-h] [-s SUBDOMAIN] [-k KML] -t TUNNEL
seeker.py: error: the following arguments are required: -t/--tunnel

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@yasha-pixel READ THE README!
https://github.com/thewhiteh4t/seeker/blob/master/README.md

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

but how to solve this error
Traceback (most recent call last):
File "seeker.py", line 313, in
wait()
File "seeker.py", line 145, in wait
main()
File "seeker.py", line 182, in main
print(G + '[+]' + C + ' CPU Cores : ' + W + var_cores)
TypeError: can only concatenate str (not "NoneType") to str

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

pls help

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@yasha-pixel please create a new issue and mention :

  1. Which is the target device
  2. Target browser

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

and how to do it?

from seeker.

yasha-pixel avatar yasha-pixel commented on May 20, 2024

can you explain please

from seeker.

Swethan73 avatar Swethan73 commented on May 20, 2024

[+] checking dependencies... traceback (most recent call last): file "./seeker.py" line 32 in import requests modulenotfounderror: no module named 'requests

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@Swethan73 pip3 install requests

from seeker.

tadakalarakesh avatar tadakalarakesh commented on May 20, 2024

Resolve this issue:

./install.sh: line 8: Python3 - Failed!: command not found
PHP - Failed!
Requests - Failed!
Packaging - Failed!

Log Saved : /home/master/seeker/logs/install.log

from seeker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.