Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update a.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiczsec authored Nov 21, 2022
1 parent 3ef3cdb commit d9dc661
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions BashBunny/payloads/cApS-Troll/a.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
while (1){
while (1){
Start-Sleep -Second 45
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{CAPSLOCK}')
Start-Sleep -Second 150
Start-Sleep -Second 15
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{CAPSLOCK}')
Start-Sleep -Second 15
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{CAPSLOCK}')
Start-Sleep -Second 15
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{CAPSLOCK}')
Start-Sleep -Second 15
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{CAPSLOCK}')
}

0 comments on commit d9dc661

Please sign in to comment.