Help
RSS
API
Feed
Maltego
Contact
Domain > chick-img.mereith.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-12-13
104.21.47.65
(
ClassC
)
2025-12-10
172.67.145.62
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Wed, 10 Dec 2025 13:18:28 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sgZDQL9LTfqAUNEGocG1kkc7nATfGrHg4UChYre8vvmnh7hVdlGBFdMn7o3%2B16xwAhNr9ExSAdK%2FyrtD2Xsp9%2FHHxADtONtkFKHg1mlb0Wj5ce%2BLorA%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9abd07450d4020eb-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langzh>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>小黄鸡表情包/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; background: #f5f5f5; padding: 20px; } .header { text-align: center; margin-bottom: 30px; padding: 20px; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .download-all { background: #4CAF50; color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-size: 16px; transition: background 0.3s; } .download-all:hover { background: #45a049; } .gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; padding: 10px; } .image-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s; } .image-card:hover { transform: translateY(-5px); } .image-container { position: relative; padding-top: 75%; } .image-container img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .image-info { padding: 15px; } .image-name { font-size: 14px; margin-bottom: 8px; color: #333; } .image-size { font-size: 12px; color: #666; margin-bottom: 10px; } .download-btn { background: #2196F3; color: white; border: none; padding: 5px 10px; border-radius: 4px; cursor: pointer; font-size: 14px; width: 100%; transition: background 0.3s; } .download-btn:hover { background: #1976D2; } @media (max-width: 600px) { .gallery { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } } .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); display: none; justify-content: center; align-items: center; z-index: 1000; } .loading.active { display: flex; } .spinner { width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #3498db; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /style>/head>body> div classheader> h1>🎉 快来使用小黄鸡/h1> p stylemargin: 10px 0;>共 span idimageCount>0/span> 张图片/p> button classdownload-all onclickdownloadAll()>下载所有图片/button> /div> div classgallery idgallery>/div> div classloading idloading> div classspinner>/div> /div> script> // 格式化文件大小 function formatFileSize(bytes) { if (bytes 1024) return bytes + B; else if (bytes 1048576) return (bytes / 1024).toFixed(1) + KB; else return (bytes / 1048576).toFixed(1) + MB; } // 加载图片数据 async function loadImages() { try { const response await fetch(images.json); const images await response.json(); document.getElementById(imageCount).textContent images.length; const gallery document.getElementById(gallery); images.forEach(image > { const card document.createElement(div); card.className image-card; card.innerHTML ` div classimage-container> img src${image.path} alt${image.name} loadinglazy> /div> div classimage-info> div classimage-name>${image.name}/div> div classimage-size>${formatFileSize(image.size)}/div> button classdownload-btn onclickdownloadImage(${image.path}, ${image.name})>下载/button> /div> `; gallery.appendChild(card); }); } catch (error) { console.error(加载图片失败:, error); } } // 下载单张图片 async function downloadImage(path, filename) { try { const response await fetch(path); const blob await response.blob(); const url window.URL.createObjectURL(blob); const a document.createElement(a); a.href url; a.download filename; document.body.appendChild(a); a.click(); window.URL.revokeObjectURL(url); document.body.removeChild(a); } catch (error) { console.error(下载失败:, error); alert(下载失败,请重试); } } // 下载所有图片 async function downloadAll() { const loading document.getElementById(loading); loading.classList.add(active); try { const response await fetch(images.zip); const blob await response.blob(); const url window.URL.createObjectURL(blob); const a document.createElement(a); a.href url; a.download images.zip; document.body.appendChild(a); a.click(); window.URL.revokeObjectURL(url); document.body.removeChild(a); } catch (error) { console.error(下载失败:, error); alert(下载失败,请重试); } finally { loading.classList.remove(active); } } // 页面加载完成后执行 document.addEventListener(DOMContentLoaded, loadImages); /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
]