Git Product home page Git Product logo

Comments (26)

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

Operating System?
Browser?
Attach php.log file

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

On Virtual Box i install Kali Linux. Browsers Firefox and Chrome.
php.log
And I tried to use termux. Me and others couldn't enter to the site.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

url should be like this : https://8290a78f.ngrok.io/nearyou/
are you getting a similar url?

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

Yes, I will try to enable the server and i got: https://d843b3ef.ngrok.io/nearyou

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

okay you missed a / after nearyou in your url, if you open it without / you will get a blank page, please double check and report

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

I entered the url manually. My mistake

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

so are you able to access the page after using full url?

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

No. I can record a video.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

sure that would help

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

https://youtu.be/zMebSOhW4TM

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

This is looks like a problem with Ngrok, try this :
cd seeker/template/nearyou
php -S 0.0.0.0:80

#open a new terminal

cd seeker/Ngrok
./ngrok http 80

now you should get two urls in Ngrok try visiting https url, also in this case just open ngrok url without /nearyou/ since in first terminal you are already inside nearyou folder, see if the page loads this time, also you can try visiting 0.0.0.0 or 127.0.0.1 and it should display nearyou page

If Ngrok url does not open then i can't do much about it

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

kali linux-2019-02-22-00-46-38

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

image
image
It doesn't want to load(
image
Infinity

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

Maybe my ports are closed?

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

sorry my bad, i force nearyou to load as https so it will not open on localhost, but Ngrok is the problem in your case and i can't do anything about it unfortunately, but we can try one more thing,

cd seeker/template/nearyou
touch test.php
nano test.php
#add this code
<?php
phpinfo();
?>
#launch server
php -S 0.0.0.0:80

#in new terminal

cd seeker/Ngrok
./ngrok http 80

#open ngrok url

something.ngrok.io/test.php

if php is working properly you will get phpinfo, please test
Also if your ports were closed you will get errors in php server

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

image
Don't work, but thank you)

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

image
php/info.txt - clean

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

You have to add only
<?php
phpinfo();
?>
In test.php

from seeker.

XaruStar avatar XaruStar commented on May 20, 2024

Don't work(

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

Okay try visiting 0.0.0.0/test.php

from seeker.

damibran avatar damibran commented on May 20, 2024

img_20190223_202057
img_20190223_202102
img_20190223_202045
img_20190223_202354
img_20190223_202039

I faced with similar problem. And as i think problem with Ngrok because 0.0.0.0/test.php works fine, but ngrok urls doesnt work at all. Maybe you can give me advice how to fix it?also i have tried to delete line with favicon to prevent 404 appearing, but it gave no result.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@damibran so your php is working fine and pages are working on localhost, problem is with Ngrok, if test.php worked with ngrok, the problem would have been with seeker but that is not the case, i will look for some solution but otherwise i can't do much in this case.

from seeker.

damibran avatar damibran commented on May 20, 2024

That's pity. Just for reference i have kali linux persistence. Thanks for your reply.

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

@damibran
Read this...
inconshreveable/ngrok#557 (comment)

from seeker.

damibran avatar damibran commented on May 20, 2024

Yes, thanks. It helps a lot. I just connected vpn on dives where i wanted to open nearyou. But it killing conspiration)

from seeker.

thewhiteh4t avatar thewhiteh4t commented on May 20, 2024

Since it's not a script / code related issue i am closing this. For further assistance please contact Ngrok devs.

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.