diff --git a/README.md b/README.md index 31bb4e4..4f288d0 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,11 @@ suricata | Suricata IDS logs * Process Explorer * PsExec * TCPView + * Notepad++ * Google Chrome - * Atom editor * WinRar * Mimikatz + * Wireshark ## Applied GPOs * [Custom Event Channel Permissions](https://rawgit.com/clong/DetectionLab/master/Vagrant/resources/GPO/reports/Custom%20Event%20Channel%20Permissions.htm) diff --git a/Vagrant/scripts/install-choco-extras.ps1 b/Vagrant/scripts/install-choco-extras.ps1 index 4763054..f12a4b6 100644 --- a/Vagrant/scripts/install-choco-extras.ps1 +++ b/Vagrant/scripts/install-choco-extras.ps1 @@ -11,6 +11,5 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) { Write-Host "Installing Chocolatey extras..." choco install -y wireshark -choco install -y microsoft-message-analyzer Write-Host "Choco addons complete!"