Skip to content

Commit

Permalink
Update CyberPipe.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmetz authored Jun 8, 2023
1 parent 04222eb commit a6a1400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CyberPipe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Write-host -Fore Cyan "
"
Write-Host -Fore Cyan " CyberPipe IR Collection Script v4.01"
Write-Host -Fore Gray " https://github.com/dwmetz/CyberPipe"
Write-Host -Fore Gray " @dwmetz | $([char]0x00A9)2023 bakerstreetforensics.com"
Write-Host -Fore Gray " @dwmetz | $([char]0x00A9)2023 bakerstreetforensics.com"
Write-Host ""
Write-Host ""
$stopwatch = [System.Diagnostics.Stopwatch]::StartNew()
Expand Down Expand Up @@ -175,4 +175,4 @@ $StopWatch.Stop()
$null = $stopwatch.Elapsed
$Minutes = $StopWatch.Elapsed.Minutes
$Seconds = $StopWatch.Elapsed.Seconds
Write-Host -Fore Cyan "** Collection Completed in $Minutes minutes and $Seconds seconds.**"
Write-Host -Fore Cyan "** Collection Completed in $Minutes minutes and $Seconds seconds.**"

0 comments on commit a6a1400

Please sign in to comment.