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
# I DID NOT CREATE THIS SCRIPT, /u/shaloham did on reddit.com/r/sysadmin | |
#SOURCE: https://www.dropbox.com/s/ucjoc9x7i768cji/Bryce's%20Cryptowall%20Scanner.ps1?dl=0 | |
#REDDIT: https://www.reddit.com/r/sysadmin/comments/42t8f9/simple_shitty_cryptowall_scanner_script/ | |
# Email notification settings | |
$smtpserver = "something" #replace | |
$smtpport = 25 | |
# Main loop | |
while (1 -eq 1) |