How to Install Ngrok in Termux
!!DISCLAIMER : WE DO NOT PROMOTE ANY ILLEGAL ACTIVITIES ALL THE BLOG POSTS ARE ONLY FOR LEARNING AND SECURITY PURPOSES . SO DON'T BE MISGUIDE ."HACK TO LEARN , DON'T LEARN TO HACK"
What is Ngrok?
ngrok is a tool of termux itself which gives feature to host http or tcp server on own desired port, you can use it in other ethical hacking like website access, metasploite, phone hacking etc.
To install ngrok on your termux, you have to run some ngrok commands on your termux. So the commands to install ngrok is given below, which you can easily install ngrok by following step by step.
apt update
apt upgrade
apt install wget
Now clear the termux terminal using clear command and now after that you have to download Ngrok for which you have been given the steps below.
Step-1. Firstly Open Your Chrome Bowser then search Ngrok.
Step-2. Now click on the Official site of Ngrok that so in the top of the search result then click on the sign up.
Step-3. Now enter your email address or password and click on Sign Up button.
Step-4. After this, on the home page itself, you will see the button of Download for Linux, on which long press and keep it.
Step-5. After which you will see the option of copy link address from where copy the link.
Step-6. Now you have to come back to your termux where by typing wget paste the copied link on termux.
After which ngrok will start downloading, wait till it is downloaded.
How to Use Ngrok?
Now you have to run some Ngrok command again on termux.
ls
tar xvzf ngrok-stable-linux-arm.tgz
ls
This command is for unzipping ngrok github.
Now you have to open your browser again and go to the home page of ngrok where you have to copy the authentication token from the section of connect your account.
Now paste that copied token on termux then run clear command to clear it.
Now you have to run the below command.
./ngrok tcp 447
Apart from this, you can also connect the server to http and during the connection you can use your data.
./ngrok http 80
And apart from this, if you have any problem then you can visit the help section on Ngrok.
THANKS !!