HiddenEye-Legacy/instructions.md
2019-04-27 10:35:20 +05:00

1.4 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 && git

git clone https://github.com/DarkSecDevelopers/HiddenEye.git

cd HiddenEye

chmod 777 HiddenEye.py

pip3 install -r requirements.txt

python3 HiddenEye.py