Phishing is a cyber attack that uses disguised email as a weapon. The goal is to trick the email recipient into believing that the message is something they want or need
Phishing Attack => Fake Login Page
Start Kali Linux by typing ./start-kali.sh
apt-get install php
apt-get install curl
apt-get install openssh
python3 -m pip install -r requirement.txt
git clone https://github.com/Ahmedmahmed8a/ngrok/
cd ngrok
chmod +x install.sh
./install.sh
or
bash install.sh
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip /ngrok-stable-linux-amd64.zip
ngrok http 80
apt-get install php
git clone https://github.com/An0nUD4Y/blackeye
cd blackeye
bash blackeye.sh
Comments
Post a Comment