HOW TO INSTALL RED HAWK
Termux
As you know RED_HAWK is a good Information Gathering Tool written in Php
Red Hawk is used for Website Information Gathering such as who is Lookup , Reverse IP Lookup , xss, sqli scanning etc
To install RED_HAWK follow below steps
To use Red Hawk you Need Php environment so type below command
Pkg install php
During installation you will be asked : termux will use some space on your device just simply type y for Yes
After type
pkg install git
git is used to directly cloning files from github or you can download scripts, tools from github or other sources and use
Then type the command in termux
git clone https://github.com/Tuhinshubhra/RED_HAWK.git
After success response
Find the Directory of RED_HAWK
type cd
Then type ls
Type in Termux
Chmod +x RED_HAWK
After
type
cd RED_HAWK
Now Type ls
Then again type chmod +x rhawk.php
Finally type this command in Termux to use
php rhawk.php
That's all Now You are able To use RED HAWK in your Mobile
Comments
Post a Comment