diff --git a/red-teaming/Export-ReconData.ps1 b/red-teaming/Export-ReconData.ps1 index 984db9a..b2790ac 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", @@ -120,12 +121,12 @@ function Get-ReconData Set-Location -Path $path } -Try -{ +#Try +#{ # You need to be in PowerSploit\Recon directory - Import-Module .\Recon.psm1 -} -Catch [System.Exception] -{ - exit -} + #Import-Module .\Recon.psm1 +#} +#Catch [System.Exception] +#{ + #Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !" +#}