Update Shortcut-Jacker.ps1
This commit is contained in:
parent
fbdd2b9aa2
commit
fdc6a9ec11
1 changed files with 5 additions and 5 deletions
|
@ -19,12 +19,12 @@
|
||||||
|
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
This is payload used to inject powershell code into shortcuts
|
This is payload used to inject PowerShell code into shortcuts.
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This payload will gather information on the shortcuts on your targets desktop
|
This payload will gather information on the shortcuts on your targets desktop.
|
||||||
That data will then be manipulated to embed a powershell script
|
That data will then be manipulated to embed a PowerShell script.
|
||||||
This script will be ran in the background when the short cut is
|
This script will be ran in the background when the short cut is.
|
||||||
|
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<#
|
<#
|
||||||
.NOTES
|
.NOTES
|
||||||
The powershell code stored in this variable is what will run in the background
|
The PowerShell code stored in this variable is what will run in the background.
|
||||||
This field can store a max of 259 VISIBLE characters in that bar however after some testing I found you can store 924 characters int the $code
|
This field can store a max of 259 VISIBLE characters in that bar however after some testing I found you can store 924 characters int the $code
|
||||||
variable and it will still run.
|
variable and it will still run.
|
||||||
#>
|
#>
|
||||||
|
|
Loading…
Reference in a new issue