aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psd1
diff options
context:
space:
mode:
authorJames McGinnigle <james@cyberstack.co.uk>2017-05-07 16:32:55 +0100
committerJames McGinnigle <james@cyberstack.co.uk>2017-05-07 16:32:55 +0100
commitf9b95c5cf2812ddf7691940b26eac89bce5e03f8 (patch)
tree277cf21389bb2a7e48bbe67eb52817ae8b854564 /PowerSploit.psd1
parent095988269bfaafcb3cb0ab050cc782b98fd582ac (diff)
downloadPowerSploit-f9b95c5cf2812ddf7691940b26eac89bce5e03f8.tar.gz
PowerSploit-f9b95c5cf2812ddf7691940b26eac89bce5e03f8.zip
Fix build for import and run of Invoke-PrivescAudit
Diffstat (limited to 'PowerSploit.psd1')
-rw-r--r--PowerSploit.psd14
1 files changed, 2 insertions, 2 deletions
diff --git a/PowerSploit.psd1 b/PowerSploit.psd1
index 065ea68..3b6976f 100644
--- a/PowerSploit.psd1
+++ b/PowerSploit.psd1
@@ -90,11 +90,11 @@ FunctionsToExport = @(
'Get-RegistryAutoLogon',
'Get-SecurityPackages',
'Get-ServiceDetail',
- 'Get-ServiceUnquoted',
'Get-SiteListPassword',
'Get-System',
'Get-TimedScreenshot',
'Get-UnattendedInstallFile',
+ 'Get-UnquotedService',
'Get-UserEvent',
'Get-UserProperty',
'Get-VaultCredential',
@@ -103,7 +103,6 @@ FunctionsToExport = @(
'Install-ServiceBinary',
'Install-SSP',
'Invoke-ACLScanner',
- 'Invoke-AllChecks',
'Invoke-CheckLocalAdminAccess',
'Invoke-CredentialInjection',
'Invoke-DllInjection',
@@ -114,6 +113,7 @@ FunctionsToExport = @(
'Invoke-Mimikatz',
'Invoke-NinjaCopy',
'Invoke-Portscan',
+ 'Invoke-PrivescAudit',
'Invoke-ProcessHunter',
'Invoke-ReflectivePEInjection',
'Invoke-ReverseDnsLookup',