mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
* Add files via upload * Add files via upload * Add files via upload * Update payload.txt
17 lines
502 B
PowerShell
17 lines
502 B
PowerShell
while (1){
|
|
Start-Sleep -Second 45
|
|
$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}')
|
|
Start-Sleep -Second 15
|
|
$wsh = New-Object -ComObject WScript.Shell
|
|
$wsh.SendKeys('{CAPSLOCK}')
|
|
} |