Help
RSS
API
Feed
Maltego
Contact
Domain > kiraly-group.happypos.hu
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-29
104.26.2.100
(
ClassC
)
2025-12-11
104.26.3.100
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 11 Dec 2025 05:39:30 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?sw2nXwb9MpTL8CkN5OupeTys4LboOJA5EksVAb8hGR4LRmsI1ZGR2cN7SbjklwAFr0TV2GdRbYRP4hMefiY9PmIAoybSiojM4ZLpPLo0uMvm8WLsJRBClkQ%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9ac2a450dc275509-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Order Display Screen/title> script srchttps://cdn.jsdelivr.net/npm/axios/dist/axios.min.js>/script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css /> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyFascinate&displayswap relstylesheet> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:wght@400;500;700&displayswap relstylesheet> style> .fascinate-regular { font-family: Fascinate, system-ui; font-weight: 400; font-style: normal; } body { font-family: Roboto, sans-serif; margin: 0; padding: 20px; text-align: center; background-image: url(https://imagedelivery.net/wRDxgbq8CMPlYg5S5EfVFQ/53ff3104-4aa7-495d-95cd-6fad8e07d900/fullhd); background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; width: 100vw; } .container { display: flex; gap: 15px; } .column { flex: 1; border-radius: 12px; padding: 15px; color: #333; box-shadow: 0 6px 12px rgba(0,0,0,0.1); background: #fff; } h2 { font-size: 24px; text-align: center; margin-bottom: 5px; padding: 10px; color: #fff; border-radius: 8px; } #accepted-orders h2 { background-color: #ff9f43; } #in-progress-orders h2 { background-color: #54a0ff; } #completed-orders h2 { background-color: #00d2d3; } .column div { font-size: 18px; font-weight: 500; text-align: center; margin-bottom: 15px; } .order-card { background-color: rgba(255, 255, 255, 0.9); padding: 12px; margin-bottom: 12px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: space-between; border-left: 6px solid rgba(0, 0, 0, 0.2); color: #333; } .order-code { font-size: 36px; font-weight: 700; } .order-from-icon { height: 50px; width: auto; } .welcome-message { font-size: 70px; font-weight: 700; text-transform: uppercase; color: #1f1f1f; padding: 20px; text-align: center; margin-top: 190px; text-shadow: 0 14px 8px rgba(0,0,0,0.4); } h1 { text-align: center; } .order-card { background: rgba(255, 255, 255, 0.9); padding: 10px; margin-bottom: 10px; border-radius: 8px; border-left: 5px solid #333; } .order-header { display: flex; justify-content: space-between; align-items: center; /* This will vertically center the children */ } .order-code { font-size: 115px; } .order-from-icon { height: 90px; } .order-from-icon-small { width: 15px; height: 15px; margin-left: 5px; } .comment { font-style: italic; color: #444; margin-top: 5px; } .order-actions { margin-top: 10px; display: flex; justify-content: space-between; } /style> script> const API_URL https://api.happygastro.hu/api/restaurant/67610bad0588b480a048ed0d/order?alltrue&lowKeyfalse&betatrue&mobilefalse&newTypefalse; const BEARER_TOKEN eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiNjE1YWU5YmUyMDMzOTQzNzAzNTJlNTZmIiwiaWF0IjoxNzM4MDUwNzEyfQ.ykD4EozEwuUJl2wlbz1XGf4iY9NRu15DXyMsTAD1fEU; let ordersToDisplay 0; async function fetchOrders() { try { const response await fetch(API_URL, { method: GET, headers: { Authorization: `Bearer ${BEARER_TOKEN}`, Content-Type: application/json } }); if (!response.ok) throw new Error(`HTTP Error: ${response.status}`); const data await response.json(); updateOrders(data); } catch (error) { console.error(Error fetching orders:, error); } } function updateOrders(orders) { const acceptedContainer document.getElementById(accepted-orders-content); const inProgressContainer document.getElementById(in-progress-orders-content); const completedContainer document.getElementById(completed-orders-content); acceptedContainer.innerHTML ; inProgressContainer.innerHTML ; completedContainer.innerHTML ; const orderTypeMapping { dineIn: Dine in, online: Delivery, takeAway: Take away }; const orderFromIcons { netpincer: https://raw.githubusercontent.com/YasirObaibullah99/Foodora/master/public/Foodora.png, terminal: https://encrypted-tbn0.gstatic.com/images?qtbn:ANd9GcTaip83_fw3PKI66Hzo3a7w1-w2h6Rp1gXhwA&s, Terminal: https://encrypted-tbn0.gstatic.com/images?qtbn:ANd9GcTaip83_fw3PKI66Hzo3a7w1-w2h6Rp1gXhwA&s, wolt: https://limassolpharmacy.com/wp-content/uploads/2024/09/wolt-logo.png, webshop: https://encrypted-tbn0.gstatic.com/images?qtbn:ANd9GcTaip83_fw3PKI66Hzo3a7w1-w2h6Rp1gXhwA&s, phone: https://encrypted-tbn0.gstatic.com/images?qtbn:ANd9GcTaip83_fw3PKI66Hzo3a7w1-w2h6Rp1gXhwA&s }; orders.sort((a, b) > { const dateA new Date(a.preOrder || a.createdAt); const dateB new Date(b.preOrder || b.createdAt); return dateA - dateB; }); if(orders.filter(o > o.status ! cancelled).length > 0){ document.getElementById(wellcome-message-when-no-order).style.display none; } else { document.getElementById(wellcome-message-when-no-order).style.display block; } orders.forEach(order > { const orderElement document.createElement(div); orderElement.classList.add(order-card); orderElement.innerHTML ` div classorder-header stylejustify-content: center;> ${order.orderFrom ? `img src${orderFromIconsorder.orderFrom || https://encrypted-tbn0.gstatic.com/images?qtbn:ANd9GcTaip83_fw3PKI66Hzo3a7w1-w2h6Rp1gXhwA&s} alt${order.orderFrom} classorder-from-icon>` : } strong classorder-code> #${order.orderCode} /strong> /div> `; if (order.status accepted) { acceptedContainer.appendChild(orderElement); } else if (order.status preparing || order.status busy || order.status processing) { inProgressContainer.appendChild(orderElement); } else if (order.status ready) { completedContainer.appendChild(orderElement); } }); } setInterval(fetchOrders, 5000); window.onload fetchOrders; /script>/head>body>div classcontainer> div classcolumn animate__animated animate__fadeInDown animate__delay-10s idaccepted-orders> h2>Pending / Várakozás / 待处理/h2> div idaccepted-orders-content>/div> /div> div classcolumn animate__animated animate__fadeInDown animate__delay-10s idin-progress-orders> h2>Preparing / Készül / 准备中/h2> div idin-progress-orders-content>/div> /div> div classcolumn animate__animated animate__fadeInDown animate__delay-10s idcompleted-orders> h2>Done / Elkészült / 完成/h2> div idcompleted-orders-content>/div> /div>/div>div classwelcome-message idwellcome-message-when-no-order>Wellcome at ASIATIC’S!br/>Üdvözlünk az ASIATIC’S-ben!/div>script> setInterval(fetchOrders, 5000); window.onload fetchOrders;/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
]