A Remake of Hax in Rust™
✅
- Port-scanner(Powered by nmap)
✅
- URL-Masker
☑️
(WIP
🚧
)
- Phisher(Powered by ZPhisher) For Linux Enthusiasts: You need to install
nmap
.
How to install and build HaxRS on Linux
Quick install
Copy and paste the following command into your terminal to install HaxRS:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/skyline69/HaxRS/main/install.sh | bash
Manual install
Step 1: Install Rust (If you haven't already)
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Install Rust by running the following command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Verify the installation by running the following command:
rustc --version
Step 2: Install nmap (If you haven't already)
Look at the here for instructions on how to install nmap on your Linux distribution.
Step 3: Clone the repository
Clone the repository by running the following command:
git clone https://github.com/skyline69/HaxRS.git
Step 4: Build the project
Navigate to the project directory by running the following command:
cd HaxRS
Build the project by running the following command:
cargo build --release
Step 5: Run the project
Navigate to the project directory by running the following command:
cd HaxRS
Run the project by executing the following command:
./target/release/haxrs
nmap
installation
Examples of
nmap
on Linux
How to install Ubuntu
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo apt update
- Install nmap by running the following command:
sudo apt install nmap
- Verify the installation by running the following command:
nmap --version
Debian
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo apt update
- Install nmap by running the following command:
sudo apt install nmap
- Verify the installation by running the following command:
nmap --version
Arch Linux
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo pacman -Syu
- Install nmap by running the following command:
sudo pacman -S nmap
- Verify the installation by running the following command:
nmap --version
Fedora
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo dnf update
- Install nmap by running the following command:
sudo dnf install nmap
- Verify the installation by running the following command:
nmap --version
CentOS
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo yum update
- Install nmap by running the following command:
sudo yum install nmap
- Verify the installation by running the following command:
nmap --version
OpenSUSE
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo zypper update
- Install nmap by running the following command:
sudo zypper install nmap
- Verify the installation by running the following command:
nmap --version
Gentoo
- Open the terminal by pressing
Ctrl + Alt + T
or searching for "Terminal" in the application menu. - Update the package list by running the following command:
sudo emerge --sync
- Install nmap by running the following command:
sudo emerge net-analyzer/nmap
- Verify the installation by running the following command:
nmap --version
Disclaimer
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
Please note that this tool is meant for educational purposes only. The author or any contributors are not responsible for any actions, illegal or otherwise, performed by anyone who uses this tool. Any actions and or activities related to the material contained within this software is solely your responsibility.
It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.