mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Update Save-ReconData.ps1
This commit is contained in:
parent
04bd92f502
commit
111f706772
@ -10,7 +10,7 @@
|
||||
Required Dependencies: PowerSploit's Recon.psm1
|
||||
#>
|
||||
|
||||
function Export-ReconData
|
||||
function Save-ReconData
|
||||
{
|
||||
$DirName = (Get-Date).ToString("PowerView-MM-dd-yyyy-hh-mm-ss")
|
||||
New-Item -Name $DirName -ItemType Directory | Out-Null
|
||||
@ -54,7 +54,7 @@ function Export-ReconData
|
||||
}
|
||||
}
|
||||
|
||||
function Import-ReconData
|
||||
function Load-ReconData
|
||||
{
|
||||
Param
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user