Hack using Termux- The Linux Terminal Emulator for Android
Hack using Termux- The Linux Terminal Emulator for Android
This post is about an application using which you can do most of the things same as you are using the Terminal in Kali Linux.
Termux- The terminal app for android. This is a great app which makes you fee like you are using Terminal in Linux. This app is the best way to do all the things. You can use this app to nmap the websites and find the loop hole and open ports. Termux can do a lot more things but this is the best thing to do. Suppose you have a website and want to know that if the site can be hacked using SQL injection or DDOS attack or not? just open Termux and use nmap to find the open ports and close the ports all done. Now your site is secure.
Lets get the tutorial started. But before starting let me tell you the precautions you should take. Never ever nmap any website which doesn’t belongs to you. I mean that don’t just open nmap and use it on google.com or technicalunit.org or any other site. Otherwise they can track your activity and take legal actions against you. If you want to do this on other sites then take their permission in written and then you are good to go.
So, How to do nmap in termux?
You can download termux from here: google play or Zippyshare
Now install Termux and open it
Type clear and hit enter > this will clear all written things from the screen
Type apt-get update and hit enter > this will update the Termux app
Type apt-get install nmap and hit enter then it will ask yes or no. Simply type Y and hit enter > this will install nmap
Type nmap and hit enter >if it shows not found then uninstall Termux and install it again. If it runs some codes then nmap is installed correctly.
Now lets start the mapping.
Type nmap site which you want to map and hit enter > this will start the mapping and at the end it will show you all ports and loop holes which are open to that site.
This post is for education purpose only
Comments
Post a Comment