diff --git a/red-teaming/Save-ReconData.ps1 b/red-teaming/Save-ReconData.ps1 index 4e8f5df..3047848 100644 --- a/red-teaming/Save-ReconData.ps1 +++ b/red-teaming/Save-ReconData.ps1 @@ -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 (