Update instructions.md

This commit is contained in:
Usama Abdul Sattar 2019-04-27 10:35:20 +05:00 committed by GitHub
parent 6d154ae52c
commit 17f8d50c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,11 +87,11 @@ When kali will run it'll ask for password type the ssh password.Then do su.After
```
```
apt install python3 && python3-pip && unzip && php
apt install python3 && python3-pip && unzip && php && git
```
```
pip3 install -r requirements.txt
git clone https://github.com/DarkSecDevelopers/HiddenEye.git
```
```
@ -103,6 +103,9 @@ chmod 777 HiddenEye.py
```
```
python3 HiddenEye.py
pip3 install -r requirements.txt
```
```
python3 HiddenEye.py
```