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

Fixed "missing link" error #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CyberXCodder
Copy link

@CyberXCodder CyberXCodder commented Apr 29, 2021

The previous version has an error which doesn't show the phishing URL:

image

The reason for this is because ngrok html page has a different code than expected by curl, as seen in line 436:

link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9a-z]*\.ngrok.io")

When grep tries looking for the link, it can't be found in /status, thought it can be found in /api/tunnels as a plain text.
The fix was to change from /status to /api/tunnels, it should work properly now as shown below:

image

The previous version has an error which doesn't show the phishing URL. The reason for this was the Ngrok html page, which was built using purely javascript. Fixed it by changing the requests path from "/status" to "/api/tunnels". The code should show the phishing URL properly now.
@saroj-dev
Copy link

nice bro thanks for the help i had the same problem

@BlackLord1
Copy link

Hi.Can u help me to fix the error wich doesn't show the phishing URL?

@Believer2244
Copy link

Believer2244 commented May 18, 2021 via email

@Kuzenkkk
Copy link

Hi mate, can you explain me one thing, please? Why isn't it working while VPN is activated?

@frossokk
Copy link

hi i have a question how to edit this code and change it?

@Hrijeb
Copy link

Hrijeb commented Nov 4, 2022

the error is still there...

Copy link

@DocEmerald-dev DocEmerald-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for me its still not working

[] Choose an option: 1
[
] Downloading Ngrok...
[] Starting php server...
[
] Starting ngrok server...
[] Send this link to the Victim:
[
] Waiting victim open the link ...

@jacquezjones
Copy link

how do I update the code for it to show the link

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

Successfully merging this pull request may close these issues.

9 participants