mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-11-05 18:09:22 +08:00
Update README.md
This commit is contained in:
parent
5942e5009d
commit
b967774c16
12
README.md
12
README.md
@ -49,23 +49,23 @@ A cloud based Android Monitoring Tool, powered by NodeJS
|
|||||||
- `sudo npm install pm2 -g`
|
- `sudo npm install pm2 -g`
|
||||||
|
|
||||||
4. Clone the repo
|
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
|
5. Go to server directory
|
||||||
- `cd XploitSPY/server/
|
- `cd XploitSPY/server/`
|
||||||
|
|
||||||
5. In the server directory, run these commands
|
5. In the server directory, 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
|
||||||
|
|
||||||
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
|
8. Login details
|
||||||
- `Username : admin
|
- `Username : admin`
|
||||||
- `Password : password
|
- `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/)
|
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