aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psd1
diff options
context:
space:
mode:
authorWill <HarmJ0y@users.noreply.github.com>2017-09-17 14:27:25 -0400
committerGitHub <noreply@github.com>2017-09-17 14:27:25 -0400
commit428d9061a4275b0f996eeae19239472766602e60 (patch)
treeab19fde021d702b8878990fd7195e95b4e9a888a /PowerSploit.psd1
parente24d64224b24d5cbf895bae2f21c3607b0e3e612 (diff)
parenta78474aa5cfa9df1689fe298297831640aea5b4d (diff)
downloadPowerSploit-428d9061a4275b0f996eeae19239472766602e60.tar.gz
PowerSploit-428d9061a4275b0f996eeae19239472766602e60.zip
Merge pull request #238 from hackjammer/dev
Improve output 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',