M4cs / BlackEye-Python

BlackEye Phishing Kit in Python w Serveo Subdomain Creation | Educational Purposes Only
GNU General Public License v3.0
487 stars 245 forks source link

Can't get the URL that needs to be sent #19

Closed Sagi313 closed 3 years ago

Sagi313 commented 3 years ago

I choose an option, and I get the following:

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

rookiebot323 commented 3 years ago

Same problem...

Sagi313 commented 3 years ago

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

rookiebot323 commented 3 years ago

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

Sagi313 commented 3 years ago

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

rookiebot323 commented 3 years ago

20210325_184215.jpg

rookiebot323 commented 3 years ago

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

rookiebot323 commented 3 years ago

20210325_184652.jpg

Sagi313 commented 3 years ago

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