Microsoft-IIS 10.0
tcp/443 tcp/80
Open service 13.80.19.74:443 · preview.strealer.io
2026-01-11 12:35
HTTP/1.1 200 OK
Content-Length: 2486
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 12:36:58 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "09181fe48d8da1:0"
Last-Modified: Wed, 17 Jul 2024 12:58:18 GMT
Set-Cookie: ARRAffinity=df492f12804c6159fbc57e9c7460e421ee61edf93494e8d06884794e501cd92d;Path=/;HttpOnly;Secure;Domain=preview.strealer.io
Set-Cookie: ARRAffinitySameSite=df492f12804c6159fbc57e9c7460e421ee61edf93494e8d06884794e501cd92d;Path=/;HttpOnly;SameSite=None;Secure;Domain=preview.strealer.io
X-Powered-By: ASP.NET
Page title: URLplayer
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<title>URLplayer</title>
<style>
html {
height:100%;
}
body {
background-color:#0C0C0C;
margin:0;
height:100%;
}
</style>
<!-- copy these lines to your document head: -->
<meta name="viewport" content="user-scalable=yes, width=1163" />
<!-- end copy -->
</head>
<body>
<!-- copy these lines to your document: -->
<div id="urlplayer_hype_container" class="HYPE_document" style="margin:auto;position:relative;width:100%;height:100%;overflow:hidden;">
<script type="text/javascript" charset="utf-8" src="URLplayer.hyperesources/urlplayer_hype_generated_script.js?67370"></script>
</div>
<!-- end copy -->
<!-- text content for search engines: -->
<div style="display:none" aria-hidden=true>
<div></div>
<div>
</div>
</div>
<!-- end text content: -->
<script>
// Function to get the value of a specific query parameter
function getQueryParam(param) {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get(param);
}
// Function to set the iframe src if the 'url' parameter is present
function setIframeSrc() {
const urlParam = getQueryParam('url');
if (urlParam) {
const iframes = document.querySelectorAll('iframe');
if (iframes.length > 0) {
iframes.forEach(iframe => {
iframe.src = urlParam;
});
} else {
console.warn('No iframe elements found on the page.');
}
}
}
// Function to handle added iframes in the DOM
function handleAddedIframes(mutationsList) {
mutationsList.forEach(mutation => {
if (mutation.type === 'childList') {
mutation.addedNodes.forEach(node => {
if (node.tagName === 'IFRAME') {
const urlParam = getQueryParam('url');
if (urlParam) {
node.src = urlParam;
console.log("src set");
}
}
});
}
});
}
// Set up the MutationObserver to monitor changes in the DOM
const observer = new MutationObserver(handleAddedIframes);
observer.observe(document.body, { childList: true, subtree: true });
// Call the function to set the iframe src initially
window.onload = setIframeSrc;
</script>
</body>
</html>
Open service 13.80.19.74:80 · preview.strealer.io
2026-01-11 12:35
HTTP/1.1 200 OK
Content-Length: 2486
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 12:36:57 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "09181fe48d8da1:0"
Last-Modified: Wed, 17 Jul 2024 12:58:18 GMT
Set-Cookie: ARRAffinity=df492f12804c6159fbc57e9c7460e421ee61edf93494e8d06884794e501cd92d;Path=/;HttpOnly;Domain=preview.strealer.io
X-Powered-By: ASP.NET
Page title: URLplayer
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<title>URLplayer</title>
<style>
html {
height:100%;
}
body {
background-color:#0C0C0C;
margin:0;
height:100%;
}
</style>
<!-- copy these lines to your document head: -->
<meta name="viewport" content="user-scalable=yes, width=1163" />
<!-- end copy -->
</head>
<body>
<!-- copy these lines to your document: -->
<div id="urlplayer_hype_container" class="HYPE_document" style="margin:auto;position:relative;width:100%;height:100%;overflow:hidden;">
<script type="text/javascript" charset="utf-8" src="URLplayer.hyperesources/urlplayer_hype_generated_script.js?67370"></script>
</div>
<!-- end copy -->
<!-- text content for search engines: -->
<div style="display:none" aria-hidden=true>
<div></div>
<div>
</div>
</div>
<!-- end text content: -->
<script>
// Function to get the value of a specific query parameter
function getQueryParam(param) {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get(param);
}
// Function to set the iframe src if the 'url' parameter is present
function setIframeSrc() {
const urlParam = getQueryParam('url');
if (urlParam) {
const iframes = document.querySelectorAll('iframe');
if (iframes.length > 0) {
iframes.forEach(iframe => {
iframe.src = urlParam;
});
} else {
console.warn('No iframe elements found on the page.');
}
}
}
// Function to handle added iframes in the DOM
function handleAddedIframes(mutationsList) {
mutationsList.forEach(mutation => {
if (mutation.type === 'childList') {
mutation.addedNodes.forEach(node => {
if (node.tagName === 'IFRAME') {
const urlParam = getQueryParam('url');
if (urlParam) {
node.src = urlParam;
console.log("src set");
}
}
});
}
});
}
// Set up the MutationObserver to monitor changes in the DOM
const observer = new MutationObserver(handleAddedIframes);
observer.observe(document.body, { childList: true, subtree: true });
// Call the function to set the iframe src initially
window.onload = setIframeSrc;
</script>
</body>
</html>