Phishing Hack in Linux.

 Hello everyone, in this post I'll teach you how to perform a phishing attack in Linux. So let's started.

Download "blackeye" from this link .

Now, extract the downloaded file and open terminal in that folder.

Now, create an account in this site. After creating an account copy the authtoken which goes like this:

$./ngrok authtoken <some random letters,special characters and numbers>

Then paste this in the terminal where blackeye folder is the working directory.

Then, type:

./blackeye.sh

If you get any error like "I need php or curl to run. Aborting" then install the package shown missing in the terminal. You can install it by typing: 

sudo apt-get install <package name>

If you get error which says "bash: ./blackeye.sh: Permission denied". Open the folder where this file exists. Then right click on that file. Then go to Properties. Then open the Permissions tab and check mark the box which says "Allow executing file as program".

If any error didn't appear in your screen, you are good to go. After running the blackeye shell script, you can see something like this : 



Now choose an option which website do you want to use as your phishing page. I'll be using Instagram so I'll choose "1". Will now see this :


Now wait sometime until you see this:


Now copy the link and send it to the victim. Your screen will change if the victim clicks the link. It will like this:




Now, if the victim enters the Username and Password it will be shown in the terminal and it will also be saved to a file named "username.txt". If the victim enters the username and password your screen will change to :


Now it's up to you how you convince the victim to enter the credentials. 

Thank You.





Comments

Popular Posts