Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connection with link. #49

Closed
XaruStar opened this issue Feb 20, 2019 · 26 comments
Closed

Not connection with link. #49

XaruStar opened this issue Feb 20, 2019 · 26 comments

Comments

@XaruStar
Copy link

When i start seeker i got url and it's url not working.
In php.log : 127.0.0.1:40816 [404]: /favicon.ico - No suck file or directory

@thewhiteh4t
Copy link
Owner

Operating System?
Browser?
Attach php.log file

@XaruStar
Copy link
Author

XaruStar commented Feb 21, 2019

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.

@thewhiteh4t
Copy link
Owner

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

@XaruStar
Copy link
Author

XaruStar commented Feb 21, 2019

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

@thewhiteh4t
Copy link
Owner

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

@XaruStar
Copy link
Author

I entered the url manually. My mistake

@thewhiteh4t
Copy link
Owner

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

@XaruStar
Copy link
Author

No. I can record a video.

@thewhiteh4t
Copy link
Owner

sure that would help

@XaruStar
Copy link
Author

@thewhiteh4t
Copy link
Owner

thewhiteh4t commented Feb 21, 2019

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

@thewhiteh4t
Copy link
Owner

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

@XaruStar
Copy link
Author

XaruStar commented Feb 21, 2019

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

@XaruStar
Copy link
Author

Maybe my ports are closed?

@thewhiteh4t
Copy link
Owner

thewhiteh4t commented Feb 21, 2019

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

@XaruStar
Copy link
Author

image
Don't work, but thank you)

@XaruStar
Copy link
Author

image
php/info.txt - clean

@thewhiteh4t
Copy link
Owner

thewhiteh4t commented Feb 21, 2019

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

@XaruStar
Copy link
Author

Don't work(

@thewhiteh4t
Copy link
Owner

Okay try visiting 0.0.0.0/test.php

@damibran
Copy link

damibran commented Feb 23, 2019

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.

@thewhiteh4t
Copy link
Owner

@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.

@damibran
Copy link

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

@thewhiteh4t
Copy link
Owner

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

@damibran
Copy link

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

@thewhiteh4t
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants