- 扫描 ID:
- b8574a85-e9d2-457e-a9e3-db8c9bdcc347已完成
- 提交的 URL:
- https://georgelaurensgc.webstream.net.au/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 15 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
virtual | string |
lang | string |
doc | object |
hostname | string |
proto | string |
srch | string |
hideSplash | number |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<html><head>
<script language="Javascript">
var virtual = "weblynx";
var lang = "eng";
var doc = document;
var hostname = doc.location.hostname;
var proto = doc.location.protocol;
var srch = doc.location.search;
var hideSplash = srch.indexOf("hideSplash=true");
var port = doc.location.port;
var app = "Visage";
var fullHost = hostname;
if (port && port != 80)
{
fullHost = fullHost + ":" + port;
}
switch (fullHost.toUpperCase())
{
case "AVG.WEBSTREAM.NET.AU":
virtual = "weblynx";
port = 80;
app = "QRM";
lang = "eng";
break;
case "BRODIECOLLECTVIC.WEBSTREAM.NET.AU":
virtual = "weblynx";
port = 80;
app = "QRM";
lang = "eng";
break;
case "DS.WEBSTREAM.NET.AU":
virtual = "weblynx";
port = 80;
app = "QRM";
lang = "eng";
break;
case "GEORGELAURENSGC.WEBSTREAM.NET.AU":
virtual = "weblynx";
port = 443;
app = "QRM";
lang = "eng";
break;
case "DBC-WH4":
virtual = "weblynx";
port = 80;
app = "Visage";
lang = "eng";
break;
case "TRILATERAL.WEBSTREAM.NET.AU":
virtual = "weblynx";
port = 80;
app = "QRM";
lang = "eng";
break;
}
var xmlhttp = new XMLHttpRequest();
function pipeChangeState()
{
if (xmlhttp.readyState == 4)
{
if (xmlhttp.responseXML)
{
var startPg = "";
var landingPgNode = xmlhttp.responseXML.getElementsByTagName("landingPage");
if (landingPgNode && landingPgNode.length == 1)
{
var landingPgValue = "";
if (landingPgNode[0].firstChild)
{
landingPgValue = landingPgNode[0].firstChild.nodeValue;
}
if (landingPgValue && hideSplash == -1)
{
startPg = "../" + virtual + "/templates/" + lang + "/" + landingPgValue;
}
else
{
startPg = "../" + virtual + "/templates/" + app + ".htm" + srch;
}
window.location.replace(startPg);
}
}
}
}
xmlhttp.onreadystatechange = pipeChangeState;
xmlhttp.open("GET","/" + virtual + "/menus/" + lang + "/vApplication_" + app + ".xml");
xmlhttp.send();
</script>
</head>
<body>
</body></html>