Red Hawk
Red Hawk is a free and open-source tool available on GitHub.
Red Hawk is used to scanning websites information gathering and finding vulnerabilities.
Red Hawk is written in PHP.
It uses PHP script to do reconnaissance
Red Hawk is so powerful that it can detect content management system while scanning, it can detect IP address, it can detect webserver record, it can detect Cloudflare information, and can detect robots.txt.
Red Hawk can detect WordPress, Drupal, Joomla, and Magento CMS.
Red Hawk looks for error-based SQL injections, WordPress sensitive files, and WordPress version-related vulnerabilities.
RedHawk uses different modules for doing all the scannings.
WHOIS data collection gives us information about Geo-IP lookup, Banner grabbing, DNS lookup, port scanning, sub-domain information, reverse IP, and MX records lookup.
Overall RedHawk is a vulnerability Scanner.
How to install Red hawk tool in termux
Step1:-
open your termux application and update your with the command given below.
>> pkg update <<
During the process it will ask you to choose between (y / n) to proceed with the process. Type Y and press Enter.
Step2:-
After update and upgrading all packages we will need two packages git and php. Git package will help us to clone the Red Hawk tool from GitHub repository and php will be require to run this program as Red Hawk is written in php.
>> pkg install git <<
>> pkg install php <<
Step3:-
Now clone the tool in ur termux terminal with below command
>> git clone https://github.com/Tuhinshubhra/RED_HAWK <<
Step4:-
Now go to in tool directory with below command
>> cd RED_HAWK <<
Step5:-
Ad we know this tool was written in php language with this below command the the tool will be run
>> php rhawk.php <<
Now u can See the Tool is running
Other Links:-
How to use Red hawk tool in termux
Step1:-
Afted running the Red Hawk tool in your Termux Terminal it will ask you to enter the URL of the website or blog which you want to scan and find Vulnerability. Here I will use my site hackerxphantom.blogspot.comyou can type any other.
Must Read>> (Don't scan a website for a vulnerability without permission from the owner.It is a crime You may even be jailed for this)
Step2:-
After you have to type 1 or 2. If the site is http type 1 and type 2 for https.
Step3:-
There you can see a list of all types of scans you can perform with the tool.
Just type the number and press Enter and scan will be start automatically. And it's fast.
Step4:-
I have entered number 0 (Basic Recon it's scan all basic) and you can see the informations.
Conclusion:-
Undoubtedly Red Hawk is a great tool for website information gathering and penetration testing.You can use this tool to find vulnerabilities of websites and fix .This php script is very simple and easy to use, comes with many pre installed network scanners like nmap,Subdomain Scanner, IP scanner etc.