Update README.md

This commit is contained in:
MAHESH KUMAR 2021-01-13 21:33:44 +05:30 committed by GitHub
parent 5942e5009d
commit b967774c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -49,23 +49,23 @@ A cloud based Android Monitoring Tool, powered by NodeJS
- `sudo npm install pm2 -g`
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
- `cd XploitSPY/server/
- `cd XploitSPY/server/`
5. In the server directory, run these commands
- `npm install` <- install dependencies
- `pm2 start index.js` <-- start the script
- `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
- `Username : admin
- `Password : password
- `Username : admin`
- `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/)