I’ve been writing attack software in python, inspired by the book “Violent Python”. It’s very easy to write custom scanners, brute forcers, keyloggers, and Remote Access Trojans in python. The big surprise for me was that even the very simplest malware written in Python is undetectable by antivirus software, even when compiled into a Windows EXE file. Antivirus software is FAR less effective than the vendors claim–a complete novice can make undetectable malware in 30 minutes. I’ll demonstrate how.