Add Atomic Red Team, Poll Packet for Provisioning, Fixes

This commit is contained in:
Chris Long
2019-04-28 22:02:11 -07:00
parent 8212f4c259
commit 1746b49811
8 changed files with 62 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ If (-not (Test-Path "C:\ProgramData\chocolatey")) {
}
Write-Host "Installing Chocolatey extras..."
choco install -y --limit-output wireshark
choco install -y --limit-output winpcap
choco install -y --limit-output --no-progress wireshark
choco install -y --limit-output --no-progress winpcap
Write-Host "Choco addons complete!"