Installation for Termux:
Note: You must be clone in home directory
pkg update
pkg upgrade -y
pkg install git -y
pkg install php -y
cd $HOME
git clone https://github.com/darknethaxor/haxor.git
cd haxor
php haxor.php
Installation for Linux:
Note: At first open a root terminal & you must be clone in home directory.
apt-get update
apt-get install php8.1 -y
apt-get install php8.1-curl -y
service apache2 restart
cd $HOME
git clone https://github.com/darknethaxor/haxor.git
cd haxor
php haxor.php