Skip to main content

Ngrok.

: 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.


1.png

2: Login or Signup
  • Visit this website and Login/signup

1.1.png

  • Now go down and there will be a Connect your account heading. Copy your authtoken as shown in this screenshot

2.png

3: How to Download
  • Downlaod .zip file Linux(ARM)
  • Visit websiteClick on Linux(ARM) as shown in this screenshot

3.png

  • Download .zip file it's a 4.84MB package

3.1.png

4: Now go to downloaded file folder and click on share


4.png

  • Select termux there
    4.1.png

  • Click on open folder

5.png

5: Now type command ls you will see the downloaded .zip file there .

6.png

  • Now type command unzip ngrok-stable-linux-arm.zip. It will unzip the zip file.



7.png

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.

8.png
9.png

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!

10.png


11.png

  • Press ctrl+c to cancel (Alternative "Vol-down"+c)
    12.png

Comments

Popular posts from this blog

Get Access into other's whatsaap

G aining Access into the Victim's Whatsapp on Android By prasad singh Randhawa     on,------June,01,2020... From youtube channel hitech telugu.. Attention: This is a last resort method. This tutorial is for educational purposes only, and this method doesn't compromise whatsapp itself. What we're going to do first is embed a metasploit payload in an original apk there are some required libraries for this to get them type in the metasploit console apt-get install lib32stdc++6 lib32ncurses5 lib32z1 after that you're done with installing the libraries head over to this  link  and clone it to do that type in your terminal git clone  https://github.com/SkullTech/apk-payload-injector The next step is kind of a personal preference In this scenario, the victim likes to play 8 ball pool so I'm going to embed my payload in an 8ball pool apk and send it to the victim after convincing him/her that it's the "hacked version" and that it has millions of coins etc... A...

Tool-X

Tool-X       Introduction Tool-X is a Kali Linux hacking tools installer for Termux and linux system.  Tool-X was developed for Termux and linux based systems. Using Tool-X, you can install almost 370+ hacking tools in Termux (android) and other Linux based distributions. Now Tool-X is available for Ubuntu, Debian etc.     Operating System Requirements Tool-X works on any of the following operating systems: •  Android  (Using the Termux App) •  Linux  (Debian Based Systems) •  Unix How to Install Open the terminal and type following commands. apt update apt install git git clone https://github.com/rajkumardusad/Tool-X.git cd Tool-X chmod +x install.aex sh install.aex  if not work than use  ./install.aex How to Use ? Enter a Number for a specific output: (1) : To show all available tools and type the number of a tool which you want to install. (2) : To show tools category. (3) : If you want to update Tool-X. (4) : If you wa...