From 65b1d457ef508bed4e17304cd26ac9c9ad5e1ce4 Mon Sep 17 00:00:00 2001 From: Kavitate <79380289+Kavitate@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:53:00 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-PS-Draw/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Payloads/Flip-PS-Draw/README.md b/Payloads/Flip-PS-Draw/README.md index eafda4f..667cd39 100644 --- a/Payloads/Flip-PS-Draw/README.md +++ b/Payloads/Flip-PS-Draw/README.md @@ -15,11 +15,11 @@ # 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 methods 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.