Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Modules/Windows/PowerShell_DLL_List.mkape
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Description: DLL List
Category: LiveResponse
Author: nov3mb3r
Version: 1.0
Author: nov3mb3r, JorZay
Version: 1.1
Id: 19e6448f-f94b-49a4-bc16-26080b7c0592
ExportFormat: txt
Processors:
-
Executable: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
CommandLine: -Command "gps | Format-List ProcessName, @{l="Modules";e={$_.Modules|Out-String}}"
CommandLine: -Command "gps | Format-List ProcessName, @{l=\"Modules\";e={$_.Modules|Out-String}}"
ExportFormat: txt
ExportFile: dlllist.txt

Expand Down
Loading