mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
1.5 KiB
1.5 KiB
HOW TO INSTALL
BlackArch official repository
sudo pacman -S hidden-eye
to run just use
sudo hidden-eye
CLONE
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
RUNNING (In Linux)
cd HiddenEye
sudo apt install python3-pip
sudo pip3 install -r requirements.txt
chmod 777 HiddenEye.py
python3 HiddenEye.py
OR
./HiddenEye.py
RUNNING (Arch Linux or Manjaro)
cd HiddenEye
sudo pacman -Syu
sudo pacman -S python-pip
sudo pip3 install -r requirements.txt
chmod 777 HiddenEye.py
sudo python3 HiddenEye.py
OR
sudo ./HiddenEye.py
RUNNING (For Android users in Termux)
First install { Termux } from Playstore.
After opening Follow below commands One by one
pkg install git python php curl openssh grep
pip3 install wget
git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git
cd HiddenEye
chmod 777 HiddenEye.py
sudo python HiddenEye.py
or
sudo ./HiddenEye.py
Running (One Code installation in Termux)
First install { Termux } from Playstore.
After opening Copy and run this Single Command.
pkg install git python php curl openssh grep && pip3 install wget && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git && cd HiddenEye && chmod 777 HiddenEye.py && python HiddenEye.py