Help
RSS
API
Feed
Maltego
Contact
Domain > chat.the360expo.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-14
165.232.38.97
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.24.0 (Ubuntu)Date: Tue, 10 Dec 2024 14:22:23 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://chat.the360expo.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.24.0 (Ubuntu)Date: Tue, 10 Dec 2024 14:22:24 GMTContent-Type: text/htmlContent-Length: 2720Last-Modified: Tue, 05 Dec 2023 14:12:13 GMTConnection: keep-aliveETag: 656f2f !DOCTYPE html>html langen>head> meta charsetUTF-8> title>Simple Chat/title> style> #chat-box { height: 300px; overflow-y: scroll; border: 1px solid #ccc; padding: 10px; margin-bottom: 10px; } #user-input { width: 80%; } #send-button { width: 19%; } /style>/head>body> div idchat-box>/div> input typetext iduser-input placeholderType your message here.../> button idsend-button>Send/button> script srchttps://cdn.socket.io/4.0.0/socket.io.min.js>/script> script> //const socket io(https://chat.the360expo.com); // Prod const socket io(http://localhost:3000); // Local function getQueryParam(name) { const urlParams new URLSearchParams(window.location.search); return urlParams.get(name); } // Usage example: const userName getQueryParam(name); const chatId getQueryParam(chat); // Assuming the URL is ?chatasdwqa124&namemyName // This would be myName const HOST_ID 0; // Define the host identifier, same as used in the server socket.on(connect, () > { console.log(Connected to WebSocket server!, chatId, userName); socket.emit(joinRoom, chatId, userName); }); socket.on(message, function(msg) { let chatBox document.getElementById(chat-box); // Check if the message is from the host or from the client itself if (msg.username HOST_ID || msg.username userName) { let sender msg.username HOST_ID ? Host : You; chatBox.innerHTML + `p>${sender}: ${msg.text}/p>`; chatBox.scrollTop chatBox.scrollHeight; } }); document.getElementById(send-button).onclick function() { let userInput document.getElementById(user-input); let message userInput.value.trim(); if(message) { socket.emit(message, { room: chatId, userna
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
]