aboutsummaryrefslogtreecommitdiff
path: root/Recon
diff options
context:
space:
mode:
authorHarmj0y <will@harmj0y.net>2016-05-22 14:41:05 -0400
committerHarmj0y <will@harmj0y.net>2016-05-22 14:41:05 -0400
commitd0b21c0848defcb40914cca0d610663d754ca1a0 (patch)
tree8b4c0cc69a999a3118cea95862e16b6375e45636 /Recon
parentdf2f92899a27a3e8e962079360cab790abae3bd3 (diff)
downloadPowerSploit-d0b21c0848defcb40914cca0d610663d754ca1a0.tar.gz
PowerSploit-d0b21c0848defcb40914cca0d610663d754ca1a0.zip
Updated functions in Recon.psd1
Diffstat (limited to 'Recon')
-rw-r--r--Recon/Recon.psd114
1 files changed, 13 insertions, 1 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1
index 467fcdd..a170218 100644
--- a/Recon/Recon.psd1
+++ b/Recon/Recon.psd1
@@ -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'
)