Skip to content

Wraith

Latest

Choose a tag to compare

@cyberjoe009 cyberjoe009 released this 29 Jun 20:27
fdb00bc

Here are the installation and uninstallation instructions for cybertection-wraith.

📥 Installation

You have a few simple options to install the tool.

Option 1: Install the .deb Package Directly (Recommended)

  1. Go to the Releases page of your repository: https://github.com/Cybertection-LLC/cybertection-wraith/releases
  2. Download the latest .deb file (e.g., cybertection-wraith_2.0.0_all.deb).
  3. Open a terminal in the download folder and run:
    sudo dpkg -i cybertection-wraith_2.0.0_all.deb
    sudo apt-get install -f

Option 2: One-Line Install Script (Easiest)

If you create an install.sh script in your repository, users can run this command to download and install the latest release automatically:

curl -sSL https://raw.githubusercontent.com/Cybertection-LLC/cybertection-wraith/main/install.sh | bash

Option 3: Manual Install (Without Package)

If you prefer not to use a package manager, you can install the script directly:

sudo wget -O /usr/local/bin/wraith https://raw.githubusercontent.com/Cybertection-LLC/cybertection-wraith/main/wraith
sudo chmod +x /usr/local/bin/wraith

🗑️ Uninstallation

To remove the tool, use the command that matches your installation method.

  • If installed via the .deb package (Option 1 or 2):

    sudo dpkg -r cybertection-wraith
  • If installed manually (Option 3):

    sudo rm /usr/local/bin/wraith

✅ Verify Installation

After installing, you can test that everything works:

wraith launch -u https://example.com/admin --stealth --incognito
wraith --version

🔗 Useful Links