Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-17 | Get-Keystrokes now accepts relative paths | Matt Graeber | 1 | -1/+3 | |
2013-08-17 | Out-Minidump now provides descriptive output | Matt Graeber | 1 | -2/+2 | |
Out-Minidump now outputs a FileInfo object (i.e. the same output as Get-ChildItem) upon successfully creating a dump file. | |||||
2013-08-17 | Added additional error handling to Get-GPPPassword | Matt Graeber | 1 | -3/+10 | |
2013-08-12 | added ErrorAction SilentlyContinue to Get-ChildItem | hajdbo | 1 | -2/+2 | |
Sometimes you will have a denied access to a directory. "ErrorAction SilentlyContinue" will continue searching recursively in \SYSVOL even when it encounters a directory where access is denied. | |||||
2013-07-03 | Update Get-TimedScreenshot.ps1 | Chris Campbell | 1 | -5/+5 | |
Fix error handling and various style problems | |||||
2013-07-03 | Fix improper use of $Error[0] | Chris Campbell | 1 | -1/+1 | |
2013-07-03 | Terminating Errors Added | Chris Campbell | 1 | -1/+5 | |
Added checks to ensure that the script is being ran on a domain-joined machine and with a domain account. | |||||
2013-07-03 | Updated Get-GPPPassword | Matt Graeber | 2 | -1/+127 | |
2013-06-30 | Added Get-Keystrokes | Matt Graeber | 2 | -1/+248 | |
Get-Keystrokes is a PowerShell keylogger | |||||
2013-05-18 | "Best practice" improvements to Out-Minidump | Matt Graeber | 1 | -42/+39 | |
2013-05-15 | Added Out-Minidump | Matt Graeber | 2 | -1/+135 | |
Out-Minidump writes a process dump file with all process memory to disk. This is similar to running procdump.exe with the '-ma' switch. | |||||
2013-01-21 | Consistency improvements in comment-based help | bitform | 1 | -70/+72 | |
2013-01-20 | Added 'Exfiltration' Module | bitform | 4 | -0/+199 | |