2 matches found
Invoke-PSImage
Invoke-PSImage 将 PowerShell 脚本编码到 PNG 图像的像素中,并生成一行命令来执行 Invoke-PSImage 获取一个 PowerShell 脚本,并将脚本的字节编码到 PNG 图像的像素中。它生成一行命令,用于从文件或从 Web 执行。 它既可以仅使用 payload 数据创建新图像,也可以将 payload 嵌入到现有图像的最低有效字节中,使其看起来像是一张真实的图片。图像保存为 PNG 格式,可以进行无损压缩而不会影响执行 payload 的能力,因为数据存储在颜色本身中。在创建新图像时,普通的 PowerShell 脚本实际上会被显著压缩,通常生成...
6.2AI score
SaveExploits0
Invoke-PSImage - Embeds a PowerShell script in the pixels of a PNG file and generates a oneliner to execute
Embeds a PowerShell script in the pixels of a PNG file and generates a oneliner to execute Invoke-PSImage takes a PowerShell script and embeds the bytes of the script into the pixels of a PNG image. It generates a oneliner for executing either from a file of from the web when the -Web flag is...
7.3AI score
SaveExploits0References1
20