HObfus v2.04
$cfg["verify-hostname"]

$cfg["verify-hostname"] controls whether HObfus should check if the hostname used by the server matches the one used by the client.

Set $cfg["verify-hostname"] to 1 to enable the checking.

$cfg["verify-hostname"]=1;

If $cfg["verify-hostname"]=1 (enabled), then HObfus checks if the hostname used by the server and the one used by the client match. If they don't match, then HObfus does not output HTML code. The hostname mismatch typically occurs when an obfuscated webpage is downloaded and placed in another website.

Set $cfg["verify-hostname"] to 0 to disable the checking.

$cfg["verify-hostname"]=0;

The default value of $cfg["verify-hostname"] is 0 (disabled).

$cfg["verify-hostname"]=0;

« Back
Configuring HObfus
Next »
$cfg["verify-protocol"]