What is RED Hawk Tool in Termux?
RED Hawk, a PHP-based tool, allows you to gather information about any
website using your Termux application. It's also effective for scanning
websites for vulnerabilities, enhancing their security. This tool enables
basic website scans, providing general information such as the site title,
IP address, web server, CMS, Cloudflare detection, and robots.txt scanning.
Additionally, RED Hawk includes useful features like WhoisLookup for finding
the website owner, DNS Lookup, and Nmap Port Scan for port scanning. For
scanning SQL-based vulnerabilities, you can install SQLmap in Termux. Before
using SQLmap, you can utilize the Error-based SQLi Scanner option in RED
Hawk to determine if the site is worth scanning with SQLmap.
RED Hawk also provides a WordPress Scan option, which helps you discover the
version of WordPress installed on a site and scan for version-specific
vulnerabilities. It also includes a feature for crawling sensitive files.
Another useful feature is Bloggers View, which provides valuable information
about a blog, such as its Domain Authority. The tool includes a Social Media
Links Extractor for extracting social media links from websites.
Additionally, you can easily grab all the links from a website for further
data analysis.
RED Hawk is considered one of the best tools available in the Termux GitHub
repository. For more information, you can visit the tool's GitHub page at
@RED_HAWK.
Please note that this post is for educational purposes only. Neither I nor
this site support any criminal activity. If you misuse this information,
neither I nor this site are responsible. This site only supports ethical
hacking.
Install RED Hawk Tool in Termux :
To install the RED Hawk tool in Termux quickly, you can copy and paste the
following command:
Step 1:
Before installing any tool in Termux, it's essential to update all the
pre-installed packages to avoid errors while using the tool.
apt update && apt upgrade -y
Step 2:
As RED Hawk is hosted in a GitHub repository, we need to install the git
package in Termux. Additionally, since RED Hawk is PHP-based, we also need
to install the PHP package.
pkg install git php -y
This command will install Git and PHP in your Termux APK.
Step 3:
Next, we'll clone the actual project from the GitHub repository. Use the
following 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.
Step 4:
The tool has been successfully installed in your Termux. Now, we need to
change the working directory to the RED_HAWK folder. If you're unfamiliar
with basic Termux commands, it's highly recommended to read a guide on them.
cd RED_HAWK
Remember, if you restart your phone, you'll need to change your directory
again to run the tool.
Step 5:
Since the tool is written in PHP, you can run it using PHP, as shown in the
command below.
php rhawk.php
This command will execute the tool. Using the tool is quite straightforward,
but you can refer to the tool's documentation for further details.
Use RED Hawk Tool in Termux :
After running the RED Hawk tool, you'll be prompted to enter the URL of the
website you want to scan. You can enter any website URL, but for demonstration
purposes, let's use "google.com" as an example.
Step 1:
After running the RED Hawk tool, you'll be prompted to enter the URL of the
website you want to scan. You can enter any website URL, but for this
example, let's use "google.com".
Step 2:
You'll need to enter '2' if the site you are crawling is HTTPS, or you can
enter '1' if your site is HTTP only. For this example, let's assume the site
is HTTPS, so you'll press '2'.
Step 3:
After selecting the protocol type, you'll see a list of actions and scans
you can perform using the tool. You can now select an option to view
detailed information about the site.
Step 4:
If you select "Basic Recon," you'll see basic reconnaissance information
about the website. Please remember that scanning any website without the
owner's permission is illegal. Always ensure you have the necessary
permissions before conducting any scans.
Conclusion:
RED Hawk is a highly useful tool available in the Termux GitHub repository.
It allows you to collect a wealth of valuable data, and its simplicity and
effectiveness make it a standout tool. If you enjoy using tools like RED
Hawk, you might also be interested in learning how to install the
HiddenEye tool in Termux. If you feel I missed any important information in
this blog post, please leave a comment below. Thank you for reading,
and as always, remember to stay ethical in your hacking endeavors.