thewickedkarma / blackeye-im

This project is now discontinued. Kindly use other working alternatives.
https://github.com/thewickedkarma/blackeye-im
GNU General Public License v3.0
494 stars 262 forks source link

links not being generated properly #6

Open jigsaw678 opened 3 years ago

jigsaw678 commented 3 years ago

[] Use shortened link instead:

Blacklisted [] Use shortened link instead: domain.

AtahanCelebi commented 3 years ago

I have done these steps to solve this problem:

1 - Make sure login from ngrok website and take your token Download the latest one, unzip it, move it to where blackeye.sh is (do not trust ngrok is downloading while blackeye.sh running, do it yourself) and use this code according to tutorial: ./ngrok authtoken <your_token_>

2 - In that terminal run that code: bash blackeye.sh

Let's pick victim for instagram so enter 1.

3 - To get link, on blackeye-im-master folder open a new terminal and run this code: ./ngrok http 80

4 - In the folder go blackeye-im-master>sites>instagram open another new terminal here. Then run this code: php -S localhost:8080 5 - Now you can click the link on the third section's terminal.

PS: If you encounter apache2 ubuntu default page problem press CTRL+C or shortly close the fourth's section terminal. And run that code again php -S localhost:8080