Help
RSS
API
Feed
Maltego
Contact
Domain > chefrecipeplus.xyz
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-09
109.234.162.237
(
ClassC
)
2025-10-18
46.202.172.235
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Sat, 18 Oct 2025 06:09:55 GMTServer: LiteSpeedLocation: https://chefrecipeplus.xyz/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlLast-Modified: Tue, 09 Sep 2025 16:30:15 GMTEtag: 7459-68c05617-1ed4dbd83df57b53;;;Accept-Ranges: bytesContent-Length: 29785Date: Sat, 18 Oct 2025 06:09:56 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html langen>head> !-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idG-JNR0RRGHCQ>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-JNR0RRGHCQ);/script>meta namenetpub_3ab473e956970395677152c84af1153d content3ab473e956970395677152c84af1153d_c8f562cef5347d7eca9a214ff80f1900 />meta namenetpub_6bb44979b42bc950b5884fdd7e7f7aa9 content6bb44979b42bc950b5884fdd7e7f7aa9_cb1c53d8aeeb73b463194bfd80ad7e39 /> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>H5Runner - Free Online Running Game | Play Now/title> meta namedescription contentPlay H5Runner, the ultimate free online running game! Jump, dodge, and run as far as you can in this exciting endless runner adventure. Compatible with mobile, tablet, and desktop.> meta namekeywords contentH5Runner, online game, running game, endless runner, free games, browser games, mobile games, HTML5 games> meta namerobots contentindex, follow> meta nameauthor contentH5Runner Gaming> link relcanonical href/> !-- Open Graph Meta Tags --> meta propertyog:title contentH5Runner - Free Online Running Game> meta propertyog:description contentExperience the thrill of endless running in H5Runner! Play now for free on any device.> meta propertyog:type contentwebsite> meta propertyog:url content/> !-- Stylesheets --> link hrefhttps://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css relstylesheet> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800&displayswap relstylesheet> style> * { font-family: Inter, sans-serif; } .gradient-bg { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .navy-gradient { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); } .game-container { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border: 1px solid rgba(226, 232, 240, 0.5); } .nav-link:hover { color: #1e293b; transform: translateY(-1px); } .card-hover:hover { transform: translateY(-2px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .fullscreen-btn:hover { transform: scale(1.05); box-shadow: 0 10px 15px -3px rgba(30, 41, 59, 0.3); } .animated-icon { animation: bounce 2s infinite; } @keyframes bounce { 0%, 20%, 53%, 80%, 100% { transform: translate3d(0,0,0); } 40%, 43% { transform: translate3d(0,-15px,0); } 70% { transform: translate3d(0,-7px,0); } 90% { transform: translate3d(0,-2px,0); } } .feature-icon { background: linear-gradient(135deg, #3b82f6 0%, #1e293b 100%); } @media (max-width: 768px) { .game-iframe { height: 300px; } } @media (min-width: 769px) and (max-width: 1024px) { .game-iframe { height: 400px; } } @media (min-width: 1025px) { .game-iframe { height: 500px; } } /style>/head>body classgradient-bg min-h-screen> !-- Header Navigation --> header classbg-white shadow-lg sticky top-0 z-50> nav classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classflex justify-between items-center py-4> div classflex items-center space-x-2> div classw-10 h-10 navy-gradient rounded-lg flex items-center justify-center> i classfas fa-running text-white text-lg>/i> /div> h1 classtext-2xl font-bold text-slate-800 idsite-name>H5Runner/h1> /div> !-- Desktop Menu --> div classhidden md:flex space-x-8> a href/ classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-home mr-1>/i>Home /a> a hrefabout classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-info-circle mr-1>/i>About /a> a hrefcontact classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-envelope mr-1>/i>Contact /a> a hrefprivacy classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-shield-alt mr-1>/i>Privacy /a> a hrefterms classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-file-contract mr-1>/i>Terms /a> a hrefdisclaimer classnav-link text-slate-600 hover:text-slate-800 font-medium transition-all duration-200> i classfas fa-exclamation-triangle mr-1>/i>Disclaimer /a> /div> !-- Mobile Menu Button --> button classmd:hidden text-slate-600 hover:text-slate-800 onclicktoggleMobileMenu()> i classfas fa-bars text-xl>/i> /button> /div> !-- Mobile Menu --> div idmobile-menu classmd:hidden hidden pb-4> div classflex flex-col space-y-3> a href/ classtext-slate-600 hover:text-slate-800 font-medium py-2 border-b border-slate-200> i classfas fa-home mr-2>/i>Home /a> a hrefabout classtext-slate-600 hover:text-slate-800 font-medium py-2 border-b border-slate-200> i classfas fa-info-circle mr-2>/i>About /a> a hrefcontact classtext-slate-600 hover:text-slate-800 font-medium py-2 border-b border-slate-200> i classfas fa-envelope mr-2>/i>Contact /a> a hrefprivacy classtext-slate-600 hover:text-slate-800 font-medium py-2 border-b border-slate-200> i classfas fa-shield-alt mr-2>/i>Privacy /a> a hrefterms classtext-slate-600 hover:text-slate-800 font-medium py-2 border-b border-slate-200> i classfas fa-file-contract mr-2>/i>Terms /a> a hrefdisclaimer classtext-slate-600 hover:text-slate-800 font-medium py-2> i classfas fa-exclamation-triangle mr-2>/i>Disclaimer /a> /div> /div> /nav> /header> !-- Main Content --> main idhome classcontainer mx-auto px-4 sm:px-6 lg:px-8 py-8> !-- Hero Section --> section classtext-center mb-12> div classmax-w-4xl mx-auto> h1 classtext-4xl sm:text-5xl lg:text-6xl font-bold text-slate-800 mb-6> Welcome to span classtext-blue-600 idhero-site-name>H5Runner/span> i classfas fa-running animated-icon text-blue-600 ml-3>/i> /h1> p classtext-xl text-slate-600 mb-8 leading-relaxed> Experience the ultimate endless running adventure right in your browser! Jump, dodge, and run as far as you can in this exciting HTML5 game that works perfectly on all devices. /p> /div> /section> !-- Game Section --> section classmb-16> div classgame-container rounded-2xl shadow-2xl p-6 sm:p-8> h2 classtext-3xl font-bold text-center text-slate-800 mb-8> i classfas fa-gamepad text-blue-600 mr-3>/i> Play H5Runner Now! /h2> div classrelative w-full mb-6> iframe idgameFrame srcupload/h5runner.html classw-full game-iframe rounded-xl shadow-lg border-0 titleH5Runner Game> /iframe> /div> div classtext-center> button onclickopenFullScreen() classfullscreen-btn navy-gradient text-white px-8 py-4 rounded-full font-semibold text-lg transition-all duration-300 hover:shadow-lg> i classfas fa-expand-arrows-alt mr-2>/i> Play Fullscreen /button> /div> /div> /section> !-- Game Description and Features --> section classmb-16> div classgrid lg:grid-cols-2 gap-12 items-center> div> h2 classtext-4xl font-bold text-slate-800 mb-6> i classfas fa-star text-yellow-500 mr-3>/i> About H5Runner /h2> p classtext-lg text-slate-600 mb-6 leading-relaxed> H5Runner is an exhilarating endless running game that challenges players to navigate through increasingly difficult obstacles while maintaining speed and precision. Built with cutting-edge HTML5 technology, this game delivers smooth performance across all platforms without requiring any downloads or installations. /p> p classtext-lg text-slate-600 mb-6 leading-relaxed> Our game features stunning 3D graphics, responsive controls, and addictive gameplay that keeps players coming back for more. Whether youre looking for a quick gaming session during your break or an extended challenge to beat your high score, H5Runner provides endless entertainment for players of all skill levels. /p> p classtext-lg text-slate-600 leading-relaxed> The beauty of H5Runner lies in its simplicity and accessibility. With just a few clicks, you can dive into an immersive gaming experience that adapts perfectly to your device, whether youre playing on a smartphone during your commute, a tablet at home, or a desktop computer at work. /p> /div> div classgrid grid-cols-2 gap-6> div classbg-white rounded-xl p-6 shadow-lg card-hover transition-all duration-300> div classfeature-icon w-12 h-12 rounded-lg flex items-center justify-center mb-4> i classfas fa-mobile-alt text-white text-xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-2>Mobile Friendly/h3> p classtext-slate-600>Optimized for all screen sizes and touch devices/p> /div> div classbg-white rounded-xl p-6 shadow-lg card-hover transition-all duration-300> div classfeature-icon w-12 h-12 rounded-lg flex items-center justify-center mb-4> i classfas fa-infinity text-white text-xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-2>Endless Fun/h3> p classtext-slate-600>Infinite levels with increasing difficulty/p> /div> div classbg-white rounded-xl p-6 shadow-lg card-hover transition-all duration-300> div classfeature-icon w-12 h-12 rounded-lg flex items-center justify-center mb-4> i classfas fa-download text-white text-xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-2>No Download/h3> p classtext-slate-600>Play instantly in your browser/p> /div> div classbg-white rounded-xl p-6 shadow-lg card-hover transition-all duration-300> div classfeature-icon w-12 h-12 rounded-lg flex items-center justify-center mb-4> i classfas fa-trophy text-white text-xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-2>High Scores/h3> p classtext-slate-600>Challenge yourself and beat records/p> /div> /div> /div> /section> !-- How to Play Section --> section classmb-16> div classbg-white rounded-2xl shadow-xl p-8 sm:p-12> h2 classtext-3xl font-bold text-center text-slate-800 mb-8> i classfas fa-question-circle text-blue-600 mr-3>/i> How to Play H5Runner /h2> div classgrid md:grid-cols-2 lg:grid-cols-4 gap-8> div classtext-center> div classw-16 h-16 navy-gradient rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-play text-white text-2xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-3>Start Running/h3> p classtext-slate-600>Click the play button and your character automatically starts running forward/p> /div> div classtext-center> div classw-16 h-16 navy-gradient rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-hand-pointer text-white text-2xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-3>Simple Controls/h3> p classtext-slate-600>Use mouse clicks or screen taps to jump over obstacles and gaps/p> /div> div classtext-center> div classw-16 h-16 navy-gradient rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-coins text-white text-2xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-3>Collect Points/h3> p classtext-slate-600>Gather coins and power-ups along the way to boost your score/p> /div> div classtext-center> div classw-16 h-16 navy-gradient rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-flag-checkered text-white text-2xl>/i> /div> h3 classtext-xl font-semibold text-slate-800 mb-3>Beat Records/h3> p classtext-slate-600>Run as far as possible and challenge your personal best/p> /div> /div> /div> /section> !-- Game Features Details --> section classmb-16> h2 classtext-3xl font-bold text-center text-slate-800 mb-12> i classfas fa-rocket text-blue-600 mr-3>/i> Why Choose H5Runner? /h2> div classgrid lg:grid-cols-3 gap-8> div classbg-white rounded-xl p-8 shadow-lg card-hover transition-all duration-300> div classtext-center mb-6> div classw-20 h-20 feature-icon rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-palette text-white text-3xl>/i> /div> h3 classtext-2xl font-semibold text-slate-800>Stunning Graphics/h3> /div> p classtext-slate-600 leading-relaxed> Experience beautiful 3D environments with vibrant colors and smooth animations. Our game features carefully crafted visual elements that create an immersive gaming atmosphere, making every run feel exciting and visually appealing. /p> /div> div classbg-white rounded-xl p-8 shadow-lg card-hover transition-all duration-300> div classtext-center mb-6> div classw-20 h-20 feature-icon rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-tachometer-alt text-white text-3xl>/i> /div> h3 classtext-2xl font-semibold text-slate-800>Fast Performance/h3> /div> p classtext-slate-600 leading-relaxed> Built with optimized HTML5 technology, H5Runner delivers lightning-fast performance across all devices. Enjoy smooth gameplay without lag or stuttering, ensuring your gaming experience is always fluid and responsive. /p> /div> div classbg-white rounded-xl p-8 shadow-lg card-hover transition-all duration-300> div classtext-center mb-6> div classw-20 h-20 feature-icon rounded-full flex items-center justify-center mx-auto mb-4> i classfas fa-users text-white text-3xl>/i> /div> h3 classtext-2xl font-semibold text-slate-800>For Everyone/h3> /div> p classtext-slate-600 leading-relaxed> H5Runner is designed for players of all ages and skill levels. Whether youre a casual gamer looking for quick entertainment or a hardcore player seeking to master every challenge, our game offers something for everyone. /p> /div> /div> /section> !-- Tips and Strategies --> section classmb-16> div classbg-gradient-to-r from-blue-50 to-slate-50 rounded-2xl p-8 sm:p-12> h2 classtext-3xl font-bold text-center text-slate-800 mb-8> i classfas fa-lightbulb text-yellow-500 mr-3>/i> Pro Tips for H5Runner Success /h2> div classgrid md:grid-cols-2 gap-8> div> h3 classtext-2xl font-semibold text-slate-800 mb-4> i classfas fa-clock text-blue-600 mr-2>/i> Timing is Everything /h3> p classtext-slate-600 mb-6 leading-relaxed> Master the art of perfect timing in H5Runner. The key to success lies in understanding the rhythm of the game and predicting when obstacles will appear. Practice your jumps to develop muscle memory that will help you react instinctively to upcoming challenges. /p> h3 classtext-2xl font-semibold text-slate-800 mb-4> i classfas fa-eye text-blue-600 mr-2>/i> Stay Focused /h3> p classtext-slate-600 leading-relaxed> Concentration is crucial in H5Runner, especially as the game speed increases. Avoid distractions and maintain focus on the path ahead. The further you progress, the faster the pace becomes, requiring split-second decision-making and precise control. /p> /div> div> h3 classtext-2xl font-semibold text-slate-800 mb-4> i classfas fa-repeat text-blue-600 mr-2>/i> Practice Makes Perfect /h3> p classtext-slate-600 mb-6 leading-relaxed> Dont get discouraged by initial failures in H5Runner. Every game session teaches you something new about obstacle patterns and timing. Regular practice will help you develop the skills needed to achieve higher scores and longer runs. /p> h3 classtext-2xl font-semibold text-slate-800 mb-4> i classfas fa-gem text-blue-600 mr-2>/i> Collect Strategically /h3> p classtext-slate-600 leading-relaxed> While collecting coins and power-ups is important, never compromise your safety for points. Sometimes its better to skip a risky collection opportunity to ensure you can continue your run. Balance risk and reward for optimal performance. /p> /div> /div> /div> /section> !-- Community and Social --> section classmb-16> div classtext-center> h2 classtext-3xl font-bold text-slate-800 mb-8> i classfas fa-heart text-red-500 mr-3>/i> Join the H5Runner Community /h2> p classtext-xl text-slate-600 mb-8 max-w-3xl mx-auto leading-relaxed> H5Runner has brought together thousands of players from around the world who share a passion for endless running games. Join our growing community of enthusiastic gamers who challenge each other, share tips, and celebrate achievements together. /p> p classtext-lg text-slate-600 max-w-2xl mx-auto leading-relaxed> Whether youre a speedrunner looking to set new records or a casual player enjoying the thrill of the chase, youll find your place in our welcoming community. Share your high scores, learn new strategies, and discover what makes H5Runner special for players worldwide. /p> /div> /section> /main> !-- Footer --> footer classnavy-gradient text-white py-12> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classgrid md:grid-cols-4 gap-8 mb-8> div classmd:col-span-2> div classflex items-center space-x-2 mb-4> div classw-10 h-10 bg-white bg-opacity-20 rounded-lg flex items-center justify-center> i classfas fa-running text-white text-lg>/i> /div> h3 classtext-2xl font-bold idfooter-site-name>H5Runner/h3> /div> p classtext-slate-300 mb-4 leading-relaxed> Experience the ultimate endless running adventure with H5Runner. Play for free on any device and challenge yourself to beat your high score in this exciting HTML5 game. /p> /div> div> h4 classtext-lg font-semibold mb-4>Quick Links/h4> ul classspace-y-2> li>a href/ classtext-slate-300 hover:text-white transition-colors>i classfas fa-home mr-2>/i>Home/a>/li> li>a hrefabout classtext-slate-300 hover:text-white transition-colors>i classfas fa-info-circle mr-2>/i>About/a>/li> li>a hrefcontact classtext-slate-300 hover:text-white transition-colors>i classfas fa-envelope mr-2>/i>Contact/a>/li> /ul> /div> div> h4 classtext-lg font-semibold mb-4>Legal/h4> ul classspace-y-2> li>a hrefprivacy classtext-slate-300 hover:text-white transition-colors>i classfas fa-shield-alt mr-2>/i>Privacy/a>/li> li>a hrefterms classtext-slate-300 hover:text-white transition-colors>i classfas fa-file-contract mr-2>/i>Terms/a>/li> li>a hrefdisclaimer classtext-slate-300 hover:text-white transition-colors>i classfas fa-exclamation-triangle mr-2>/i>Disclaimer/a>/li> /ul> /div> /div> div classborder-t border-slate-600 pt-8 text-center> p classtext-slate-400> © 2024 span idcopyright-site-name>H5Runner/span>. All rights reserved. | Endless Running Adventure /p> /div> /div> /footer> !-- JavaScript --> script> // Get current domain without www function getCurrentDomain() { const hostname window.location.hostname; return hostname.replace(/^www\./, ); } // Update site name elements function updateSiteName() { const siteName getCurrentDomain() || H5Runner; const elements site-name, hero-site-name, footer-site-name, copyright-site-name; elements.forEach(id > { const element document.getElementById(id); if (element) { element.textContent siteName; } }); } // Fullscreen functionality function openFullScreen() { const iframe document.getElementById(gameFrame); if (iframe.requestFullscreen) { iframe.requestFullscreen(); } else if (iframe.webkitRequestFullscreen) { iframe.webkitRequestFullscreen(); } else if (iframe.msRequestFullscreen) { iframe.msRequestFullscreen(); } } // Mobile menu toggle function toggleMobileMenu() { const mobileMenu document.getElementById(mobile-menu); mobileMenu.classList.toggle(hidden); } // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Initialize on page load document.addEventListener(DOMContentLoaded, function() { updateSiteName(); }); // Close mobile menu when clicking outside document.addEventListener(click, function(event) { const mobileMenu document.getElementById(mobile-menu); const menuButton event.target.closest(button); if (!menuButton && !mobileMenu.contains(event.target)) { mobileMenu.classList.add(hidden); } }); // Add loading animation for iframe document.getElementById(gameFrame).addEventListener(load, function() { this.style.opacity 1; }); /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
]