Help
RSS
API
Feed
Maltego
Contact
Domain > mail.webcamera.ir
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-06-25
164.215.130.229
(
ClassC
)
2025-01-25
94.74.145.178
(
ClassC
)
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Sun, 19 Jan 2025 09:24:53 GMTaccept-ranges: bytescontent-length: 2994date: Sat, 25 Jan 2025 13:26:29 GMT !DOCTYPE html>html>head> title>ESP32 Camera Live Stream/title> style> body { font-family: Arial, sans-serif; } #message { white-space: pre-wrap; border: 1px solid #ccc; padding: 10px; margin-top: 20px; } #status { margin-top: 20px; font-weight: bold; } .error { color: red; } .success { color: green; } /style>/head>body> h1>Live Stream from ESP32-CAM/h1> img idcamera-stream/> h2>Received Messages:/h2> div idmessage>/div> h2>Status:/h2> div idstatus classsuccess>Connecting.../div> script srchttps://cdn.jsdelivr.net/npm/mqtt/dist/mqtt.min.js>/script> script> if (typeof mqtt undefined) { console.error(MQTT library not loaded); document.getElementById(status).textContent Error: MQTT library not loaded; document.getElementById(status).className error; } else { console.log(MQTT library loaded:, typeof mqtt ! undefined); const client mqtt.connect(mqtt://94.74.145.178:9001); const topic lashkari; client.on(connect, function () { console.log(Connected to MQTT); document.getElementById(status).textContent Connected to MQTT server; document.getElementById(status).className success; client.subscribe(topic, function (err) { if (!err) { console.log(Subscribed to topic + topic); } else { console.error(Subscription error: , err); document.getElementById(status).textContent Subscription error: + err.message; document.getElementById(status).className error; } }); }); client.on(error, function (err) { console.error(Connection error: , err); document.getElementById(status).textContent Connection error: + err.message; document.getElementById(status).className error; }); client.on(offline, function () { document.getElementById(status).textContent Disconnected from MQTT server; document.getElementById(status).className error; }); client.on(message, function (topic, message) { let imageData message.toString(); document.getElementById(camera-stream).src data:image/jpeg;base64, + imageData; document.getElementById(message).textContent imageData; }); window.onerror function (msg, url, lineNo, columnNo, error) { console.error(Global error handler: , msg, URL: , url, Line: , lineNo, Column: , columnNo, Error object: , error); document.getElementById(status).textContent Error: + msg; document.getElementById(status).className error; }; } /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
]