aboutsummaryrefslogtreecommitdiff
path: root/Persistence/Persistence.psd1
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2014-02-23 10:35:50 -0500
committermattifestation <mattgraeber@gmail.com>2014-02-23 10:35:55 -0500
commit1df850208ee72efe58a7206100471b84d119fbf7 (patch)
tree3fb0f785c505eeef7d79de3025b54332153fd11c /Persistence/Persistence.psd1
parentbbd382e52a131b3e876ee145d7abd834cdfb5d0c (diff)
downloadPowerSploit-1df850208ee72efe58a7206100471b84d119fbf7.tar.gz
PowerSploit-1df850208ee72efe58a7206100471b84d119fbf7.zip
Consolidated Persistence module functions into Persistence.psm1
It doesn't make sense to have these as separate ps1 files.
Diffstat (limited to 'Persistence/Persistence.psd1')
-rw-r--r--Persistence/Persistence.psd13
1 files changed, 1 insertions, 2 deletions
diff --git a/Persistence/Persistence.psd1 b/Persistence/Persistence.psd1
index c793c69..b2fa69f 100644
--- a/Persistence/Persistence.psd1
+++ b/Persistence/Persistence.psd1
@@ -31,7 +31,6 @@ CmdletsToExport = '*'
ModuleList = @(@{ModuleName = 'Persistence'; ModuleVersion = '1.0.0.0'; GUID = '633d0f10-a056-41da-869d-6d2f75430195'})
# List of all files packaged with this module
-FileList = 'Persistence.psm1', 'Persistence.psd1', 'Add-Persistence.ps1', 'New-ElevatedPersistenceOption.ps1',
- 'New-UserPersistenceOption.ps1', 'Usage.md'
+FileList = 'Persistence.psm1', 'Persistence.psd1', 'Usage.md'
}