Update Save-ReconData.ps1

This commit is contained in:
Mariusz 2018-12-19 15:12:01 +01:00 committed by GitHub
parent 04bd92f502
commit 111f706772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
(