Apache
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: high
Fingerprint: 5f32cf5d6962f09c11d3744d11d3744d8f22ac3550b9eb37b8b4f9dfb7a4e9c9
Found 12 files trough .DS_Store spidering: /admin /cgi-bin /css /image /javascript /javascript/adm /javascript/com /javascript/usr /server /server/config /server/upload /sql
.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: high
Fingerprint: 5f32cf5d6962f09c11d3744d11d3744d8f22ac3550b9eb37b8b4f9dfb7a4e9c9
Found 12 files trough .DS_Store spidering: /admin /cgi-bin /css /image /javascript /javascript/adm /javascript/com /javascript/usr /server /server/config /server/upload /sql
Open service 162.241.253.39:443 · mail.ordermodufish.com
2026-01-23 01:43
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 01:43:18 GMT
Server: Apache
Cache-Control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0
Pragma: no-cache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: MODU Fresh Ordering System
<!DOCUMENT html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MODU Fresh Ordering System</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="body-content mt-5">
<div id="loginimg">
<div class="container">
<div class="row justify-content-center mt-5">
<div class="col-md-4 mt-5 pt-5">
<h2 class="text-center">Login</h2>
<div class="tooltiptext">
</div>
<form method="post" action="server/login.php">
<div class="form-group">
<label for="username">Username:</label>
<input type="text" class="form-control" id="username" name="username" autocomplete="off" required>
</div>
<div class="form-group">
<label for="password">Password:</label>
<input type="password" class="form-control" id="password" name="password" autocomplete="off" required>
</div>
<div class = "text-center">
<button type="submit" class="btn btn-secondary btn-block mt-5">Login</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/d019ec62de.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</body>
<footer class="mt-auto">
<!-- Copyright -->
<div class="text-center pt-5 pb-3" style="background-color: rgba(255, 255, 255, 0.2);">
© Modu Food Service, Inc. All Rights Reserved Since 2018
</div>
<!-- Copyright -->
</footer>
</html>