Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created August 1, 2018 23:08
Show Gist options
  • Save rms1000watt/7812c06177f03f47e0ccce547c50c2cc to your computer and use it in GitHub Desktop.
Save rms1000watt/7812c06177f03f47e0ccce547c50c2cc to your computer and use it in GitHub Desktop.
Turn off McAfee & OSSec on RHEL
#!/usr/bin/env bash
/var/ossec/bin/ossec-control start
/var/ossec/bin/ossec-control stop
/opt/isec/ens/threatprevention/bin/isectpdControl.sh stop
/opt/isec/ens/esp/bin/isecespdControl.sh stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment