Did you know that you can hack with your smartphone? When it comes to hacking tools, there are more than thousands of tools available for Termux. In this article, we are going to see some important tools that are very powerful and used by professional security researchers, ethical hackers, and even black hat hackers.
In our previous article, we discussed Termux for ethical hacking. beginning guide, consider it as a beginning of termux, I recommend you to have a look at it if not yet done.
The tools which are compatible with Termux (especially the tools available for Kali Linux) and finally those tools used by all kinds of hackers.
When it comes to hacking tools, we should mainly focus on information-gathering tools, vulnerability scanning tools, and exploiting tools.
Information Gathering Tools on Termux – hacking:
There are hundreds of tools that are available for information gathering, it varies from the need of hackers.
Gathering information is the first step when a hacker tries to get information about the target. Also, hackers use different sources and tools to get more information, and some of them are briefly explained here.
Nmap – hacking tool
The first tool is Nmap, which is a port scanning utility that can use a number of techniques to determine what ports are open, as well as complex information such as identifying the underlying operating system of the target system.
This tool is also, available on Kali Linux if you are a user of Kali Linux or you want to learn it, you can use our guide on how to install Kali Linux distribution in 2021.
Also, Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.
Installation of Nmap Hacking tool on Termux.
As we have discussed what Nmap is. Let us see how we can install it on termux. Installing Nmap on Termux is simpler than you may think.
It’s essential to follow all steps, to install Nmap properly. Open your terminal and type this command.
$ pkg update && upgrade -y
This command will update all the previously installed packages on your termux.
Next, Know that Nmap is just a basic package in termux, and is easy to install using the command.
$ pkg install nmap -y
Then, the installation will start wait until it finishes to install. Then after installation, type Nmap, and it will be executed. If you are unfamiliar with the Nmap command go on the official page to learn some commands. Nmap.org
How to scan a website with the Nmap Termux app
Before trying to use this command make sure that you are the owner of the website. we are not responsible for your bad actions.
$ nmap Scanme.nmap.org
You may also like How to install Tool-X on termux
Man Nmap: Also, type this command if you want to view the different options and examples for the scanning.
Simplest Syn Scan: nmap -sS <target_ip>
Th3Inspector tool – hacking tool
The second tool is Th3inspector an open-source information gathering tool available on GitHub through which you can easily find much information about the target such as Server details, whois info, target IP, phone number, email, subdomains, etc.
installing Th3Inspector on termux
First, open the termux terminal to install git if not yet installed, then type this command down.
git clone https://github.com/Moham3dRiahi/Th3inspector.git cd Th3inspector
chmod +x install.sh && ./install.sh
You may also like how to install Tool-X on termux
RED_HAWK Tool
Red Hawk is an open-source tool that is used for information gathering and certain vulnerability scanning. Also, it detects Content Management Systems (CMS) in use of a target web application, IP address, web server record, Cloudflare information, and robots.txt data.
Moreover, it can detect WordPress, Drupal, Joomla, and Magento CMS. Other scanning features of Red Hawk include WHOIS data collection, Geo-IP lookup, banner grabbing, DNS lookup, port scanning, subdomain information, reverse IP, and MX records lookup.
As a vulnerability scanner, Red Hawk looks for error-based SQL injections, WordPress-sensitive files, and WordPress version-related vulnerabilities.
Installing the RED_HAWK tool on termux
Open Termux, then type this command.
git clone https://github.com/Tuhinshubhra/RED_HAWK.git
cd RED_HAWK
php rhawk.php
You should first update and upgrade termux, and if Git is not yet installed, you should first install it.
You may also like Best android apps to learn programming
Vulnerability Scanning Tools
Sqlmap
Sqlmap is open-source software. It is also one of the most powerful penetration testing tools available on the web. Additionally, it is one of my favorite tools, and it is coded in Python. You can use sqlmap to exploit and extract database information from SQL vulnerable websites.
Installing Sqlmap tool on termux
First, open Termux and update it with the command pkg update then press Enter. After updating, follow the next step which is the installation of Sqlmap.
pkg install python2
git clone https://github.com/sqlmapproject/sqlmap
ls
cd sqlmap
python2 sqlmap.py
You may also to know more information about sql injection
Exploitation Hacking Tools
Metasploit
Metasploit is a penetration testing framework that makes hacking simple. Also, It’s an essential tool for many attackers and defenders. Point Metasploit at your target, pick an exploit, and what payload to drop.
You may also like Best android apps Termux learner in 2021 from play store
Installation of Metasploit tool on termux
First, open your Termux, then update and upgrade before proceeding, then type these commands.
cd $HOME pkg install wget wget https://Auxilus.github.io/metasploit.sh
bash metasploit.sh
./msfconsole
You may also like to know how to start with Metasploit framework
Brute forcing tools – hacking
Hydra
Hydra is a parallelized login cracker that supports numerous protocols to attack. Also, it is very fast and flexible, and new modules are easy to add. This tool makes it possible for researchers and security consultants to show how easy it would be to gain unauthorized access to a system remotely.
installing hydra tool on termux
First, open your Termux terminal update and upgrade required then type this command down.
pkg install hydra
After the installation is done, run hydra.
You may also like to know the difference between termux from linux
Tool-X – hacking
Tool-X is a Kali Linux hacking tools installer for Termux and Linux systems. 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…
See also how to install Tool-X on Termux
Onex – hacking
Onex a hacking tools library. Onex is a Kali Linux hacking tools installer for termux and other Linux distributions. Also, it is a package manager for hackers. Onex manages more than 370+ hacking tools that can be installed with a single click.
You may also, want to check How to install onex best termux hacking tool
closing word
There are many hacking tools that can be used on Termux as I mentioned above. I hope, you will be able to use all these tools mentioned in this article when you will do deep research on how to use them.
android ethical hacking facebook hacking fyatu hacking hacking with termux instagram Intelligence Artificielle kali linux linux online earning parrot os password cracking penetration testing penetration testing tool pentester pentesting phishing picoworkers programming protection PUBG python python gui's renderforest repository routersploit savefronnet scripting SDLC security shark shellphish shells shodan smartphone social media hacking Software Development Life Cycle spamming sproutgigs termux termux tool whatsapp wifi wifi hacking
Also, take courage you are almost in a good way. And if you have not yet read the first part I recommend you to read it, and if you are having a comment or a suggestion don’t keep it for yourself but share it with us. Thank you
Pingback: How To Hack With Your Smart Phone Using Termux App. - tgeniusclub
Pingback: How to install Tool-X on termux||ethical hacking - tgeniusclub
Pingback: Graphical Environment on Termux - tgeniusclub
I love it guys ……,.keep it up guys
Thank you
In addition to learning to blog, it is important to learn ethical hacking.
Nowadays, nothing is safe. Cybercrime is on the rise and small, medium or large companies are falling victim to it. So, before you fall victim to some malicious hacker, don’t you think you can protect yourself? Of course, you should, and this is where the role of ethical hacking training comes into play. Ethical hackers are those who have a deep knowledge of hacking and identify any harmful threats from unethical hackers.
My programmer is trying to convince me to move to .net from PHP.
I have always disliked the idea because of the
costs. But he’s tryiong none the less. I’ve been using Movable-type
on several websites for about a year and am concerned about switching to another platform.
I have heard good things about blogengine.net. Is there a way I can import all my wordpress
content into it? Any kind of help would be really appreciated!
Every weekend i used to go to see this website, for the reason that i wish for enjoyment, as this this site conations genuinely nice funny data
too.
What’s up mates, its great paragraph concerning educationand completely defined, keep it up all the time.
I needed to thank you for this wonderful read!!
I certainly loved every bit of it. I have you book marked to look at
new stuff you post…
Hi there mates, good paragraph and pleasant urging commented here, I am genuinely enjoying by these.
Amazing! Its truly amazing paragraph, I have got much clear idea concerning from this piece of writing.
Thanks for the good writeup. It if truth be told used to be
a amusement account it. Glance advanced to more delivered agreeable from you!
However, how can we be in contact?
Thanks for your personal marvelous posting! I really enjoyed reading it,
you could be a great author. I will ensure that I bookmark your blog and will
come back sometime soon. I want to encourage you continue your great posts, have a nice
day!
I really love your website.. Excellent colors & theme. Did you
make this amazing site yourself? Please reply back as I’m looking
to create my own personal blog and want to know where you
got this from or what the theme is called. Thank you!
There is definately a lot to know about this topic. I really like all
of the points you have made.
Stop by my homepage ELANGGAME
I seriously love your blog.. Pleasant colors &
theme. Did you make this website yourself? Please reply back
as I’m wanting to create my very own blog and would like to know
where you got this from or exactly what the theme is
named. Thanks!
Please let me know if you’re looking for a author for your site.
You have some really great posts and I think I would be a
good asset. If you ever want to take some of the load off,
I’d absolutely love to write some articles for your blog in exchange for a link back to mine.
Please blast me an email if interested. Thank you!
Great article! That is the kind of info that are meant to be shared around the net.
Shame on the search engines for not positioning this post higher!
Come on over and discuss with my site . Thanks =)
First of all I want to say terrific blog! I had a quick question which I’d like
to ask if you do not mind. I was curious to find out how you center yourself and clear your mind prior to
writing. I’ve had a hard time clearing my thoughts in getting my
thoughts out. I do take pleasure in writing but it just seems like the first 10 to
15 minutes are wasted simply just trying to figure out
how to begin. Any recommendations or tips? Cheers!
my website; AUTOSPIN88
Very good post. I absolutely appreciate this website.
Stick with it!
Oh my goodness! Awesome article dude! Thank you, However I am going through problems
with your RSS. I don’t know why I am unable to subscribe to it.
Is there anyone else getting identical RSS problems? Anyone who knows the solution will
you kindly respond? Thanks!!
I’m very pleased to discover this great site. I wanted to thank
you for ones time for this wonderful read!!
I definitely savored every bit of it and i also have you bookmarked to look at new information in your website.
I absolutely love your blog.. Very nice colors & theme. Did you make this website yourself?
Please reply back as I’m looking to create my very own site and would like
to know where you got this from or what the theme is called.
Kudos!
Have you ever thought about adding a little bit more than just your articles?
I mean, what you say is valuable and everything. However think about if you
added some great pictures or videos to give your posts more, « pop »!
Your content is excellent but with images and video clips,
this website could certainly be one of the best in its niche.
Excellent blog!
Hello there I am so excited I found your web site, I
really found you by error, while I was researching on Askjeeve for something else, Anyways I am here now and would
just like to say kudos for a tremendous post and a all round thrilling blog (I also love the theme/design), I don’t
have time to read through it all at the moment but I have saved it and also added your RSS
feeds, so when I have time I will be back to read more, Please do keep up the great b.
Thank you, I have recently been searching for info approximately this
subject for a long time and yours is the best I’ve found out till now.
However, what in regards to the conclusion? Are you positive in regards to the source?
Fascinating blog! Is your theme custom made or did you download it from somewhere?
A design like yours with a few simple tweeks would really make my blog shine.
Please let me know where you got your theme. Bless you
It’s enormous that you are getting ideas from this post
as well as from our argument made here.
This post is worth everyone’s attention. How can I
find out more?
Hello, just wanted to tell you, I liked this article.
It was funny. Keep on posting!
Hey! I know this is kinda off topic but I’d figured I’d ask.
Would you be interested in trading links or maybe guest authoring
a blog post or vice-versa? My site covers a lot of the same subjects as yours and I believe we could
greatly benefit from each other. If you might be interested feel free to send
me an e-mail. I look forward to hearing from you!
Awesome blog by the way!
I just couldn’t go away your web site before
suggesting that I extremely loved the usual information a person provide for your visitors?
Is going to be back incessantly in order to check out new posts
An impressive share! I have just forwarded this onto
a co-worker who had been doing a little homework on this.
And he in fact bought me lunch because I found it for him…
lol. So let me reword this…. Thank YOU for
the meal!! But yeah, thanx for spending time to discuss
this topic here on your web site.
Whoa! This blog looks just like my old one! It’s on a entirely
different subject but it has pretty much the same page layout and design. Excellent choice of colors!
I every time spent my half an hour to read this blog’s posts every day
along with a mug of coffee.
Have you ever considered creating an e-book or guest authoring on other blogs?
I have a blog based on the same ideas you discuss and would
really like to have you share some stories/information. I know
my readers would appreciate your work. If you are even remotely interested,
feel free to shoot me an email.
Pretty great post. I just stumbled upon your blog and wanted to
say that I’ve really enjoyed surfing around your blog posts.
In any case I’ll be subscribing to your rss feed and I’m
hoping you write again soon!
Good day! This post could not be written any better!
Reading through this post reminds me of my previous room mate!
He always ept chatting about this. I will forward this write-up to him.
Pretty sure he will have a good read. Thanks for sharing!
Here is my weeb site – สล็อตเว็บตรง แตกง่าย
Wow, that’s what I was seeking for, what a material!
present here at this website, thanks admin of
this website.
my blog post สล็อต 15
I’m truly enjoying the design and layout of your blog.
It’s a very easy on the eyes which makes it much more pleasant for me
to come here and visit more often. Did you hire out a developer to create your theme?
Excellent work!
I’d like to find out more? I’d like to find out some additional information.
Thanks so much regarding giving us an update on thiѕ thme on yоur site.
Ꮲlease bbe aware that іf ɑ new post becomes
availaƅⅼe oг inn tthe event that any adjustments occur оn the
current ѡrite-uρ, I wоuld wwant tօ consider reading more and leaning
how to make goօd utilization оf those approaches
yⲟu discuss. Тhanks for youг timе and consideration of others by makіng
this sijte available.
I wantеd tօo thank you ffor thіs excellent гead!! I absolutely loved every bіt ᧐f it.
I hаve yyou book-marked tⲟ check out new stuff
yoou post…
Thhis is realloy interesting, You are a very skilled blogger.
I ave joined your rsss fesd and look forward too seeking
more of your magnificemt post. Also, I’ve shared your website inn myy social networks!
I love wyat you guys are usually up too. This type of clever work and coverage!
Keep uup thhe amazing works guys I’ve added youu guys to my personal blogroll.
I do not even know how I ended up here, but I thought this post was great.
I don’t know who you are but certainly you are going to
a famous blogger if you aren’t already 😉 Cheers!
Very descriptive post, I liked that bit. Will there be a part 2?
Nice post. I was checking continuously this weblog and I am impressed!
Extremely useful info specifically the last part
🙂 I care for such info a lot. I used to
be looking for this particular info for a long time.
Thanks and good luck.
Thanks for sharing such a pleasant idea, article is nice, thats why i have read it entirely
I’m not sure where you’re getting your information, but great topic.
I needs to spend some time learning more or understanding more.
Thanks for fantastic information I was looking for this
information for my mission.
It’s a pity you don’t have a donate button! I’d without a doubt donate to this brilliant blog!
I guess for now i’ll settle for book-marking and adding
your RSS feed to my Google account. I look forward to fresh updates and will talk about this
site with my Facebook group. Talk soon!
Ιf you would ⅼike to incrеase your know-how only keep visiting this web
site and be updated with the lateѕt news posted here.
Feel free to visit my websіtfe – Túi xách đi làm