Ethical Hacking
YT channel
ETHICAL HACKING: HOW TO INSTALL BLACK EYE ON TERMUX
Below is the procedure on how to install Black Eye in the Termux app:
1). Open the Termux app and type in the following commands:
apt update && apt upgrade
apt install git
apt install curl
git clone https://github.com/thelinuxchoice/black eye
cd blackeye
chmod +x*
bash blackeye.sh
NOTE: press enter key after each command.
After the last command, blackeye is successfully installed in your Termux app.
Comments