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)
- Go to the Releases page of your repository: https://github.com/Cybertection-LLC/cybertection-wraith/releases
- Download the latest
.debfile (e.g.,cybertection-wraith_2.0.0_all.deb). - 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 | bashOption 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
- GitHub Repository: https://github.com/Cybertection-LLC/cybertection-wraith
- Releases Page: https://github.com/Cybertection-LLC/cybertection-wraith/releases (Where you can always find the latest
.debfile)