How to Install and Use RED Hawk Tool in Termux

RED Hawk 🐦 Is a PHP-based Information gathering tool and in this post, you will learn how you can install RED Hawk Tool in the termux app and use it for information gathering and Vulnerability testing. This tool will also help you to learn more about Websites and their SEO too.


What is RED Hawk Tool in Termux?

RED Hawk is a tool, Created in PHP language, that allows you to collect information about any website by just using your Termux application. Also it a very good tool to scan vulnerability in websites that make them more secure. This tool can help you too Basic Website scan where you can get general information like Site title, IP of the website, Webserver CMS and Cloudflare Detection as well as you can also scan robots.txt.


You can use the WhoisLookup option to find out about the Owner of the website. The Redhawk contains some really useful tools like DNS Lookup as well as You can also do port Scan with the help of Nmap Port Scan Option. If you want to scan SQLbased vulnerability you can always install SQLmap in termux. But First to find out if this site is even worth scanning with SQLmap you can use Error based SQLi Scanner option in RED hawk.

Install and Use RED Hawk Tool in Termux - 2020

You also get a separate option for WordPress Scan and that can help you to find out about the version of the WordPress as well as you can scan version vulnerability it also gives you a feature of Sensitive files Crawling.

My Favorite one is Bloggers View where you can get Really useful information about a blog like Domain Authority, you can use Social Media Links Extractor to extract the social link of any website. You can even Grab all the Link of a website in one click and then you can perform some data analysis on it.

This is one of the best Termux GitHub repository tools. You can also check out the Github page of this tool Here @RED_HAWK


NOTE: This post is only for educational purposes. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.



Install RED Hawk Tool in Termux : 

To Install the red-hawk tool in termux you can just copy-paste the below command if you are in hurry.

Step1 :

Before installing any tool in termux first we will update all the Pre-installed packages in termux so we won't face any error while using the tool.
apt update && apt upgrade -y
Install and Use RED Hawk Tool in Termux - 2020 

 This command will install updates on your termux.



Step2 :

Since this tool is located in a GitHub repository, we need to install the git package on termux and we will also install the PHP package in Temux because Red Hawk is a PHP-based package.
pkg install git php -y
Install and Use RED Hawk Tool in Termux - 2020

This command will install Git as well as PHP in your termux apk.



Step3 :

Now we will clone the actual Project from the GitHub repository. You can use the below command to download the RED Hawk tool in termux.

git clone https://github.com/Tuhinshubhra/RED_HAWK

Install and Use RED Hawk Tool in Termux - 2020

After running this command The tool will be installed in your termux.



Step4 :

The tool is Successfully installed in your termux and now we have the change the working directory to the REd_Hawk folder. if you don't know about termux basic commands then it's highly suggested that you should read this post : [Termux all Basic Commands].

cd RED_HAWK

Install and Use RED Hawk Tool in Termux - 2020

Remember that if you restart your phone you have to again change your directory and then you can run the tool again.



Step5 :

The tool is written in the PHP language so you can run the tool by using PHP like shown in the below command.

php rhawk.php

Install and Use RED Hawk Tool in Termux - 2020

This will run the tool and after that is Really basic to use this tool but still, you can read below.



Use RED Hawk Tool in Termux :

Step1 :

After running the red hawk tool you will have to enter the website URL of the website you want to scan. Here you can enter Any website URL but I am just typing google.com.

Install and Use RED Hawk Tool in Termux - 2020




Step2 :

Here you need to type 2 if the site you are Crawling is HTTS or you can enter 1 if your site is the only HTTP. I am gonna press 2.

Install and Use RED Hawk Tool in Termux - 2020




Step3 :

Now here you can see the list of Actions and Scans we can do using this tool, You can now select an option and it shows you the actual information about the site.

Install and Use RED Hawk Tool in Termux - 2020


Step4 :

I am selecting Basic Recon and you can see the information below, Please remember that you cannot Scan any website without the site owners permission.

Install and Use RED Hawk Tool in Termux - 2020



Conclusion:

RED Hawk is one of the best termux GitHub tools. You can use this tool to collect a lot of useful data and the best part of this tool is that it is very simple and everything works perfectly. If you like these types of tools then you should read [Install Fsocity tool in Termux]. I have explained everything in this blog but if you think I missed something then you can comment below. Thanks for reading and as always Stay Ethical👾.

Post a Comment

0 Comments