mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-11-05 01:49:20 +08:00
Update README.md
This commit is contained in:
parent
738ce7461d
commit
17258303da
10
README.md
10
README.md
@ -30,9 +30,9 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
|||||||
## Installation
|
## Installation
|
||||||
1. Install JRE 9+
|
1. Install JRE 9+
|
||||||
- Debian, Ubuntu, Etc
|
- Debian, Ubuntu, Etc
|
||||||
- `sudo apt-get install openjdk-9-jre`
|
- `sudo apt install openjdk-11-jre-headless`
|
||||||
- Fedora, Oracle, Red Hat, etc
|
- Fedora, Oracle, Red Hat, etc
|
||||||
- `su -c "yum install java-1.9.0-openjdk"`
|
- `sudo yum install java-11-openjdk-devel"`
|
||||||
- Windows
|
- Windows
|
||||||
- click [HERE](https://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html) for downloads
|
- click [HERE](https://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html) for downloads
|
||||||
|
|
||||||
@ -49,7 +49,9 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
|||||||
- `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
|
||||||
|
|
||||||
6. Set a Username & Password
|
6. Default Username : admin & Default Password : password
|
||||||
|
|
||||||
|
7. Change the Username & Password
|
||||||
1. Stop XploitSPY `pm2 stop index`
|
1. Stop XploitSPY `pm2 stop index`
|
||||||
2. Open `maindb.json` in a text editor
|
2. Open `maindb.json` in a text editor
|
||||||
3. under `admin`
|
3. under `admin`
|
||||||
@ -58,7 +60,7 @@ A cloud based Android Spying or Monitoring Tool, powered by NodeJS
|
|||||||
4. save the file
|
4. save the file
|
||||||
5. run `pm2 restart all`
|
5. run `pm2 restart all`
|
||||||
|
|
||||||
7. in your browser navigate to `http://<SERVER IP>:22533`
|
8. in your browser navigate to `http://<SERVER IP or URL>:22533`
|
||||||
|
|
||||||
It's recommended to run XploitSPY behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)
|
It's recommended to run XploitSPY behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user