ngrok


what is ngrok




Today I will talk about one such tool which is very useful ngrok it is a cross-platform application, which enables most of the developers to expose or display on the internet a local server for their development with minimum effort  Is.  This software makes your locally hosted web server to be hosted on a subdomain of www.ngrok.com, which means no public IP or domain name is required on the local machine.  Similar functionality can be achieved with reverse SSH tunneling, but it requires more setup as well as hosting your own remote server.  NGROK, on ​​the local machine www.  NRGXX is able to bypass the restriction of NAT mapping and firewalls by creating a long-lived TCP tunnling from an interactively generated subdomain at ngrok.com .  After specifying the port that your web server listens on, the NGROK client program initiates a secure connection to the NGROK server and anyone can then make requests to your local server with the unique NGROK tunnel address.  There's more detailed information on how this works in the NGROK Developer's Guide.


 How to learn Zphisher  

Various tunnel servers are available around the world and locations include: Europe (Frankfurt), US (Ohio), Asia (Singapore), and Australia (Sydney).  Alternatively, the NGROK server software can be self-hosted on a VPS or other server.  By default, NGROK creates both HTTP and HTTPS endpoints, which makes it useful for integrating with third party services or APIs.


 How to install nagrok in termux


 As we know if you want to install termux then you can install termux by going to google play store inside your mobile phone, for this you can read all the process by going to the link below and customize your termux.


 Now I will tell you the process step by step

 1- Open your termux and

pkg update && upgrade 
Or
apt update && upgrade 

Type this will update all the packages inside your termux


 2- Now install zip and wget package inside your termux, for this use the command given below


pkg install zip wget -y

In this way your termux will be installed


3- To install NGROK in your termux, copy and paste the link given below


wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip

Now wait for some time to download NGROK, this downloading will depend on your internet speed and then it will be downloaded in ZIP format.


4- Now you type ls and the name with which the .zip file has been downloaded, now you have to unzip it.
 unzip file name इस प्रकार से फाइल unzip हो जाएगा

unzip ngrok-stable-linux-arm.zip

5- Now you go to the official website of NGROK and sign up, for this, you can create your account with git hub or your google account, there you will get an authentication token, either use it or you can direct the command given below.  use

./ngrok authtoken 

This way you will see

In this way NGROK will be installed inside your termux


 How to use NGROK in termux



 1- To use NGROK, first open the hotspot of your mobile phone

 2- Now open a new terminal inside your termux and type

./ngrok http 80
You can activate ngrok through the above command



  If you want to turn it off

 Can be closed with ctrl+c for most support of ngrok

 ./ngrok help

 I hope you like it