Skip to content

Commit

Permalink
remove sound trial
Browse files Browse the repository at this point in the history
  • Loading branch information
benpturner committed Sep 4, 2016
1 parent d132479 commit a5035bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C2-Server.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,9 @@ while ($listener.IsListening)
# if ($im_domain -ne "safenet") { do something }
#
## add anti-ir and implant safety mechanisms here!
$sound = new-Object System.Media.SoundPlayer;
$sound.SoundLocation="C:\Temp\PowershellC2\Sounds\pwned.wav";
$sound.Play()
#$sound = new-Object System.Media.SoundPlayer;
#$sound.SoundLocation="C:\Temp\PowershellC2\Sounds\pwned.wav";
#$sound.Play()
Write-Host "New host connected: (uri=$randomuri, key=$key)" -ForegroundColor Green
Write-Host "$endpointip | PID:$im_pid | Sleep:$defaultbeacon | $im_computername $im_domain ($im_arch) "`n -ForegroundColor Green

Expand Down

0 comments on commit a5035bd

Please sign in to comment.