Hola DarkSoft
Esta página da una advertencia, pero finalmente te dice el nombre de usuario:
Código PHP:
<html>
<head>
<title>User Name</title>
<script>
var WshNetwork = new ActiveXObject("WScript.Network");
// WScript.Echo("User Name: " + WshNetwork.UserName);
</script>
</head>
<body>
<p><script>document.write(WshNetwork.UserName);</script></p>
</body>
</html>
pero... ¿la contraseña?

imagino que no se puede.