From 17f8d50c2650957e74ba83fe002bc5109fc68334 Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Sat, 27 Apr 2019 10:35:20 +0500 Subject: [PATCH] Update instructions.md --- instructions.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/instructions.md b/instructions.md index 1730400..9a8e269 100644 --- a/instructions.md +++ b/instructions.md @@ -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 +```