Skip to content

Commit 624c25f

Browse files
authored
Update 2025-01-13-Script-Kiddie-Discovers-PowerShell.md
typo @eth
1 parent d5c9bce commit 624c25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-13-Script-Kiddie-Discovers-PowerShell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: []
77
---
88

99
## Introduction
10-
This blog is just be playing with PowerShell and learning how the syntax works. Anything here should be used for EDUCATIONAL PURPOSES ONLY. Enjoy
10+
This blog is just me playing with PowerShell and learning how the syntax works. Anything here should be used for EDUCATIONAL PURPOSES ONLY. Enjoy
1111
## PowerShell Screenshotting Script
1212
### Comments
1313
The [PowerShell script](https://github.com/Coontzy1/HacknScripts/blob/master/screenshotter.ps1) essentially takes screenshots of the victim's desktop, saves them, and sends those screenshots to an attacker listener. I'm going to break the code section by section. Most well-written PowerShell scripts include a beginning section where the script is summarized (SYNOPSIS). Next, there is an included example of how to run the script. Lastly, there are detailed definitions of parameters. None of this is necessary for script functionality, but is simply for readability.

0 commit comments

Comments
 (0)