Deploying a scanner from scratch
The following instructions assume you are starting with a base Ubuntu Server 22.04 installation.
First, add the TrollEye Security apt repository by creating a file at the following path /etc/apt/sources.list.d/trolleyesecurity.list.
sudo vim /etc/apt/sources.list.d/trolleyesecurity.list
Add the following line:
deb [trusted=yes] <https://apt.trolleyesecurity.com/> /
Update the apt cache and install ccscanner:
sudo apt update && sudo apt install ccscanner -y
Next, configure the appliance.
Updated 11 months ago