Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengkangzai/ngrok
Powershell script that help to send ngrok port to a webserver, email and webhook. Simple API made from PHP is included.
https://github.com/chengkangzai/ngrok
ngrok php powershell
Last synced: 24 days ago
JSON representation
Powershell script that help to send ngrok port to a webserver, email and webhook. Simple API made from PHP is included.
- Host: GitHub
- URL: https://github.com/chengkangzai/ngrok
- Owner: chengkangzai
- License: mit
- Created: 2019-08-12T15:05:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T06:36:56.000Z (12 months ago)
- Last Synced: 2024-01-15T09:14:34.436Z (12 months ago)
- Topics: ngrok, php, powershell
- Language: PowerShell
- Homepage:
- Size: 53.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGROK secure introspectable tunnels to localhost
## Prerequisition
* Install your NGROK here https://ngrok.com/
## How to Install
1. Open cmd, change directory to C:\
2. run
```sh
git clone https://github.com/chengkangzai/ngrok
```
3. Configure auth token from https://dashboard.ngrok.com/auth
```sh
ngrok authtoken
```
4. Change the setting under setup.json
5. Run the "updateEmailPassword" for creating email credential## Functionalities
1. Send Email
2. Send to Discord Webhook
3. Get Your VPN address if you are using one
4. Initiate NGROK if it wasn't running
5. Send Spam (Basically Heart Beat Service to make sure your machine is all up)