How to Install Ngrok on Kali Linux
Ngrok is used to Make a local server available on the internet
For example, you have a web server on a virtual machine and you work with it. But the customer demands to show the developments of the site that you are making to him. He does not have hosting yet, and the code is available only on the LAN. Possible options:
1-Capture everything on video
2-Use free hosting
But no! you Should not be doing that! To handle this ngrok is a simple program that creates a tunnel to localhost.
in this tutorial we will install Ngrok in kali Linux
for more about Ngrok check https://kalitut.com/install-ngrok
✔️ Commands:
➥ $ sudo apt update
➥ $ unzip ngrok.zip
➥ $ ./ngrok authtoken [your_auth_token]
➥ $ ./ngrok http 8
by KaliTut
linux download