Apache
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb31943658
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true ignorecase = true [remote "origin"] url = git@github.com:luiscreasoftware/admin.creasoftware.com.mx.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb31943658
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true ignorecase = true [remote "origin"] url = git@github.com:luiscreasoftware/admin.creasoftware.com.mx.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 162.241.61.128:80 · www.admin.creasoftware.com.mx
2026-01-23 05:57
HTTP/1.1 301 Moved Permanently Date: Fri, 23 Jan 2026 05:57:49 GMT Server: Apache Location: https://admin.creasoftware.com.mx/ Content-Length: 242 Connection: close Content-Type: text/html; charset=iso-8859-1 Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://admin.creasoftware.com.mx/">here</a>.</p> </body></html>
Open service 162.241.61.128:443 · www.admin.creasoftware.com.mx
2026-01-23 05:57
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 05:57:39 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: Login | CreaSoftware
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login | CreaSoftware</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="overlay"></div>
<div class="wrapper">
<form method="post" action="controlador/controlador.php">
<div class="register-title">
<img src="img/logo_cs.png" alt="Avatar de inicio">
<p clas="title">CREA SOFTWARE</p>
<p clas="title">BIENVENIDO</p>
</div>
<div class="input-box">
<input type="text" name="usuario" pattern="[A-Za-z0-9_]{1,15}" placeholder="Usuario" required>
<i class='bx bxs-user'></i>
</div>
<div class="input-box">
<input type="password" name="password" pattern="[A-Za-z0-9_@*]{1,15}" placeholder="Contraseña" required>
<i class='bx bxs-lock-alt'></i>
</div>
<input name="botoningresar" class="btn" type="submit" value="Iniciar sesión">
</form>
</div>
</body>
</html>