Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit d67e71b

Browse files
committed
Out-Minidump now provides descriptive output
Out-Minidump now outputs a FileInfo object (i.e. the same output as Get-ChildItem) upon successfully creating a dump file.
1 parent ba33613 commit d67e71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Exfiltration/Out-Minidump.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
.OUTPUTS
6262
63-
None
63+
System.IO.FileInfo
6464
6565
.LINK
6666
@@ -122,7 +122,7 @@
122122
}
123123
else
124124
{
125-
Write-Verbose "Success! Minidump written to $ProcessDumpPath."
125+
Get-ChildItem $ProcessDumpPath
126126
}
127127
}
128128

0 commit comments

Comments
 (0)