Skip to content

Commit

Permalink
Update apt29.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Foss committed May 14, 2020
1 parent b996ccb commit 287f77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threat_emulation/Invoke-APT29/apt29.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1747,8 +1747,8 @@ Attack Source:
Write-Host "Sending 2 TCP requests to carbonblack.com over ports 443 and 80"
Write-Host " Test-NetConnection -ComputerName carbonblack.com -Port 443" -ForegroundColor Gray
Write-Host " Test-NetConnection -ComputerName carbonblack.com -Port 80" -ForegroundColor Gray
Test-Connection -ComputerName carbonblack.com -Port 443
Test-Connection -ComputerName carbonblack.com -Port 80
Test-NetConnection -ComputerName carbonblack.com -Port 443
Test-NetConnection -ComputerName carbonblack.com -Port 80
Write-Host "Connection Testing complete - feel free to modify and re-test using other domains/IPs and ports"
} elseif ( $cleanup ) {
Write-Host "No cleanup option available for this attack."
Expand Down

0 comments on commit 287f77b

Please sign in to comment.