Hey guys, we are back with a simple tutorial to hack with Termux by using Tool
after getting a lot of requests from our users, we decided to post this article about how to hack with termux
We have already posted an article about how to use Termux and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here: Hacking with Termux App
Warning
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
DISCLAIMER
This Tutorial is made for educational purpose only, I didn't harm anyone everything shown an used in this Tutorial for testing belongs to me such as the computer, smartphone and my website. Every Tutorial on utopian.io is made to teach people how to stay safe and help others for making them safe.
HACKING, CRACKING, STEALING OR ANY SUCH KIND OF ACTIVITY IS A CYBER CRIME WHICH CAN LAND YOU IN JAIL. I DO NOT SUPPORT ANY SUCH KIND OF ACTIVITY
What is Ngrok?
- Ngrok is a multi-platform tunneling and reverse proxy software that establishes secure tunnels from a public endpoint such as the internet to a locally running network service while capturing all traffic for detailed inspection and replay.
- I make this Tutorial because in my next Tutorial ngrok is essential. So, I make this tutorial to understand my next Tutorial easily. I hope by reading this you will clearly understand that why there is a need for separate Tutorial for ngrok.
What Will I Learn?
- How to download ngrok
- How to install ngrok in Android Termux
Requirements
Difficulty
Either choose between the following options:
1: Open Termux and type command pkg update && pkg upgrade && pkg install python2
and press Enter, click y and press Enter if it asked for continue.
2: Login or Signup
- Visit this website and Login/signup
- Now go down and there will be a Connect your account heading. Copy your authtoken as shown in this screenshot
3: How to Download
- Downlaod .zip file Linux(ARM)
- Visit websiteClick on Linux(ARM) as shown in this screenshot
- Download .zip file it's a 4.84MB package
4: Now go to downloaded file folder and click on share
- Select termux there
- Click on open folder
5: Now type command ls
you will see the downloaded .zip file there .
- Now type command
unzip ngrok-stable-linux-arm.zip
. It will unzip the zip file.
6: How to Install?
- Type command
./ngrok (authtoken)
. Here authtoken is the token that you copy in step-2. As I shown in this screenshot. For privacy reason, i am hidden my authtoken. If will said that file not implemented. But the to token is saved to the configuration file. You are done with it don't worry. You will check your account is authenticated in next steps.
7: How to use ngrok?
- Type command
./ngrok http 8080
. Here 8080 is port you change your country best port. Wait a minute while it is reconnecting it will show online status when ready. Enjoy!
- Press ctrl+c to cancel (Alternative "Vol-down"+c)
Comments
Post a Comment