Created
May 10, 2021 15:29
-
-
Save eat-sleep-code/bad4f4d85df11ce986bc64c85f3ad5be to your computer and use it in GitHub Desktop.
Script to remove Tenable Nessus Agent from macOS computers (works with Big Sur)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -Rf /Library/NessusAgent | |
sudo rm -Rf /Library/LaunchDemons/com.tenablesecurity | |
sudo rm -Rf /Library/PreferencePanes/Nessus\ Agent\ Preferences.prefPane | |
sudo launchctl remove com.tenablesecurity.nessusagent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment