diff options
author | Harmj0y <will@harmj0y.net> | 2016-05-23 18:51:44 -0400 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2016-05-23 18:51:44 -0400 |
commit | 83305c5243ab6b793dda89866b34cb96396b61ec (patch) | |
tree | 9a37bc65a42a7270a5fa7d19976ed4427f62a2a4 /Privesc/Privesc.psd1 | |
parent | c30c682797b2aaaa176b1329f346f45050d72261 (diff) | |
download | PowerSploit-83305c5243ab6b793dda89866b34cb96396b61ec.tar.gz PowerSploit-83305c5243ab6b793dda89866b34cb96396b61ec.zip |
Combined Get-SiteListPassword.ps1 into PowerUp.ps1
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r-- | Privesc/Privesc.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1 index d3d9a97..4e66883 100644 --- a/Privesc/Privesc.psd1 +++ b/Privesc/Privesc.psd1 @@ -48,7 +48,7 @@ FunctionsToExport = @( ) # List of all files packaged with this module -FileList = 'Privesc.psm1', 'Get-SiteListPassword.ps1', 'Get-System.ps1', 'PowerUp.ps1', 'README.md' +FileList = 'Privesc.psm1', 'Get-System.ps1', 'PowerUp.ps1', 'README.md' } |