Questions tagged [ngrok]

ngrok provides HTTPS tunnels from the Internet to local machines with the ability to capture and replay traffic.

ngrok is a tunneling, reverse proxy that establishes secure tunnels from a public endpoint to a locally running network service while capturing all traffic for inspection and replay.

Useful links:

999 questions
-1
votes
2 answers

how to ssh to ngrok self hosted server

I follow this page to SELF HOSTED ngrok on my server (ngrok 1.7) https://www.svenbit.com/2014/09/run-ngrok-on-your-own-server/ ATM, I can use the http protocol normally. However, I want to use the ssh (tcp protocol) as well. When try with below…
Quang Nguyen
  • 134
  • 1
  • 6
-1
votes
1 answer

Do you know a webhook which should work with a proxy?

I'm looking for a webhook which is able to work with a proxy, because in my company I have to set up the proxy every time I use a software. I want a webhook for dialogflow, and the language I'm using is Python 3.6.
Kevin S
  • 101
  • 1
  • 7
-1
votes
1 answer

twilio - using a local (behind NAT) HTTP server

The Twilio quick-start pages refer to an HTTP server by FQDN. Great - but most people are probably developing behind NAT.
Carl Binding
  • 69
  • 1
  • 3
-1
votes
1 answer

How can I use the Windows version of NGROK from behind a corporate proxy?

How can I use the Windows version of NGROK from behind a corporate proxy? I am using Node JS and I need to reach out api.twilio.com. Example: // Twilio Credentials var accountSid = 'ACCOUNTSID'; var authToken = 'AUTHTOKEN'; //require the…
denstorti
  • 127
  • 2
  • 12
-2
votes
0 answers

Kali Linux: Ngrok is showing up as a different verzions of in different file paths

I'm trying to install a Blackphish a fishing app that uses ngrok as a server but when launching I get the error ./ngrok Exec format error. I've been getting the same error when trying to run ngrok with other apps as well but not when I try to run…
-2
votes
1 answer

How to set up port forwarding to access a website hosted on WSL through SSH and intranet penetration

Hi all, here is the premise of my question: Our lab just bought a Windows workstation that comes with some softwares for the instruments we also bought. People are coming and going to use these softwares, but I also need to use it for some data…
Guda Guda
  • 21
  • 2
-2
votes
1 answer

Use localhost:4040 on Windows

I want to know how can I access my localhost folder and go to some file like https://localhost:4040/index.html without using any external software. I just want to know the folder where I have to copy index.html so I can access this link. I am using…
Chief VOLDEMORT
  • 89
  • 1
  • 15
-3
votes
3 answers

How to connect to Visual FoxPro database using ngrok

We are working on a project where we use ngrok for opening a tunnel to our network to perform operations on the user's machine.As part of this, we have to do open ports of different types of databases. SQL SERVER default port (1433) is opened…
Pancheti
  • 217
  • 1
  • 7
1 2 3
66
67