How to install blackeye in termux using android device ?

How to install blackeye in termux using android device ?



🔥BLACKEYE is a LAN phishing tool that can clone more than 30 networks templates to generate the phishing pages. Some of these networks include Google, Yahoo, Microsoft, Paypal, Shopify, eBay, Cryptocurrency, Twitter, Facebook, Github, Snapchat, and Linkedin. Besides, generating templates of these networks, BLACKEYE also offers a custom template option to generate custom phishing page.

🔥HOW TO INSTALL BLACKEYE

$apt update && apt upgrade

$ apt install git

$ apt install curl

$ git clone https://github.com/thelinuxchoice/blackeye

$ cd blackeye

$ chmod +x *

Run :

$ bash blackeye.sh

No comments:

Post a Comment

How to Find or installing nano on Linux ?

🧩 Step 1: Check if Nano is already installed Open your terminal and run: nano --version If Nano is installed, you’ll see version inf...