M4cs / BlackEye-Python

BlackEye Phishing Kit in Python w Serveo Subdomain Creation | Educational Purposes Only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get the URL that needs to be sent

Sagi313 opened this issue · comments

I choose an option, and I get the following:

  • Starting php server...
  • Starting ngrok server..
  • Send this like to the victim:

Where the URL is supposed to be, I get nothing. Installed ngrok, using python3, Kali-linux
Thanks.

Same problem...

seems that the problem was the port.
I changed the port in my ngrok terminal to 8080.
than i went into ngrok's site, and the link was there

What was the exact command you used to change the port in the ngrok terminal?Can you pls ellaborate? Thanks.

What was the exact command you used to change the port in the ngrok terminal?Can you pls ellaborate? Thanks.

./ngrok http 8080. This will set your ngrok server to port 8080. then, open "ngrok.com" ->endpoints->status. You should see 2 links, both do the same

Im getting this after i did ./ngrok http 8080. After this?

first set the ngrok server, then run the blackeye .
That's what fixed my issue. beside that, can't help much