diff options
author | bitform <matt@exploit-monday.com> | 2013-01-20 19:48:51 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-20 19:48:51 -0500 |
commit | 065a3b63a4dd58f96d6d5b998292e5471b7a8464 (patch) | |
tree | 628b392c7f5e996caedb3c7da6984cd6a64eb88f | |
parent | ce08c38843cadd338d133eda22157cc933e21bc9 (diff) | |
download | PowerSploit-065a3b63a4dd58f96d6d5b998292e5471b7a8464.tar.gz PowerSploit-065a3b63a4dd58f96d6d5b998292e5471b7a8464.zip |
Updated module manifest file listing
-rw-r--r-- | ReverseEngineering/ReverseEngineering.psd1 | 2 | ||||
-rw-r--r-- | ScriptModification/ScriptModification.psd1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ReverseEngineering/ReverseEngineering.psd1 b/ReverseEngineering/ReverseEngineering.psd1 index 5a1d567..9640e21 100644 --- a/ReverseEngineering/ReverseEngineering.psd1 +++ b/ReverseEngineering/ReverseEngineering.psd1 @@ -75,7 +75,7 @@ ModuleList = @(@{ModuleName = 'ReverseEngineering'; ModuleVersion = '1.0.0.0'; G # List of all files packaged with this module
FileList = 'ReverseEngineering.psm1', 'ReverseEngineering.psd1', 'Get-ILDisassembly.ps1', 'Get-KernelModuleInfo.format.ps1xml',
'Get-KernelModuleInfo.ps1', 'Get-Member.ps1', 'Get-MethodAddress.ps1', 'Get-PEB.format.ps1xml',
- 'Get-PEB.ps1', 'Get-Strings.ps1', 'Get-StructFromMemory.ps1', 'Usage.txt'
+ 'Get-PEB.ps1', 'Get-Strings.ps1', 'Get-StructFromMemory.ps1', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
diff --git a/ScriptModification/ScriptModification.psd1 b/ScriptModification/ScriptModification.psd1 index df07db5..7393c29 100644 --- a/ScriptModification/ScriptModification.psd1 +++ b/ScriptModification/ScriptModification.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'ScriptModification'; ModuleVersion = '1.0.0.0'; G # List of all files packaged with this module
FileList = 'ScriptModification.psm1', 'ScriptModification.psd1', 'Out-CompressedDll.ps1', 'Out-EncodedCommand.ps1',
- 'Out-EncryptedScript.ps1', 'Remove-Comments.ps1', 'Usage.txt'
+ 'Out-EncryptedScript.ps1', 'Remove-Comments.ps1', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|