mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
1.3 KiB
1.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
RUNNING (For Android users)
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
pip3 install -r requirements.txt
cd HiddenEye
chmod 777 HiddenEye.py
python3 HiddenEye.py