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.
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
This command will install updates on your termux.
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
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
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
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
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 :
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.
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.
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.
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.
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👾.