-->

How to Configure Ngrok on Android Using Termux


Ngrok  is a proxy server for creating / opening private networks through NAT or a firewall to connect localhost to the internet with a secure tunnel. 

HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide]

The function itself is very diverse, one of them is for port forwarding to be able to crack android network differences using metasploit 😁😂

Tools and materials

  • Termux. Download  here
  • Signin / signup on the offcial website, namely https://ngrok.com
  • Download Ngrok ading to your architecture  here

Install and Configure Ngrok on Termux

then open the thermux application and enter the following command

$ cd / sdcard / <where you saved the file> 
example: cd / sdcard / Download 
$ unzip <filename> .zip -d ~ 
example: unzip ngrok-stable-linux-arm.zip -d ~ 
$ cd ~
$ chmod + x ngrok

now you try running it with the command "./ngrok" without quotes so a description will appear and how to use ngrok

then go to the ngrok website dashboard and copy your authtokens to termux
For how to use it, you just enter the "./ngrok" command without quotation marks on your thermux, then automatically it will show the command command that can run it.

Hope you loved this feel free to comment here

Also Read

Post a Comment