Overview
This document will cover how to uninstall the ConnectSecure Vulnerability Scan Agent, otherwise known as the CyberCNS agent.
Method 1 - Uninstall from Web Portal
Login to the ConnectSecure portal (portal.myconnectsecure.com)
Select Global or Company
Tap on the Assets > Assets menu, then choose your Probe or Lightweight Agent option
Tap the three-dot action menu and choose Uninstall
Method 2 - Uninstall from Add/Remove Programs (Windows OS only)
Access the Add/Remove Programs from Windows Settings > Installed Apps
Locate the program called ‘ConnectSecure Vulnerability Scan Agent’ and tap to uninstall
Method 3 - Uninstall from Command Prompt or CLI
Windows
Open the command prompt as administrator
Navigate to the installed agent directory; by default we install to C:\ProgramFiles(X86)\CyberCNSAgent
Execute the ./cybercnsagent.exe -r command
This should completely remove the application and all services.
MAC
Open the terminal as sudo
To stop/unload the service in the mac asset
sudo launchctl unload -w /Library/LaunchDaemons/com.CyberCNSAgent.AgentService.plist
To remove the service from the mac asset
sudo rm /Library/LaunchDaemons/com.CyberCNSAgent.AgentService.plist
https://cybercns.atlassian.net/wiki/x/aIA9YQ
Linux
Uninstallation Steps for Linux (Probe & LightWeightAgent)
Browse to the CyberCNSAgent installation directory
Run the uninstall command
Delete cybercnsagent service(s)
Run the commands below if the service(s) are not removed during the method(s) listed above.
sc delete [service name]
sc delete cybercnsagent
sc delete cybercnsagentmonitor
Need Support?
Do you need help? You can access our support portal anytime to create, view, and update tickets.
https://cybercns.freshdesk.com
Click below to be directed to our secure support portal or email support@cybercns.com to open a ticket.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article