mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Updated functions in Recon.psd1
This commit is contained in:
+13
-1
@@ -23,12 +23,14 @@ PowerShellVersion = '2.0'
|
||||
|
||||
# Functions to export from this module
|
||||
FunctionsToExport = @(
|
||||
'Add-NetGroupUser',
|
||||
'Add-NetUser',
|
||||
'Add-ObjectAcl',
|
||||
'Convert-NameToSid',
|
||||
'Convert-SidToName',
|
||||
'Convert-ADName',
|
||||
'ConvertFrom-UACValue',
|
||||
'Export-PowerViewCSV',
|
||||
'Find-ComputerField',
|
||||
'Find-ForeignGroup',
|
||||
'Find-ForeignUser',
|
||||
@@ -43,10 +45,16 @@ FunctionsToExport = @(
|
||||
'Get-ComputerDetails',
|
||||
'Get-ComputerProperty',
|
||||
'Get-DFSshare',
|
||||
'Get-DNSRecord',
|
||||
'Get-DNSZone',
|
||||
'Get-DomainPolicy',
|
||||
'Get-DomainSID',
|
||||
'Get-ExploitableSystem',
|
||||
'Get-GUIDMap',
|
||||
'Get-HttpStatus',
|
||||
'Get-IPAddress',
|
||||
'Get-LastLoggedOn',
|
||||
'Get-LoggedOnLocal',
|
||||
'Get-NetComputer',
|
||||
'Get-NetDomain',
|
||||
'Get-NetDomainController',
|
||||
@@ -57,7 +65,6 @@ FunctionsToExport = @(
|
||||
'Get-NetForestDomain',
|
||||
'Get-NetForestTrust',
|
||||
'Get-NetGPO',
|
||||
'New-GPOImmediateTask',
|
||||
'Get-NetGPOGroup',
|
||||
'Get-NetGroup',
|
||||
'Get-NetGroupMember',
|
||||
@@ -74,10 +81,13 @@ FunctionsToExport = @(
|
||||
'Get-ObjectAcl',
|
||||
'Get-PathAcl',
|
||||
'Get-Proxy',
|
||||
'Get-RegistryMountedDrive',
|
||||
'Get-SiteName',
|
||||
'Get-UserEvent',
|
||||
'Get-UserProperty',
|
||||
'Invoke-ACLScanner',
|
||||
'Invoke-CheckLocalAdminAccess',
|
||||
'Invoke-DowngradeAccount',
|
||||
'Invoke-EnumerateLocalAdmin',
|
||||
'Invoke-EventHunter',
|
||||
'Invoke-FileFinder',
|
||||
@@ -87,6 +97,8 @@ FunctionsToExport = @(
|
||||
'Invoke-ReverseDnsLookup',
|
||||
'Invoke-ShareFinder',
|
||||
'Invoke-UserHunter',
|
||||
'New-GPOImmediateTask',
|
||||
'Request-SPNTicket',
|
||||
'Set-ADObject'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user