NOTE: This Installation is for Termux only if you use Kali Linux click HERE
Installation of HiddenEye Tool on Termux
After a brief description of the Hidden Eye tool, we will now learn how to
install Hidden Eye in Termux. Follow these steps carefully to install Hidden
Eye in Termux:
1. Open the Termux app and type the following commands one by one:
pkg install git python php curl openssh grep
2. Install wget:
pip3 install wget
3. Clone the HiddenEye repository:
git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git
4. Navigate to the HiddenEye directory:
cd HiddenEye
5. Change the permissions of HiddenEye.py:
chmod 777 HiddenEye.py
6. Run HiddenEye:
python HiddenEye.py
or
./HiddenEye.py
Congratulations! You have successfully installed Hidden Eye in Termux. Upon
opening the Hidden Eye tool, you will find many options for phishing pages.
Creating Facebook Phishing Page
Choose the type of phishing page you'd like to create. (I'll select Standard
Phishing Page)
If a victim enters their credentials on this page, we will receive those credentials in the terminal.
Conclusion
Phishing attacks continue to pose a major threat in cybersecurity. HiddenEye
and similar tools simplify the creation of deceptive phishing pages, aiding
attackers in tricking victims into divulging sensitive information. It's
vital for individuals and organizations to remain vigilant, understand
phishing techniques, and take proactive steps to defend against these
attacks. Always use such tools ethically and legally, refraining from
unauthorized activities.