From 5cf05416e09d933c4f080db8badedb343000099a Mon Sep 17 00:00:00 2001 From: Kavitate <79380289+Kavitate@users.noreply.github.com> Date: Sat, 24 Dec 2022 08:17:37 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-PS-Draw/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Payloads/Flip-PS-Draw/README.md b/Payloads/Flip-PS-Draw/README.md index 8c9aea0..4b09284 100644 --- a/Payloads/Flip-PS-Draw/README.md +++ b/Payloads/Flip-PS-Draw/README.md @@ -15,20 +15,20 @@ # PS-Draw -A script used to generate and draw images in the Powershell Window, used to leave a signature or perhaps taunt victims +A script used to generate and draw images in the Powershell Window, used to leave a signature or perhaps taunt victims. ## Description -These two programs use two different method to draw out images in the Powershell Window. +These two programs use two different methods to draw out images in the PowerShell Window. PS-Draw will convert an image you download into a BMP file, estimate the colors used based off the 16 available powershell colors, -then draw your image out in the powershell window. This process is not exact and needs testing of multiple images to find one that works well. +then draw your image out in the PowerShell window. This process is not exact and needs testing of multiple images to find one that works well. -PS-Custom-Draw generates images to be drawn in the Powershell Window based off pre-configured arrays I put together already included in the file itself. +PS-Custom-Draw generates images to be drawn in the PowerShell window based off pre-configured arrays I put together already included in the file itself. These images look significantly cleaner due to the fact they were drawn and coded specifically for this purpose. After the images are generated, a greeting will be generated by grabbing either the name associated with the registered Microsoft account or the -UserName environment variable. The script will then be paused until a mouse movement is detected at which time the pre-selected image will be drawn out in the powershell window. +UserName environment variable. The script will then be paused until a mouse movement is detected at which time the pre-selected image will be drawn out in the PowerShell window. ## Getting Started