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 connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...