In This Post I Am Going To Show You How To Install Hidden Eye In Termux. We Will Install Hidden Eye In Termux By The Step By Step Process. Starting From The Description Followed By The Installation Of Hidden Eye In Termux And Then How To Use Hidden Eye In Termux We Will Complete The Full Guide Of Hidden Eye In Termux. Make Sure To Read This Tutorial Fully To Avoid Errors In Installtion. So Let’s Start,
How To Install Hidden Eye In Termux?
We Will Install Hidden Eye In Termux By Cloning The Files Of The Hidden Eye From Github And Installing The Dependencies For The Hidden Eye Followed By Bashing The Installation Script Of Hidden Eye In Termux. Follow The Below Steps One By One To Install Hidden Eye In Termux:
Pre-requisites
- A Termux App With The Latest Version.
- An Active Internet Connection.
- Android Version Above 8.
Step 1: First Of All Open The Termux App And Connect To The Internet If Not Connected.
Step 2: Type The Updating Command In Termux To Update And Upgrade All The Termux Packages Using pkg update && pkg upgrade -y
Command.
pkg update && pkg upgrade -y
Step 3: Hidden Eye Is A Python Based Tool So We Need To Install Python In Termux Using pkg install python -y && pkg install python3 -y
Command.
pkg install python -y && pkg install python3 -y
Step 4: Install All The Dependencies For The Hidden Eye Tool Like PHP, Curl, Open SSH And Grep In Termux Using pkg install php curl openssh grep -y
Command.
pkg install php curl openssh grep -y

Step 5: Install Git In Termux To Clone The Hidden Eye Files From Github Using pkg install git -y
Command.
pkg install git -y
Step 6: Clone The Hidden Eye Files From Github Using git clone https://github.com/DarkSecDevelopers/HiddenEye.git
Command In Termux.
git clone https://github.com/DarkSecDevelopers/HiddenEye.git

Step 7: Move To The Hidden Eye Folder Using cd HiddenEye-Legacy
Command.
cd HiddenEye-Legacy
Step 8: Start The Installion Of The Hidden Eye Tool In Termux Using pip3 install -r requirements.txt
Command. This Step May Take A Little More Time Depending On You Internet And Device Speed.
pip3 install -r requirements.txt

The Installation Of Hidden Eye In Termux Will Be Started And Once The Installation Has Been Finished We Can Move On To The Next Step That Is How To Use Hidden Eye In Termux. But One Must Be Sure To Check That The Installation Has Been Completed Without Any Errors. If Installed Sucessfully We Can Move To The Next Step.
How To Use Hidden Eye In Termux?
Once The Installation Of The Hidden Eye Tool Has Been Completed The Hidden Eye Tool Can Be Used In Termux. Make Sure This Tutorial Is Only For Educational Purposes. The Whole Data Provided In This Tutorial Is Only For Example Purposes And I Am Doing This On My Current Machine. Follow The Below Steps To Use Hidden Eye In Termux:
Step 1: First Of All Open The Hidden Eye Tool In Termux Using python3 HiddenEye.py
Command And If Restarted Use cd HiddenEye-Legacy && python3 HiddenEye.py
Command.
Step 2: After Opening The Hidden Eye In Termux A List Of Social Media Platforms Will Appear On The Terminal. Type The Number Of The Terminal You Want To Select Or Worl With.
Step 3: Select The Method Of Phising You Want To Choose. I Will Select The Standard Phishing Tool And Move On To The Next Step.
Step 4: Select The Type Of Phishing Attack That You Want To Create By Typing The ABCD From The Options. I Will Select The Cloudflare Prorection By Typing B In Termux.
Step 5: Now Select The Desired Port Through Which The Data Transfer Occur. Choose Any Four Dight Number.
Step 6: Type The URL To Which The Page Will Redirect After The Trick Will Completely Work On Victim Device. ( Type The URL Of The Same Platform That You Selected In Step 2)
Step 7: Select The Server On Which The Link Will Be Hosted And Can Be Accessed. ( I Am Working On My Current Local Machine And Will Try It On My Own Device So Will Select The Local Host By Typing 00 In Termux.
Step 8: The Link Will Be Generated And Is Ready To Send Or Work With. Make Sure The Link Created On The Local Host Server Will Work On Own Device Only.
This Was All About The Use Of Hidden Eye In Termux. I Hope You Have Understood It Much Till This Part. Now We Will Talk About Some Features And Some Tricks For The Hidden Eye.
How To Install Hidden Eye In A Single Command?
One Can Also Install The Hidden Eye Tool Through A Single Command In Termux. The Hidden Eye Tool Can Be Installed Using A Single Command By Just Adding Up All The Commands That We Used In The Step By Step Process. Type pkg update && pkg upgrade -y && pkg install python -y && pkg install python3 -y && pkg install git -y && pkg install php curl openssh grep -y && git clone https://github.com/DarkSecDevelopers/HiddenEye.git && cd HiddenEye-Legacy && sudo pip3 install -r requirements.txt
Command In Termux To Install Hidden Eye In A Single Command.
pkg update && pkg upgrade -y && pkg install python -y && pkg install python3 -y && pkg install git -y && pkg install php curl openssh grep -y && git clone https://github.com/DarkSecDevelopers/HiddenEye.git && cd HiddenEye-Legacy && sudo pip3 install -r requirements.txt
The Installation Will Be Started And Will Go With The Step By Step Process And Automate Itself Till It Completes The Installation In Termux. If You Encounter Any Error Using This Method You Just Go With The Step By Step Process Of Installation Of Hidden Eye In Termux.
Conclusion:
Hidden Eye Is A Powerfull Phishing Tool That Can Be Used To Create A Phishing Page For The Educational Purposes. This Help Us To Understand How The Scamers Work And Create Such Type Of Phishing Tools To Scam People. One Must Not Type These Type Of Anonymous Links With Listing Rewards. Always Check The Authenticity Of The Website Befor Visiting. This Post Was All About The Hidden Eye Tool In Termux And Its Uses. I Hope You Have Liked This Post. Thanks For Reading.
Frequently Asked Questions:
What Is Hidden Eye?
Hidden Eye Is Powerfull Python Based Phihing Tool That Can Be Used To Create Phising Pages For Different Platforms.
Can We Install Hidden Eye In Kali Linux?
Yes, The Hidden Eye Tool Can Be Installed In The Kali Linux Also By Its Own Methods And Commands.
Does Hidden Eye Tool Require Root?
No, Hidden Eye Does Not Require Any Root Permission In Termux But While Installing It On The Kali Linux You Need To Give Root Permissions.