thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.85k stars 1.65k forks source link

Template link is not generating #438

Closed kratos-is-alive closed 1 year ago

kratos-is-alive commented 1 year ago

Describe the Error / Feature Request

Hi, google drive template link is not generating after selecting the option.

thewhiteh4t commented 1 year ago

@kratos-is-alive in google drive template you need to provide a legitimate google drive link, when user clicks they are redirected to this actual drive link which you had provided

kratos-is-alive commented 1 year ago

Got it, and whats with the php, the server isn't starting, even if i have the latest php and python3 installed. Can't find whats wrong here.

thewhiteh4t commented 1 year ago

@kratos-is-alive check php.log under logs directory

kratos-is-alive commented 1 year ago

Can not find php logs under /var/log/ also inside var/apache/ I have latest php installed too. Getting this error , please refer to the screenshot below:

image

thewhiteh4t commented 1 year ago

@kratos-is-alive php.log file is under seeker directory, also in the screenshot it is a font issue, PHP server is working

kratos-is-alive commented 1 year ago

Got it, sorry for the trouble.

this is the screenshot of the php.log under seeker dir.

image

Also, if everything is starting fine, when i send that link generated by ngrok to my self to test.

Its not giving me the location, what can be the possible reason for this? Below is the screenshot of the page appears when i click on the link generated by ngrok

image

thewhiteh4t commented 1 year ago

@kratos-is-alive check output of sudo netstat -plnt

kratos-is-alive commented 1 year ago

@thewhiteh4t Here is the output: Seems like running fine, can you kindly check?

image

Here is my ngrok screen:

image

thewhiteh4t commented 1 year ago

@kratos-is-alive yes php is working on 8080, what happens if you curl http://127.0.0.1:8080 ?

kratos-is-alive commented 1 year ago

Here is the curl output, this also seems fine I guess, can you please check? @thewhiteh4t

image

thewhiteh4t commented 1 year ago

@kratos-is-alive yes the server is working fine, seeker is working fine, this is a firewall issue I think, I am guessing you are using virtual box ?, you need to resolve this on your own

kratos-is-alive commented 1 year ago

@thewhiteh4t I am using wsl ubuntu on windows 10

kratos-is-alive commented 1 year ago

Sad, seems tough for me to figure out, but thanks a lot for all the replies man , and cheers this is a great tool @thewhiteh4t

thewhiteh4t commented 1 year ago

@kratos-is-alive it looks like your issue is related to this : https://stackoverflow.com/questions/61002681/connecting-to-wsl2-server-via-local-network

kratos-is-alive commented 1 year ago

Checking and trying to solve, please do not close the ticket.

kratos-is-alive commented 1 year ago

@thewhiteh4t I have solved this, we need need to login to dashboard.ngrok.com and copy the auth token, after that we need to configure it on our terminal first before starting the ngrok. We can close the ticket now . Thank you :D