SETUP NGROK IN KALI LINUX
1.go to: https://ngrok.com/
2.you need to create an account to use ngrok
3.after login download ngrok
4.now extract the download file
5.after extract you will get a file named ngrok now move the ngrok to /home/ directory so that you can use ngrok from any path
6.open your ngrok account in browser and login you will see the authtoken copy the token and paste it in your terminal where you stored your ngrok file
7.check your ngrok works will or not by typing
./ngrok http 80
8.if it works will you will see as shown in image
Post a Comment