Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)