Skip to content

Commit

Permalink
release the hounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmetz committed Feb 8, 2021
1 parent 330712a commit 221e15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CSIRT-Collect.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<#
CSIRT-Collections.ps1
https://github.com/dwmetz/CSIRT-Collect
Doug Metz dwmetz@gmail.com
Function: This script will map a drive to the "Collections" share, capture a memory image and a KAPE collection on the computer, and transfer the output back to the network share.
#>
Write-Host -Fore White "--------------------------------------------------"
Write-Host -Fore Cyan " CSIRT IR Collection Script, v1.4"
Write-Host -Fore Cyan " CSIRT IR Collection Script, v1.5"
Write-Host -Fore Cyan " (c) 2021 dwmetz@gmail.com"
Write-Host -Fore White "--------------------------------------------------"
Start-Sleep -Seconds 3
Expand Down

0 comments on commit 221e15b

Please sign in to comment.