mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
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
Block a user