Update Export-ReconData.ps1

This commit is contained in:
Mariusz 2019-01-22 00:19:23 +01:00 committed by GitHub
parent 8c359f5f7f
commit 9e468a6e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ function Export-ReconData
$Commands += "Get-DomainForeignUser" $Commands += "Get-DomainForeignUser"
$Commands += "Get-DomainForeignGroupMember" $Commands += "Get-DomainForeignGroupMember"
$Commands += "Find-InterestingDomainShareFile" $Commands += "Find-InterestingDomainShareFile"
$Commands += "Invoke-Kerberoastable"
$IdentityBased = @( $IdentityBased = @(
"Get-DomainGroupMember", "Get-DomainGroupMember",
@ -127,5 +128,5 @@ Try
} }
Catch [System.Exception] Catch [System.Exception]
{ {
exit Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !"
} }