mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
2.3 KiB
2.3 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
FOR ANDROID USERS
1) INSTALLING IN (USERLAND APP)
Install userland app from playstore.
Set up app and install kali from app.Set ssh username(anyname) and password.
When kali will run it'll ask for password type the ssh password.Then do su.After that kali will run on your device wothout root and do apt update For more info read here (https://null-byte.wonderhowto.com/how-to/android-for-hackers-turn-android-phone-into-hacking-device-without-root-0189649/)
apt install python3 && python3-pip && unzip && php && git
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
cd HiddenEye
chmod 777 HiddenEye.py
pip3 install -r requirements.txt
python3 HiddenEye.py
2) INSTALLING IN (TERMUX APP)
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
python HiddenEye.py
or
./HiddenEye.py
ONE LINE COMMAND TO INSTALL IN TERMUX(ANDROID). Just copy/paste this single command and hit Enter .. ALL DONE
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