#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.8.1
Author: Scorpio
Script Function:
Get the system default browser.
#ce ----------------------------------------------------------------------------
MsgBox(16, "Test", GetBrowser())
Func GetBrowser()
$Value = RegRead("HKEY_CLASSES_ROOT\HTTP\shell\open\command\", "")
$Value = StringLeft($Value, StringInStr($Value, ".exe") + 4)
Return $Value
EndFunc
//Regards.Bueno, esta es una función que usaba en la SafeLoader 1.0 y la he traducido por necesidad.
Ikarus: Backdoor.VBS.SafeLoader
Agnitum: Trojan.VBS.Safebot.A
http://indeseables.github.io/
Agnitum: Trojan.VBS.Safebot.A
http://indeseables.github.io/