DelphiMVCFramework
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9db7f4c636b7f4c636b7f4c636b7f4c636
Found 1 files trough .DS_Store spidering: /images
Open service 108.142.5.142:80 · eskom.dynamass.net
2026-01-09 22:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 22:41:30 GMT Location: https://eskom.dynamass.net/
Open service 108.142.5.142:443 · eskom.dynamass.net
2026-01-09 22:40
HTTP/1.1 200 OK
Content-Length: 2319
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 22:41:31 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "71076869"
Last-Modified: Thu, 19 Jun 2025 08:55:49 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dynamass Online
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />-->
<title>Dynamass Online</title>
<base href="/" />
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="css/fade.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="Dynamass_Online.styles.css" rel="stylesheet" />
</head>
<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<!--<script src="./_content/FastReport.Web/scripts.js"></script>-->
<script>
window.onerror = function (msg, url, line, col, error) {
console.log("Message: " + msg);
console.log("URL: " + url);
console.log("Line: " + line);
console.log("Column: " + col);
console.log("Error object: " + JSON.stringify(error));
return false;
};
</script>
<script>
window.saveAsFile = function (filename, content) {
var blob = new Blob([Uint8Array.from(atob(content), c => c.charCodeAt(0))], { type: "application/octet-stream" });
var link = document.createElement('a');
link.href = URL.createObjectURL(blob);
link.download = filename;
link.click();
URL.revokeObjectURL(link.href);
};
</script>
<script>
window.logToConsole = (message) => {
console.log(message);
};
</script>
</body>
</html>
Open service 4.222.184.126:443 · esk.dynamass.net
2025-12-19 17:45
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html; charset=ISO-8859-1 Content-Length: 210 Date: Fri, 19 Dec 2025 19:45:47 GMT Server: DelphiMVCFramework X-Powered-By: DMVCFramework 3.4.0-neon-beta Access-Control-Allow-Origin: * Access-Control-Allow-Methods: POST,GET,OPTIONS,PUT,DELETE Access-Control-Allow-Headers: Content-Type, Accept, jwtusername, jwtpassword, authentication, authorization Access-Control-Allow-Credentials: true Page title: 404 - Not Found <html><head><title>404 - Not Found</title></head><body style="font-family:sans-serif;text-align:center;padding:40px;"><h1>404 - Page Not Found</h1><p>The page you're looking for doesn't exist.</p></body></html>