OVHcloud
tcp/443
The application has Symfony profiling enabled.
It enables an attacker to access the following sensitive content :
Fingerprint: 407cf4363b0e62fafca67e073070e62f3070e62f3070e62f3070e62f3070e62f
Symfony profiler enabled: https://kmrealisations.bivcrm.com/_profiler/empty/search/results
Open service 2001:41d0:301::30:443 · kmrealisations.bivcrm.com
2026-01-22 21:54
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 21:54:53 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: OVHcloud
X-Powered-By: PHP/8.4
Cache-Control: max-age=0, must-revalidate, private
Expires: Thu, 22 Jan 2026 21:54:53 GMT
Vary: Accept-Encoding
Page title: Login | CRM
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Login | CRM</title>
<link rel="stylesheet" href="/css/stylesheet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<style>
input[type="email"], input[type="password"], button {
background-color: #f5f5f5; /* Gris clair par défaut */
transition: background-color 0.3s, border-color 0.3s; /* Animation douce */
}
input[type="email"]:focus, input[type="password"]:focus {
background-color: #ffffff; /* Devient blanc au focus */
border-color: #007bff; /* Bordure bleue au focus */
outline: none; /* Retirer l'outline par défaut */
}
button {
cursor: pointer;
}
</style>
<div class="container d-flex align-items-center justify-content-center vh-100 flex-column">
<div class="card shadow-lg p-5" style="width: 100%; max-width: 400px; border-radius: 15px;">
<div class="text-center">
<img src="/images/LOGO-BIV-crm-28-11.jpg" alt="Logo CRM" class="mb-4" style="max-width: 200px;">
</div>
<h1 class="h5 text-center text-primary mb-4">Connectez-vous</h1>
<form method="post">
<div class="mb-3">
<label for="inputMail" class="form-label text-secondary">Adresse email</label>
<input type="email" value="" name="_username" id="inputMail" class="form-control form-control-lg border" placeholder="Entrez votre email" required autofocus>
</div>
<div class="mb-3">
<label for="inputPassword" class="form-label text-secondary">Mot de passe</label>
<input type="password" name="_password" id="inputPassword" class="form-control form-control-lg border" placeholder="Entrez votre mot de passe" required>
</div>
<input type="hidden" name="_csrf_token" value="csrf-token">
<button class="btn btn-primary btn-lg w-100 mt-3" type="submit">Connexion</button>
</form>
<div class="text-center mt-4">
<a href="/forgotPassword" class="text-decoration-none text-primary">Mot de passe oublié ?</a>
</div>
</div>
<a style="text-align: center; margin-top: 20px; font-size: 12px;" class="text-dark" href="https://biv-team.com/fr/" target="_blank">Copyright © BIVTeam 2026</a>
</div>
</body>
</html>