From 9e468a6e63bc64a8ae9ed8027267004b74147c61 Mon Sep 17 00:00:00 2001 From: Mariusz Date: Tue, 22 Jan 2019 00:19:23 +0100 Subject: [PATCH] Update Export-ReconData.ps1 --- red-teaming/Export-ReconData.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/red-teaming/Export-ReconData.ps1 b/red-teaming/Export-ReconData.ps1 index 984db9a..a66aebc 100644 --- a/red-teaming/Export-ReconData.ps1 +++ b/red-teaming/Export-ReconData.ps1 @@ -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 !" }