Skip to content

Instantly share code, notes, and snippets.

@dbarbar
Created September 4, 2014 16:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarbar/f45851d713d5a8397362 to your computer and use it in GitHub Desktop.
Save dbarbar/f45851d713d5a8397362 to your computer and use it in GitHub Desktop.
Definitely not a fake antivirus program for mac and linux to ensure PCI compliance.
#!/bin/sh
# Software must have the ability to auto-update itself and virus definitions as well as log scan results.
#
# Don't read below this line.
echo 'Auto updating.'
sleep 30
echo 'Updaing virus definitions.'
sleep 30
echo 'Done updates'
echo
echo 'Scanning for viruses...'
sleep 60
echo 'No viruses found. Logging the results.'
cat 'No viruses' >> realantivirus.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment