Help
RSS
API
Feed
Maltego
Contact
Domain > 4he1.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2017-05-07
54.84.86.222
(
ClassC
)
2026-03-01
45.192.105.88
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sun, 01 Mar 2026 22:31:01 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://4he1.com/Strict-Transport-Security: max-age31536000 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 OKServer: nginxDate: Sun, 01 Mar 2026 22:31:02 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingStrict-Transport-Security: max-age31536000 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>网站四合一设备预览图-多设备网站预览图在线生成网站/title> link relicon hreffavicon.ico typeimage/x-icon> script src./js/jquery-3.6.0.min.js>/script> script srchttp://tj.7c.hk/stat.php?linklnk_6864088f71199>/script> link relstylesheet typetext/css hrefcss/4he1.css>/head>body> div classbox4he1> form idscreenshotForm> h1>网站四合一设备预览图/h1> label forurl>链接:/label> div classbox4he1s> input typetext idurl nameurl required> button typesubmit idcaptureButton>生成/button> /div> div iderrorMsg stylecolor: #ff6b6b; font-size: 14px; margin-top: 5px; display: none;>/div> div idprogressContainer styledisplay: none; margin-top: 15px;> div styledisplay: flex; justify-content: space-between; margin-bottom: 5px;> span idprogressText>正在生成截图.../span> span idprogressPercent>0%/span> /div> div stylewidth: 100%; height: 8px; background-color: #f0f0f0; border-radius: 4px; overflow: hidden;> div idprogressBar stylewidth: 0%; height: 100%; background: linear-gradient(90deg, #51BD82, #74CA9B); transition: width 0.3s ease;>/div> /div> div idprogressStatus stylefont-size: 12px; color: #666; margin-top: 5px;>准备中.../div> div idprogressTime stylefont-size: 11px; color: #999; margin-top: 3px;>预计时间: 3-5分钟/div> /div> /form> h2 idqueueInf>/h2> h2 idresults>/h2> h2 idresultst> svg t1733412163431 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id3367 width80 height80> path dM204.8 204.8m-204.8 0a204.8 204.8 0 1 0 409.6 0 204.8 204.8 0 1 0-409.6 0Z fill#51BD82 p-id3368>/path> path dM819.2 204.8m-204.8 0a204.8 204.8 0 1 0 409.6 0 204.8 204.8 0 1 0-409.6 0Z fill#74CA9B p-id3369>/path> path dM819.2 819.2m-204.8 0a204.8 204.8 0 1 0 409.6 0 204.8 204.8 0 1 0-409.6 0Z fill#B9E5CD p-id3370>/path> path dM204.8 819.2m-204.8 0a204.8 204.8 0 1 0 409.6 0 204.8 204.8 0 1 0-409.6 0Z fill#97D7B4 p-id3371>/path> /svg> /h2> div idresult> div iddownloadButtonContainer styledisplay: none; margin-top: 15px; text-align: center;> button iddownloadBtn stylebackground: linear-gradient(90deg, #51BD82, #74CA9B); color: white; border: none; padding: 12px 24px; border-radius: 6px; font-size: 16px; cursor: pointer; transition: all 0.3s ease;> span iddownloadBtnText>下载图片/span> /button> /div> /div> div classcentered-text idcentered-text>4he1.com/div> /div> script> $(document).ready(function() { $(#screenshotForm).on(submit, function(e) { e.preventDefault(); var inputUrl $(#url).val(); if (!inputUrl) return; if (!/^https?:\/\//i.test(inputUrl)) { $(#errorMsg).text(请输入有效的 http:// 或 https:// 开头的链接).show(); setTimeout(function() { $(#errorMsg).fadeOut(); }, 3000); $(#url).focus(); return; } $(#progressContainer).show(); $(#captureButton).prop(disabled, true).text(生成中...); $(#result).html(); var apiUrl https://4he1.com/tu.php?urlhttps://4he1.com/url.php?url + encodeURIComponent(inputUrl); var randomName screenshot_ + Date.now() + _ + Math.random().toString(36).substr(2, 6) + .png; var randomParam &_t + Date.now() + _ + Math.random().toString(36).substr(2, 9); var finalUrl apiUrl + randomParam + &filename + randomName; var progress 0; var startTime Date.now(); var progressInterval setInterval(function() { var elapsed (Date.now() - startTime) / 1000; // 已过秒数 // 更合理的进度分配 if (progress 15) { progress + 0.5; // 验证链接阶段,较慢 $(#progressStatus).text(正在验证链接...); $(#progressTime).text(预计时间: 3-5分钟); } else if (progress 35) { progress + 0.8; // 加载页面阶段,中等速度 $(#progressStatus).text(正在加载页面...); $(#progressTime).text(预计时间: 2-4分钟); } else if (progress 60) { progress + 1.2; // 渲染设备视图阶段,较快 $(#progressStatus).text(正在渲染设备视图...); $(#progressTime).text(预计时间: 1-3分钟); } else if (progress 85) { progress + 0.6; // 生成截图阶段,较慢 $(#progressStatus).text(正在生成截图...); $(#progressTime).text(预计时间: 30秒-2分钟); } else if (progress 95) { progress + 0.3; // 处理图片阶段,最慢 $(#progressStatus).text(正在处理图片...); $(#progressTime).text(预计时间: 10-30秒); } // 如果加载时间过长,显示警告 if (elapsed > 300) { // 超过5分钟 $(#progressTime).text(加载时间较长,请耐心等待...); } $(#progressBar).css(width, progress + %); $(#progressPercent).text(Math.floor(progress) + %); }, 800); // 增加间隔时间到800ms,让进度更平滑 var img new Image(); var timeoutId setTimeout(function() { clearInterval(progressInterval); $(#progressStatus).text(加载超时,请重试); $(#progressTime).text(请求超时); $(#captureButton).prop(disabled, false).text(生成); setTimeout(function() { $(#progressContainer).hide(); }, 3000); }, 600000); // 10分钟超时 img.onload function() { clearTimeout(timeoutId); clearInterval(progressInterval); $(#progressBar).css(width, 100%); $(#progressPercent).text(100%); $(#progressStatus).text(完成!); $(#progressTime).text(生成成功); var isMobile /Android|webOS|iPhone|iPod|BlackBerry|iPad|Windows Phone/i.test(navigator.userAgent); var tipText isMobile ? 如果无法正常显示,请重试,重试之后还是无法正常显示请换链接或者关闭本站. : 如果无法正常显示,请重试,重试之后还是无法正常显示请换链接或者关闭本站.; $(#result).html(div styleposition:relative; display:inline-block; max-width:100%; z-index:2;> + span styleposition:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#51BD82;font-size:32px;font-weight:bold;letter-spacing:2px;opacity:0.18;pointer-events:none;z-index:0;white-space:nowrap;>4he1.com/span> + img idscreenshotImg src + finalUrl + stylemax-width:100%;border:1.5px solid #eee;display:block;z-index:2;position:relative; /> + /div> + div stylemargin-top: 12px; text-align: center; color: #888; font-size: 15px;> + tipText + /div> + div iddownloadButtonContainer styledisplay: block; margin-top: 15px; text-align: center;> + button iddownloadBtn stylebackground: linear-gradient(90deg, #51BD82, #74CA9B); color: white; border: none; padding: 12px 24px; border-radius: 6px; font-size: 16px; cursor: pointer; transition: all 0.3s ease;> + span iddownloadBtnText>下载图片/span> + /button> + /div>); // 添加下载按钮点击事件 $(#downloadBtn).on(click, function() { var downloadBtn $(this); var downloadBtnText $(#downloadBtnText); // 禁用按钮 downloadBtn.prop(disabled, true).css(opacity, 0.6); downloadBtnText.text(下载中...); // 使用canvas方法下载图片,避免跨域问题 var img document.getElementById(screenshotImg); var canvas document.createElement(canvas); var ctx canvas.getContext(2d); // 设置canvas尺寸 canvas.width img.naturalWidth || img.width; canvas.height img.naturalHeight || img.height; // 绘制图片到canvas ctx.drawImage(img, 0, 0); // 将canvas转换为blob并下载 canvas.toBlob(function(blob) { if (blob) { var url URL.createObjectURL(blob); var link document.createElement(a); link.href url; link.download randomName; document.body.appendChild(link); link.click(); document.body.removeChild(link); URL.revokeObjectURL(url); // 显示成功消息 downloadBtnText.text(下载成功); } else { // 如果canvas方法失败,尝试直接下载 try { var link document.createElement(a); link.href finalUrl; link.download randomName; link.target _blank; document.body.appendChild(link); link.click(); document.body.removeChild(link); downloadBtnText.text(下载成功); } catch (e) { downloadBtnText.text(下载失败); console.error(下载失败:, e); } } // 3秒后重新启用按钮 setTimeout(function() { downloadBtn.prop(disabled, false).css(opacity, 1); downloadBtnText.text(下载图片); }, 3000); }, image/png); }); $(#captureButton).prop(disabled, false).text(生成); setTimeout(function() { $(#progressContainer).hide(); }, 2000); }; img.onerror function() { clearTimeout(timeoutId); clearInterval(progressInterval); $(#progressStatus).text(生成失败,请重试); $(#progressTime).text(请求失败); $(#captureButton).prop(disabled, false).text(生成); setTimeout(function() { $(#progressContainer).hide(); }, 3000); }; img.src finalUrl; }); }); /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
]