Files
hydra/resources/hydra.vbs
2024-06-27 18:50:18 -03:00

3 lines
188 B
Plaintext

Set WshShell = CreateObject("WScript.Shell" )
WshShell.Run """%localappdata%\Programs\Hydra\Hydra.exe""", 0 'Must quote command if it has spaces; must escape quotes
Set WshShell = Nothing