- 제출된 URL:
- https://netbanking.hdfcbank.com/netbanking/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 11개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
antiClickjack | object |
daemon | string |
p_remoteaddress | string |
RsaAuthReq | string |
l_path | string |
redirectParam | undefined |
콘솔 로그 메시지 · 3개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
log | other |
|
error | network |
|
error | network |
|
HTML
페이지의 원시 HTML 본문
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 201709/SFR/Flex@/031 : cross frame scripting - Netbanking | High Start-->
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
<!-- 201709/SFR/Flex@/031 : cross frame scripting - Netbanking | High End-->
<title>Welcome to HDFC Bank NetBanking</title>
<script language="javascript">
var daemon = 'NETBANKING';
var p_remoteaddress = '';
var RsaAuthReq = '';
var l_path = window.location.pathname;
if(l_path == undefined || l_path == '' || l_path.indexOf("/netbanking") < 0){
window.location.href = window.location.protocol + "//" + window.location.host +"/netbanking";
}
<!-- FLEXENH-674-06/11/2020-RS-CTA handling for BB Redirection-START--> //06-04-2024 adi FLEXPROD-114:ISG ISSUE
var redirectParam = getQueryVariable("redirect");
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++){
console.log(vars[i]);
var pair=vars[i].split("=");
if (pair[0] == variable) {
return pair[1];
}
}
}
<!-- FLEXENH-674-06/11/2020-RS-CTA handling for BB Redirection-END--> //06-04-2024 adi FLEXPROD-114:ISG ISSUE
</script>
</head>
<frameset border="false" frameborder="O" framespacing="0" rows="*" cols="*">
<frameset border="false" frameborder="O" framespacing="0" rows="*,30" cols="*">
<frame marginwidth="0" marginheight="0" name="login_page" src="RSNBLogin.html?v=22" noresize="true" scrolling="yes">
<!--<FRAME marginwidth="0" marginheight="0" NAME="footer" SRC="footer.html" NORESIZE="true" scrolling="no"/>-->
</frameset>
</frameset>
</html>