Update Export-ReconData.ps1
This commit is contained in:
parent
8c359f5f7f
commit
9e468a6e63
|
@ -34,6 +34,7 @@ function Export-ReconData
|
|||
$Commands += "Get-DomainForeignUser"
|
||||
$Commands += "Get-DomainForeignGroupMember"
|
||||
$Commands += "Find-InterestingDomainShareFile"
|
||||
$Commands += "Invoke-Kerberoastable"
|
||||
|
||||
$IdentityBased = @(
|
||||
"Get-DomainGroupMember",
|
||||
|
@ -127,5 +128,5 @@ Try
|
|||
}
|
||||
Catch [System.Exception]
|
||||
{
|
||||
exit
|
||||
Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue