This video will show how to install ngrok on kali linux 2021.2 step by step. ngrok is an open source tool used by large number of infosec community. This tool provides a tunnel like feature. It will work as request forwarding all your localhost browser requests to its own generated temporary server links.
Link download Ngrok in the top comment.
See more:
How to Install Kali Linux 2021.2 in VirtualBox on Windows 10: • Video
How To Get root access in Kali Linux:
How to Install Angry IP Scanner Tool in Kali Linux: • How to Install Angry IP Scanner Tool ...
How to Install Nginx on Kali Linux:
How to Install and Start Apache2 Server in Kali Linux:
✔️ Commands:
$ sudo apt update
$ unzip /path/to/ngrok.zip
$ ./ngrok authtoken [your_auth_token]
$ ./ngrok http 80
$ ./ngrok help
#Ngrok #KaliLinux