structure update
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
client/gradlew → APK_SouceCode/gradlew
vendored
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/XploitWizer/XploitSPY/raw/master/server/assets/webpublic/logo.png" height="60"><br>
|
<img src="https://github.com/XploitWizer/XploitSPY/raw/master/assets/webpublic/logo.png" height="60"><br>
|
||||||
A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
|||||||
4. Clone this repository
|
4. Clone this repository
|
||||||
- `git clone https://github.com/XploitWizer/XploitSPY.git`
|
- `git clone https://github.com/XploitWizer/XploitSPY.git`
|
||||||
|
|
||||||
5. Now change to the server directory and run these commands
|
5. Now change to the XploitSPY directory and run these commands
|
||||||
- `npm install` <- install dependencies
|
- `npm install` <- install dependencies
|
||||||
- `pm2 start index.js` <-- start the script
|
- `pm2 start index.js` <-- start the script
|
||||||
- `pm2 startup` <- to run XploitSPY on startup
|
- `pm2 startup` <- to run XploitSPY on startup
|
||||||
|