From b1c95337c22ff6c2f35abb481d5f7cd5b1df2ec3 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:29:47 -0800 Subject: [PATCH] Minor changes --- Payloads/Flip-ShortcutJacker/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Payloads/Flip-ShortcutJacker/README.md b/Payloads/Flip-ShortcutJacker/README.md index 7816e35..0592e9e 100644 --- a/Payloads/Flip-ShortcutJacker/README.md +++ b/Payloads/Flip-ShortcutJacker/README.md @@ -34,11 +34,11 @@ A script used to embed malware in the shortcut on your targets desktop ## Description -This payload will run a powershell script in the background of any shortcut used on the targets desktop +This payload will run a powershell script in the background of any shortcut used on the targets desktop. -This is done by taking advantage of the ```Target``` field where powershell commands can be stored or run. +This is done by taking advantage of the `Target` field where powershell commands can be stored or run. -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. +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. So if your command exceeds that consider using an IWR function to download and execute a longer script. @@ -54,7 +54,7 @@ Inside the .ps1 file you will find a line at the beginning with a ```$code``` va --------------------------------------------------------------------------------------------------------------------------------------------------------- -Using the ```Get-Shortcut``` function we will get the following information we can then use to maintain the integrity of the appearance of the shortcut after manipulating the ```Target``` field. +Using the `Get-Shortcut` function we will get the following information we can then use to maintain the integrity of the appearance of the shortcut after manipulating the `Target` field.