From f645f6160715274510af3cfe87b64b1764b66352 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 29 Dec 2015 14:04:03 +0000 Subject: Sorted the recon.psd1 module import into alphabetical order --- Recon/Recon.psd1 | 102 +++++++++++++++++++++++++++---------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'Recon') diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 205cae8..e82cd97 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -23,71 +23,71 @@ PowerShellVersion = '2.0' # Functions to export from this module FunctionsToExport = @( - 'Get-ComputerDetails', - 'Get-HttpStatus', - 'Invoke-Portscan', - 'Invoke-ReverseDnsLookup', - 'Set-MacAttribute', - 'Copy-ClonedFile', + 'Add-NetUser', + 'Add-ObjectAcl', + 'Convert-NT4toCanonical', 'Convert-NameToSid', 'Convert-SidToName', - 'Convert-NT4toCanonical', - 'Get-Proxy', - 'Get-PathAcl', - 'Get-NetDomain', - 'Get-NetForest', - 'Get-NetForestDomain', - 'Get-NetForestCatalog', - 'Get-NetDomainController', - 'Get-NetUser', - 'Add-NetUser', - 'Get-UserProperty', + 'Copy-ClonedFile', + 'Find-ComputerField', + 'Find-ForeignGroup', + 'Find-ForeignUser', + 'Find-GPOComputerAdmin', + 'Find-GPOLocation', + 'Find-InterestingFile', + 'Find-LocalAdminAccess', + 'Find-ManagedSecurityGroups', 'Find-UserField', - 'Get-UserEvent', - 'Get-ObjectAcl', - 'Add-ObjectAcl', - 'Invoke-ACLScanner', - 'Get-NetComputer', 'Get-ADObject', - 'Set-ADObject', + 'Get-CachedRDPConnection', + 'Get-ComputerDetails', 'Get-ComputerProperty', - 'Find-ComputerField', - 'Get-NetOU', - 'Get-NetSite', - 'Get-NetSubnet', - 'Get-NetGroup', - 'Get-NetGroupMember', - 'Get-NetFileServer', 'Get-DFSshare', + 'Get-DomainPolicy', + 'Get-ExploitableSystem', + 'Get-HttpStatus', + 'Get-LastLoggedOn', + 'Get-NetComputer', + 'Get-NetDomain', + 'Get-NetDomainController', + 'Get-NetDomainTrust', + 'Get-NetFileServer', + 'Get-NetForest', + 'Get-NetForestCatalog', + 'Get-NetForestDomain', + 'Get-NetForestTrust', 'Get-NetGPO', 'Get-NetGPOGroup', - 'Find-GPOLocation', - 'Find-GPOComputerAdmin', - 'Get-DomainPolicy', + 'Get-NetGroup', + 'Get-NetGroupMember', 'Get-NetLocalGroup', - 'Get-NetShare', 'Get-NetLoggedon', - 'Get-NetSession', + 'Get-NetOU', + 'Get-NetProcess', 'Get-NetRDPSession', + 'Get-NetSession', + 'Get-NetShare', + 'Get-NetSite', + 'Get-NetSubnet', + 'Get-NetUser', + 'Get-ObjectAcl', + 'Get-PathAcl', + 'Get-Proxy', + 'Get-UserEvent', + 'Get-UserProperty', + 'Invoke-ACLScanner', 'Invoke-CheckLocalAdminAccess', - 'Get-LastLoggedOn', - 'Get-CachedRDPConnection', - 'Get-NetProcess', - 'Find-InterestingFile', - 'Find-ManagedSecurityGroups', - 'Invoke-UserHunter', - 'Invoke-ProcessHunter', + 'Invoke-EnumerateLocalAdmin', 'Invoke-EventHunter', - 'Invoke-ShareFinder', 'Invoke-FileFinder', - 'Find-LocalAdminAccess', - 'Get-ExploitableSystem', - 'Invoke-EnumerateLocalAdmin', - 'Get-NetDomainTrust', - 'Get-NetForestTrust', - 'Find-ForeignUser', - 'Find-ForeignGroup', - 'Invoke-MapDomainTrust' + 'Invoke-MapDomainTrust', + 'Invoke-Portscan', + 'Invoke-ProcessHunter', + 'Invoke-ReverseDnsLookup', + 'Invoke-ShareFinder', + 'Invoke-UserHunter', + 'Set-ADObject', + 'Set-MacAttribute' ) # List of all files packaged with this module -- cgit v1.2.3