mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 10:31:38 +01:00
Update Export-ReconData.ps1
This commit is contained in:
parent
9e468a6e63
commit
949e2fd9db
@ -121,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]
|
||||||
{
|
#{
|
||||||
Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !"
|
#Write-Host "[!] BEFORE USING THIS SCRIPT MAKE SURE YOU'VE IMPORTED Recon.psm1 !"
|
||||||
}
|
#}
|
||||||
|
Loading…
Reference in New Issue
Block a user