RED HAWK in Termux – Installation & Usage Commands

RED HAWK in Termux – Installation & Usage Commands

RED HAWK is a beginner-friendly tool that helps you scan a website and gather useful details like IP address, server information, and possible security issues. It runs in the terminal and gives you options to choose different types of scans easily. You just need to enter the target website and follow the menu to see the results.

Installation Commands

Update Termux and install required packages:

pkg update && pkg upgrade && pkg install git php -y

Clone the GitHub repository:

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

Move into the directory:

cd RED_HAWK

Run the tool:

php rhawk.php

Create a global command:

ln -s $PWD/rhawk.php $PREFIX/bin/redhawk

Now you can run from anywhere:

redhawk

Usage Commands

Start the tool:

redhawk

Enter target website when asked:

Enter Website: example.com

Select options from menu to perform scanning.

Red hawk menu options
Red hawk menu options
SHARE THIS POST: