Releases: Cybertection-LLC/cybertection-spy-ter
Release list
spy-ter
installation and uninstallation instructions for cybertection-spy-ter.
📥 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 the repository: https://github.com/Cybertection-LLC/cybertection-spy-ter/releases
Download the latest .deb file (e.g., cybertection-spy-ter_3.0.2_all.deb).
Open a terminal in the download folder and run:
bash
sudo dpkg -i cybertection-spy-ter_3.0.2_all.deb
sudo apt-get install -f
Option 2: One-Line Install Script (Easiest)
Run this command in your terminal to download and install the latest release automatically:
bash
curl -sSL https://raw.githubusercontent.com/Cybertection-LLC/cybertection-spy-ter/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:
bash
sudo wget -O /usr/local/bin/spy-ter https://raw.githubusercontent.com/Cybertection-LLC/cybertection-spy-ter/main/spy-ter
sudo chmod +x /usr/local/bin/spy-ter
🗑️ Uninstallation
To remove the tool, use the command that matches your installation method.
If installed via the .deb package (Option 1 or 2):
bash
sudo dpkg -r cybertection-spy-ter
If installed manually (Option 3):
bash
sudo rm /usr/local/bin/spy-ter
✅ Verify Installation
After installing, you can test that everything works:
bash
spy-ter --help
spy-ter -u https://example.com
🔗 Useful Links
GitHub Repository: https://github.com/Cybertection-LLC/cybertection-spy-ter
Releases Page: https://github.com/Cybertection-LLC/cybertection-spy-ter/releases (Where you can always find the latest .deb file)