keys.ps1
Este commit está contenido en:
9
powershell/keys.ps1
Archivo normal
9
powershell/keys.ps1
Archivo normal
@@ -0,0 +1,9 @@
|
||||
# Press Ctrl key between 15-30 seconds random interval
|
||||
Add-Type -AssemblyName System.Windows.Forms
|
||||
|
||||
while ($true)
|
||||
{
|
||||
[System.Windows.Forms.SendKeys]::SendWait("^")
|
||||
$seconds = Get-Random -Minimum 15 -Maximum 30
|
||||
Start-Sleep -Seconds $seconds
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user