mirror of
https://github.com/rvrsh3ll/Misc-Powershell-Scripts
synced 2026-06-21 14:09:04 +00:00
Merge pull request #15 from LuemmelSec/master
Update OfficeMemScraper.ps1
This commit is contained in:
@@ -176,7 +176,7 @@ function Invoke-OfficeScrape {
|
||||
foreach ($d in $dumps) {
|
||||
Write-Output "Scraping memory dump: $($d.FullName)"
|
||||
$output = select-string -Path $d.FullName -Pattern eyJ0eX
|
||||
$output | out-file -encoding ascii $outfile
|
||||
$output | out-file -append -encoding ascii $outfile
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user