Skip to content

Instantly share code, notes, and snippets.

View voxeI's full-sized avatar

Dylan voxeI

View GitHub Profile
# 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)