HaxRS

hax logo

A Remake of Hax in Rust™

demo picture


9aad62f6a86fa29a5bde2ab9f647d22c

- Port-scanner(Powered by nmap) ✅

- URL-Masker ✅

- Phisher(Powered by ZPhisher) ☑️(WIP 🚧)

Note: HaxRS now works on macOS too! 🥳



For Linux

For Linux Enthusiasts: You need to install nmap.

How to install and build HaxRS on Linux & macOS

Quick install (Linux & macOS)

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 (Only for Linux)

Step 1: Install Rust (If you haven’t already)

  1. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  2. Install Rust by running the following command:
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  3. 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
    

Examples of nmap installation

How to install nmap on macOS

You need to have Homebrew installed. If you don’t have it installed, you can install it by running the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Open the terminal by pressing Cmd + Space and searching for “Terminal”.
  2. Install nmap by running the following command:
    brew install nmap
    
  3. Verify the installation by running the following command:
    nmap --version
    

How to install nmap on Linux

Ubuntu

  1. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  2. Update the package list by running the following command:
    sudo apt update
    
  3. Install nmap by running the following command:
    sudo apt install nmap
    
  4. Verify the installation by running the following command:
    nmap --version
    

    Debian

  5. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  6. Update the package list by running the following command:
    sudo apt update
    
  7. Install nmap by running the following command:
    sudo apt install nmap
    
  8. Verify the installation by running the following command:
    nmap --version
    

    Arch Linux

  9. Open the terminal
  10. Update the package list by running the following command:
    sudo pacman -Syu
    
  11. Install nmap by running the following command:
    sudo pacman -S nmap
    
  12. Verify the installation by running the following command:
    nmap --version
    

    Fedora

  13. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  14. Update the package list by running the following command:
    sudo dnf update
    
  15. Install nmap by running the following command:
    sudo dnf install nmap
    
  16. Verify the installation by running the following command:
    nmap --version
    

    CentOS

  17. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  18. Update the package list by running the following command:
    sudo yum update
    
  19. Install nmap by running the following command:
    sudo yum install nmap
    
  20. Verify the installation by running the following command:
    nmap --version
    

    OpenSUSE

  21. Open the terminal by pressing Ctrl + Alt + T or searching for “Terminal” in the application menu.
  22. Update the package list by running the following command:
    sudo zypper update
    
  23. Install nmap by running the following command:
    sudo zypper install nmap
    
  24. Verify the installation by running the following command:
    nmap --version
    

    Gentoo

  25. Open the terminal
  26. Update the package list by running the following command:
    sudo emerge --sync
    
  27. Install nmap by running the following command:
    sudo emerge net-analyzer/nmap
    
  28. 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.