Termux instruction added ..

This commit is contained in:
AnonUD4Y 2019-05-04 12:59:18 +00:00 committed by GitHub
parent e5bff51ce8
commit 34d27e1baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,8 +69,9 @@ sudo python3 HiddenEye.py
sudo ./HiddenEye.py
```
## FOR ANDROID USERS
### RUNNING (For Android users)
### 1) INSTALLING IN (USERLAND APP)
```
Install userland app from playstore.
@ -109,3 +110,59 @@ 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
```