Help
RSS
API
Feed
Maltego
Contact
Domain > bmquiz.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-09-13
194.58.56.84
(
ClassC
)
2018-09-26
194.58.56.90
(
ClassC
)
2026-02-21
104.21.28.119
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sat, 21 Feb 2026 02:43:28 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://bmquiz.com/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s0D%2FWj7nfskzKSHLdUNKN8QMNBy50egII%2FK193Xi3T5VqTq9xIb%2B3p7eYJH5jXGPAfBoej7MisZEy8my3d%2BksNiNXnBkFW5GW}}CF-RAY: 9d12e5715a5888dc-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 21 Feb 2026 02:43:29 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareSet-Cookie: PHPSESSID442c2d8bf1552b572a22e29366ec6e7f; expiresMon, 23 Mar 2026 02:43:29 GMT; Max-Age2592000; path/; secure; HttpOnly; SameSiteLaxCache-Control: max-age0, no-cache, no-store, must-revalidatepragma: no-cachex-frame-options: SAMEORIGINx-content-type-options: nosniffx-xss-protection: 1; modeblockx-permitted-cross-domain-policies: master-onlyreferrer-policy: same-originalt-svc: h3:443; ma86400Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s94sxR4OoMA1oC%2FQaifrgkdRbC3TO4rwiHAkKHezjTgpfXosb%2B83iPeTl9pjhocySuxK0VWCcmlnBB5rkmOZ3SQRpcEYcTiPIs%2FQ%3D}}x-page-speed: 1cf-cache-status: DYNAMICvary: accept-encodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 9d12e575a924a509-PDX !DOCTYPE html>html langen>head> meta charsetUTF-8 /> title>Login/title> !-- ✅ Full screen + safe area --> meta nameviewport contentwidthdevice-width, initial-scale1, viewport-fitcover /> link relpreconnect hrefhttps://fonts.googleapis.com> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;600;700;800&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css crossoriginanonymous referrerpolicyno-referrer /> style> :root{ --text:#111827; --muted:#6B7280; --lav:#7C89DD; --lavDark:#646FC8; --ylw:#F5D830; --panel: rgba(255,255,255,.94); --ring: 0 0 0 4px rgba(124,137,221,.22); --danger:#B91C1C; --dangerBg:#FFEAEA; --hair: rgba(17,24,39,.10); } *{margin:0;padding:0;box-sizing:border-box; -webkit-tap-highlight-color: transparent;} html{ -webkit-text-size-adjust:100%; } html, body{ height:100%; touch-action: manipulation; } body{ font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--text); overflow-x:hidden; background: radial-gradient(1200px 700px at 18% -10%, rgba(124,137,221,.35), transparent 60%), radial-gradient(1000px 600px at 88% 0%, rgba(245,216,48,.35), transparent 55%), linear-gradient(180deg, #F6F6F6, #F3F4F6); } /* ✅ TRUE FULL SCREEN, NO OUTER CARD, NO ROUND */ .screen{ min-height:100vh; min-height:100svh; display:flex; flex-direction:column; /* only safe-area padding (no extra margins) */ padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); } /* Top header (square corners) */ .top{ padding:16px 16px 12px; background: linear-gradient(135deg, rgba(124,137,221,.22), rgba(245,216,48,.20)); border-bottom: 1px solid rgba(17,24,39,.08); border-radius:0; /* ✅ NO ROUND */ } .topRow{ display:flex; align-items:center; gap:12px; } .logo{ width:46px;height:46px;border-radius:16px; /* logo can stay rounded */ background:#fff; border:1px solid rgba(17,24,39,.10); display:grid;place-items:center; overflow:hidden; flex:0 0 auto; } .logo img{width:100%;height:100%;object-fit:cover;} .brand .t1{ font-size:14px; font-weight:900; line-height:1.1; } .brand .t2{ margin-top:3px; font-size:12px; font-weight:800; color:var(--muted); } /* Main area fills screen */ .panel{ flex:1; display:flex; flex-direction:column; background: var(--panel); border-radius:0; /* ✅ NO ROUND */ } /* Title + accent bar */ .titleRow{ padding: 14px 16px 6px; display:flex; gap:12px; align-items:flex-start; } .accentBar{ width:12px; height:74px; border-radius:0; /* ✅ NO ROUND */ background: linear-gradient(180deg, var(--lav), var(--lavDark)); flex:0 0 auto; margin-top:2px; } .titleText h1{ font-size:22px; font-weight:900; letter-spacing:-.4px; } .titleText p{ margin-top:6px; color:var(--muted); font-size:13px; font-weight:800; line-height:1.45; } /* Scroll area (keyboard safe) */ .content{ padding: 12px 16px 16px; overflow:auto; -webkit-overflow-scrolling: touch; } .error-box{ background:var(--dangerBg); color:var(--danger); border:1px solid rgba(185,28,28,.18); padding:10px 12px; border-radius:14px; /* small ok */ margin-bottom:12px; font-size:13px; font-weight:800; } .error-box .row{ display:flex; gap:10px; align-items:flex-start; } .error-box i{ margin-top:2px; } .field{ width:100%; border:1px solid rgba(17,24,39,.12); background: rgba(255,255,255,.96); border-radius:16px; /* inputs can stay rounded */ padding: 10px 12px; display:flex; align-items:center; gap:10px; box-shadow: 0 10px 22px rgba(0,0,0,.05); margin-bottom:12px; position:relative; } .ico{ width:44px;height:44px;border-radius:16px; background: rgba(245,216,48,.95); border:1px solid rgba(0,0,0,.06); display:grid;place-items:center; color:#111827; flex:0 0 auto; } .ico.alt{ background: rgba(124,137,221,.16); color: var(--lavDark); } .field input{ border:none; outline:none; background:transparent; width:100%; font-size:16px; font-weight:800; color:#111827; } .field input::placeholder{ color: rgba(107,114,128,.92); font-weight:800; } .field:focus-within{ border-color: rgba(124,137,221,.55); box-shadow: 0 10px 22px rgba(0,0,0,.05), var(--ring); } .eye-toggle{ position:absolute; right:14px; font-size:18px; cursor:pointer; color:#6B7280; width:38px;height:38px;border-radius:12px; display:grid;place-items:center; background: rgba(243,244,246,.95); border: 1px solid rgba(17,24,39,.08); } .eye-toggle:active{ transform: translateY(1px); } .metaRow{ display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin: 4px 2px 12px; } .consent{ font-size:12.5px; color:#374151; font-weight:800; line-height:1.45; flex:1; } .consent label{ display:flex; gap:10px; align-items:flex-start; } .consent input{ margin-top:2px; width:16px;height:16px; accent-color: var(--lav); } .consent a{ color:#111827; font-weight:900; text-decoration:underline; text-underline-offset:3px; } .forgot{ flex:0 0 auto; font-size:12.5px; font-weight:900; white-space:nowrap; } .forgot a{ text-decoration:none; color: var(--lavDark); } .btn{ width:100%; height:54px; border:none; border-radius:16px; font-size:15px; font-weight:900; letter-spacing:.6px; cursor:pointer; transition:transform .05s ease, filter .12s ease, opacity .12s ease; } .btn:active{ transform:translateY(1px); filter:brightness(.97); } .btndisabled{ opacity:.55; cursor:not-allowed; } .btnPrimary{ background: var(--ylw); color:#111827; border:1px solid rgba(0,0,0,.08); box-shadow: 0 12px 26px rgba(245,216,48,.28); } .btnSecondary{ margin-top:10px; background: rgba(255,255,255,.96); color: var(--lavDark); border:1px solid rgba(124,137,221,.35); box-shadow: 0 10px 22px rgba(0,0,0,.04); } /* ✅ Footer fixed at bottom INSIDE page (no ugly placement) */ .footbar{ margin-top:auto; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(17,24,39,.08); background: rgba(255,255,255,.92); text-align:center; font-size:12px; color: var(--muted); font-weight:900; } .footbar a{ color:#4B5563; text-decoration:none; font-weight:900; } .footbar .dot{ padding: 0 8px; color: rgba(107,114,128,.75); } @media(max-width:360px){ .titleText h1{ font-size:20px; } .btn{ height:52px; } .accentBar{ height:68px; } .footbar{ font-size:11.5px; } .footbar .dot{ padding:0 6px; } } /style>/head>body>div classscreen> div classtop> div classtopRow> div classlogo aria-labelApp logo> img srclogo-5.jpeg altBharat Matka Quiz Logo onerrorthis.style.displaynone> /div> div classbrand> div classt1>Bharat Matka Quiz/div> div classt2>Login to continue/div> /div> /div> /div> div classpanel> div classtitleRow> div classaccentBar aria-hiddentrue>/div> div classtitleText> h1>Welcome back 👋/h1> p>Enter your mobile number and password to continue./p> /div> /div> div classcontent> form methodPOST action novalidate> div classfield> div classico aria-hiddentrue> i classfa-solid fa-mobile-screen-button>/i> /div> input typetel idphone-number namephone_number placeholderEnter 10-digit mobile number maxlength10 inputmodenumeric pattern\d{10} autocompletetel value required aria-labelMobile number > /div> div classfield> div classico alt aria-hiddentrue> i classfa-solid fa-lock>/i> /div> input typepassword idpassword namepassword placeholderEnter password autocompletecurrent-password required aria-labelPassword > div classeye-toggle ideye-toggle rolebutton tabindex0 aria-labelShow/Hide password> i classfa-regular fa-eye ideye-icon aria-hiddentrue>/i> /div> /div> div classmetaRow> div classconsent> label> input typecheckbox idconsent nameconsent value1 required> span> I agree to the a hrefprivacypolicy.php>Privacy Policy/a> and a hrefterms.php>Terms of Service/a> /span> /label> /div> div classforgot> a hrefforgot.php>Forgot?/a> /div> /div> button classbtn btnPrimary typesubmit idlogin-btn disabled>LOGIN/button> button classbtn btnSecondary typebutton onclickwindow.location.hrefregister.php>REGISTER/button> /form> /div> div classfootbar> © 2026 Bharat Matka Quiz span classdot>•/span> a hrefprivacypolicy.php>Privacy/a> span classdot>•/span> a hrefterms.php>Terms/a> /div> /div>/div>script> function validateForm() { const phoneInput document.getElementById(phone-number); const passwordInput document.getElementById(password); const consent document.getElementById(consent); const loginBtn document.getElementById(login-btn); const phoneNumber (phoneInput?.value || ).trim(); const password passwordInput?.value || ; const isPhoneValid phoneNumber.length 10 && /^\d{10}$/.test(phoneNumber); const isPasswordValid password.length > 0; const isConsentValid !!consent?.checked; if (isPhoneValid && isPasswordValid && isConsentValid) { phoneInput?.setCustomValidity(); passwordInput?.setCustomValidity(); consent?.setCustomValidity(); if (loginBtn) loginBtn.disabled false; } else { if (phoneInput) phoneInput.setCustomValidity(!isPhoneValid ? Phone number must be exactly 10 digits : ); if (passwordInput) passwordInput.setCustomValidity(!isPasswordValid ? Password is required : ); if (consent) consent.setCustomValidity(!isConsentValid ? You must agree to the Privacy Policy and Terms : ); if (loginBtn) loginBtn.disabled true; } } function togglePassword(){ const passwordInput document.getElementById(password); const icon document.getElementById(eye-icon); if (!passwordInput || !icon) return; if (passwordInput.type password) { passwordInput.type text; icon.classList.remove(fa-eye); icon.classList.add(fa-eye-slash); } else { passwordInput.type password; icon.classList.remove(fa-eye-slash); icon.classList.add(fa-eye); } } document.addEventListener(DOMContentLoaded, () > { validateForm(); const eyeBtn document.getElementById(eye-toggle); eyeBtn?.addEventListener(click, togglePassword); eyeBtn?.addEventListener(keydown, (e)> { if (e.key Enter || e.key ) { e.preventDefault(); togglePassword(); } }); // WebView-safe links (same tab) document.querySelectorAll(.consent a).forEach((link) > { link.addEventListener(click, (e) > { e.preventDefault(); e.stopPropagation(); window.location.href link.href; }); }); document.getElementById(consent)?.addEventListener(change, validateForm); document.getElementById(phone-number)?.addEventListener(input, validateForm); document.getElementById(password)?.addEventListener(input, validateForm); });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]