Merge branch 'master' of github.com:mgeeky/Penetration-Testing-Tools
This commit is contained in:
commit
0f7785843c
|
@ -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",
|
||||||
|
@ -120,12 +121,12 @@ function Get-ReconData
|
||||||
Set-Location -Path $path
|
Set-Location -Path $path
|
||||||
}
|
}
|
||||||
|
|
||||||
Try
|
#Try
|
||||||
{
|
#{
|
||||||
# You need to be in PowerSploit\Recon directory
|
# You need to be in PowerSploit\Recon directory
|
||||||
Import-Module .\Recon.psm1
|
#Import-Module .\Recon.psm1
|
||||||
}
|
#}
|
||||||
Catch [System.Exception]
|
#Catch [System.Exception]
|
||||||
{
|
#{
|
||||||
exit
|
#Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !"
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Reference in New Issue