Hello public welcome back hope you doing well.
NGROK
Ngrok is an tool used to access your local host from any where in the world by the use of pot forwarding.
You may need ngrok in almost all of the phishing tools available on GitHub although there are other scripts also which may need a Ngrok integration to work properly.
NGROK HAVE FEW GREAT FEATURES
Secure tunnel
Easy HTTP
Instantly create a public HTTP url for a website running on local on your devlopment machine Ngrok off loads TLS so you don't have to worry about your configuration.
FAST & RELIABLE
Ngrok tunnels run using an optimized version of the technology that power HTTP/2 SO that your tunneled service load fast . Ngrok runs in multiple regions and availablity zones around the globle ensure that your tunnels are allow on line .
MULTIPLE PROTOCOL SUPPORT
TCP Tunnels
Expose any network services to the internet, even one's that don't use HTTP like SSH .use Ngrok to mange access to TCP service without having to setup complicated port forwarding rules.
HTTP(S)
NGROK support both and HTTPS tunnels out of the box great for sharing local web services demoing a developing websites or sharing access to internal APIS with 3rd parties.
WEB SOCKET SUPPORTS
Share your real time web apps!
Ngrok tunnels web socket connections
Over HTTP tunnels without any changes.
NGROK USED
NGROK allows you expose a web server running on your local mechine to the internet. Just tell ngrok what port your server is listening on if you don't know what port your web server is listening on its probably port 801 the by default HTTP.
Fallow step by step
Opne Ngrok .com
Sign-in and download the ngrok zip file
Go to the file manager and opne the ngrok folder and extert Ngrok file then copy and cut past in Phone internal storage.
Opne Termux run the command .
$ Termux -setup -storage
Allow
$ cd /SD card
$ cp Ngrok $HOME
Opne the new session of Termux and execute there.
$ ls
$ chmod *X ngrok
$ ls
Go to the ngrok website and copy the authtoken and paste it here.
$ paste authtoken
A very common issues most of the tym it show you reconnecting then turn on hotspot of your phone.
THANKS π