Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbbbc3828d
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://gitlab.com/abdielmagnus-group/corre10.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 75.2.60.5:443 · corre10.com
2026-01-09 23:41
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 15266
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 23:41:40 GMT
Etag: "a255c417c83b7fd07dee144e5d541256-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEJJ67MHYG4ZZ45N5W659K8F
Connection: close
Page title: Corre10 - Web
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Corre10 - Web</title>
<style>
:root{
--bg: #E6F4EA;
--green-1: #075E54;
--green-2: #25D366;
--green-3: #128C7E;
--white: #fff;
--text: #333;
--input-bg: #fff;
}
*{box-sizing:border-box;font-family:Arial, Helvetica, sans-serif}
body{
margin:0;
background:var(--bg);
color:var(--text);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
}
.app {
width:100%;
max-width:480px;
background:rgba(255,255,255,0.95);
border-radius:12px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.hidden{display:none}
.titulo{font-size:22px;font-weight:700;text-align:center;margin-bottom:12px}
.texto{font-size:16px;text-align:center;margin-bottom:10px}
.field{width:100%;margin-bottom:10px}
input[type="text"], input[type="password"], input[type="number"]{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
background:var(--input-bg);
font-size:15px;
}
button{
display:inline-block;
border:0;
cursor:pointer;
border-radius:12px;
padding:12px 30px;
font-weight:700;
font-size:16px;
margin:8px 0;
}
.btn-primary{background:var(--green-2); color:var(--white)}
.btn-ghost{background:var(--green-3); color:var(--white); border-radius:10px;padding:10px 22px}
.btn-list{width:100%; text-align:left; padding:14px 16px; margin:8px 0; background:#fff; border-radius:10px; border:1px solid #e0e0e0}
.scroll{max-height:60vh; overflow:auto; padding-right:6px}
.center{text-align:center}
.row{display:flex; gap:10px; flex-direction:column;}
.muted{color:#666;font-size:14px}
footer{margin-top:12px;text-align:center;font-size:13px;color:#666}
label{font-size:13px;margin-bottom:6px;display:block;color:#444}
.excluir-btn{background:red;color:white;font-size:13px;padding:4px 8px;margin-top:6px;border-radius:6px;cursor:pointer;border:none}
</style>
</head>
<body>
<div class="app" id="app">
<!-- HOME -->
<div id="home">
<div class="titulo" style="font-size:72px; margin-bottom:20px; text-align:center; font-weight:800;">
Corre10
</div>
<div class="center home-buttons">
<button class="btn-primary" id="btnCliente" style="width:100%">Cliente</button>
<button class="btn-primary" id="btnMotorista" style="width:100%">Motorista</button>
<button class="btn-primary" id="btnAdmin" style="width:100%">Administrador</button>
</div>
</div>
<!-- ADMIN LOGIN -->
<div id="adminLogin" class="hidden">
<div class="titulo">Login do Administrador</div>
<div class="field">
<label>Login</label>
<input type="text" id="adminLoginInput" placeholder="Login">
</div>
<div class="field">
<label>Senha</label>
<input type="password" id="adminSenhaInput" placeholder="Senha">
</div>
<button class="btn-primary" id="adminEntrar">Entrar</button>
<button class="btn-ghost" id="adminVoltar">Voltar</button>
</div>
<!-- ADMIN PAINEL -->
<div id="adminPainel" class="hidden">
<div class="titulo">Painel do Administrador</div>
<div class="texto">Adicione novos motoristas:</div>
<div class="field">
<label>Nome</label>
<input type="text" id="motoristaNomeAdm" placeholder="Nome">
</div>
<div class="field">
<label>Carro / Modelo</label>
<input type="text" id="motoristaCarroAdm" placeholder="Carro / Modelo">
</div>
<div class="field">
<label>Placa</label>
<input type="text" id="motoristaPlacaAdm" placeholder="Placa">
</div>
<div class="field">
<label>Whatsapp completo </label>
<input type="text" id="motoristaLinkAdm" placeholder=" 5547984218630">
</div>
<div class="field">
<label>Email</label>
<input type="text" i
Open service 75.2.60.5:443 · corre10.com
2026-01-02 21:26
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 15266
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 21:26:18 GMT
Etag: "a255c417c83b7fd07dee144e5d541256-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE09NB0Z2BTZQ5SBRYW7FEJC
Connection: close
Page title: Corre10 - Web
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Corre10 - Web</title>
<style>
:root{
--bg: #E6F4EA;
--green-1: #075E54;
--green-2: #25D366;
--green-3: #128C7E;
--white: #fff;
--text: #333;
--input-bg: #fff;
}
*{box-sizing:border-box;font-family:Arial, Helvetica, sans-serif}
body{
margin:0;
background:var(--bg);
color:var(--text);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
}
.app {
width:100%;
max-width:480px;
background:rgba(255,255,255,0.95);
border-radius:12px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.hidden{display:none}
.titulo{font-size:22px;font-weight:700;text-align:center;margin-bottom:12px}
.texto{font-size:16px;text-align:center;margin-bottom:10px}
.field{width:100%;margin-bottom:10px}
input[type="text"], input[type="password"], input[type="number"]{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
background:var(--input-bg);
font-size:15px;
}
button{
display:inline-block;
border:0;
cursor:pointer;
border-radius:12px;
padding:12px 30px;
font-weight:700;
font-size:16px;
margin:8px 0;
}
.btn-primary{background:var(--green-2); color:var(--white)}
.btn-ghost{background:var(--green-3); color:var(--white); border-radius:10px;padding:10px 22px}
.btn-list{width:100%; text-align:left; padding:14px 16px; margin:8px 0; background:#fff; border-radius:10px; border:1px solid #e0e0e0}
.scroll{max-height:60vh; overflow:auto; padding-right:6px}
.center{text-align:center}
.row{display:flex; gap:10px; flex-direction:column;}
.muted{color:#666;font-size:14px}
footer{margin-top:12px;text-align:center;font-size:13px;color:#666}
label{font-size:13px;margin-bottom:6px;display:block;color:#444}
.excluir-btn{background:red;color:white;font-size:13px;padding:4px 8px;margin-top:6px;border-radius:6px;cursor:pointer;border:none}
</style>
</head>
<body>
<div class="app" id="app">
<!-- HOME -->
<div id="home">
<div class="titulo" style="font-size:72px; margin-bottom:20px; text-align:center; font-weight:800;">
Corre10
</div>
<div class="center home-buttons">
<button class="btn-primary" id="btnCliente" style="width:100%">Cliente</button>
<button class="btn-primary" id="btnMotorista" style="width:100%">Motorista</button>
<button class="btn-primary" id="btnAdmin" style="width:100%">Administrador</button>
</div>
</div>
<!-- ADMIN LOGIN -->
<div id="adminLogin" class="hidden">
<div class="titulo">Login do Administrador</div>
<div class="field">
<label>Login</label>
<input type="text" id="adminLoginInput" placeholder="Login">
</div>
<div class="field">
<label>Senha</label>
<input type="password" id="adminSenhaInput" placeholder="Senha">
</div>
<button class="btn-primary" id="adminEntrar">Entrar</button>
<button class="btn-ghost" id="adminVoltar">Voltar</button>
</div>
<!-- ADMIN PAINEL -->
<div id="adminPainel" class="hidden">
<div class="titulo">Painel do Administrador</div>
<div class="texto">Adicione novos motoristas:</div>
<div class="field">
<label>Nome</label>
<input type="text" id="motoristaNomeAdm" placeholder="Nome">
</div>
<div class="field">
<label>Carro / Modelo</label>
<input type="text" id="motoristaCarroAdm" placeholder="Carro / Modelo">
</div>
<div class="field">
<label>Placa</label>
<input type="text" id="motoristaPlacaAdm" placeholder="Placa">
</div>
<div class="field">
<label>Whatsapp completo </label>
<input type="text" id="motoristaLinkAdm" placeholder=" 5547984218630">
</div>
<div class="field">
<label>Email</label>
<input type="text" i
Open service 75.2.60.5:443 · corre10.com
2025-12-23 04:55
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 15266
Content-Type: text/html; charset=UTF-8
Date: Tue, 23 Dec 2025 04:55:34 GMT
Etag: "a255c417c83b7fd07dee144e5d541256-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD4S01NFYS7WEHTZV3DM7GPT
Connection: close
Page title: Corre10 - Web
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Corre10 - Web</title>
<style>
:root{
--bg: #E6F4EA;
--green-1: #075E54;
--green-2: #25D366;
--green-3: #128C7E;
--white: #fff;
--text: #333;
--input-bg: #fff;
}
*{box-sizing:border-box;font-family:Arial, Helvetica, sans-serif}
body{
margin:0;
background:var(--bg);
color:var(--text);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
}
.app {
width:100%;
max-width:480px;
background:rgba(255,255,255,0.95);
border-radius:12px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.hidden{display:none}
.titulo{font-size:22px;font-weight:700;text-align:center;margin-bottom:12px}
.texto{font-size:16px;text-align:center;margin-bottom:10px}
.field{width:100%;margin-bottom:10px}
input[type="text"], input[type="password"], input[type="number"]{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
background:var(--input-bg);
font-size:15px;
}
button{
display:inline-block;
border:0;
cursor:pointer;
border-radius:12px;
padding:12px 30px;
font-weight:700;
font-size:16px;
margin:8px 0;
}
.btn-primary{background:var(--green-2); color:var(--white)}
.btn-ghost{background:var(--green-3); color:var(--white); border-radius:10px;padding:10px 22px}
.btn-list{width:100%; text-align:left; padding:14px 16px; margin:8px 0; background:#fff; border-radius:10px; border:1px solid #e0e0e0}
.scroll{max-height:60vh; overflow:auto; padding-right:6px}
.center{text-align:center}
.row{display:flex; gap:10px; flex-direction:column;}
.muted{color:#666;font-size:14px}
footer{margin-top:12px;text-align:center;font-size:13px;color:#666}
label{font-size:13px;margin-bottom:6px;display:block;color:#444}
.excluir-btn{background:red;color:white;font-size:13px;padding:4px 8px;margin-top:6px;border-radius:6px;cursor:pointer;border:none}
</style>
</head>
<body>
<div class="app" id="app">
<!-- HOME -->
<div id="home">
<div class="titulo" style="font-size:72px; margin-bottom:20px; text-align:center; font-weight:800;">
Corre10
</div>
<div class="center home-buttons">
<button class="btn-primary" id="btnCliente" style="width:100%">Cliente</button>
<button class="btn-primary" id="btnMotorista" style="width:100%">Motorista</button>
<button class="btn-primary" id="btnAdmin" style="width:100%">Administrador</button>
</div>
</div>
<!-- ADMIN LOGIN -->
<div id="adminLogin" class="hidden">
<div class="titulo">Login do Administrador</div>
<div class="field">
<label>Login</label>
<input type="text" id="adminLoginInput" placeholder="Login">
</div>
<div class="field">
<label>Senha</label>
<input type="password" id="adminSenhaInput" placeholder="Senha">
</div>
<button class="btn-primary" id="adminEntrar">Entrar</button>
<button class="btn-ghost" id="adminVoltar">Voltar</button>
</div>
<!-- ADMIN PAINEL -->
<div id="adminPainel" class="hidden">
<div class="titulo">Painel do Administrador</div>
<div class="texto">Adicione novos motoristas:</div>
<div class="field">
<label>Nome</label>
<input type="text" id="motoristaNomeAdm" placeholder="Nome">
</div>
<div class="field">
<label>Carro / Modelo</label>
<input type="text" id="motoristaCarroAdm" placeholder="Carro / Modelo">
</div>
<div class="field">
<label>Placa</label>
<input type="text" id="motoristaPlacaAdm" placeholder="Placa">
</div>
<div class="field">
<label>Whatsapp completo </label>
<input type="text" id="motoristaLinkAdm" placeholder=" 5547984218630">
</div>
<div class="field">
<label>Email</label>
<input type="text" i
Open service 75.2.60.5:443 · corre10.com
2025-12-21 09:52
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 15266
Content-Type: text/html; charset=UTF-8
Date: Sun, 21 Dec 2025 09:52:40 GMT
Etag: "a255c417c83b7fd07dee144e5d541256-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD056M9N429D96NF2KBD1E1N
Connection: close
Page title: Corre10 - Web
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Corre10 - Web</title>
<style>
:root{
--bg: #E6F4EA;
--green-1: #075E54;
--green-2: #25D366;
--green-3: #128C7E;
--white: #fff;
--text: #333;
--input-bg: #fff;
}
*{box-sizing:border-box;font-family:Arial, Helvetica, sans-serif}
body{
margin:0;
background:var(--bg);
color:var(--text);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
}
.app {
width:100%;
max-width:480px;
background:rgba(255,255,255,0.95);
border-radius:12px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.hidden{display:none}
.titulo{font-size:22px;font-weight:700;text-align:center;margin-bottom:12px}
.texto{font-size:16px;text-align:center;margin-bottom:10px}
.field{width:100%;margin-bottom:10px}
input[type="text"], input[type="password"], input[type="number"]{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
background:var(--input-bg);
font-size:15px;
}
button{
display:inline-block;
border:0;
cursor:pointer;
border-radius:12px;
padding:12px 30px;
font-weight:700;
font-size:16px;
margin:8px 0;
}
.btn-primary{background:var(--green-2); color:var(--white)}
.btn-ghost{background:var(--green-3); color:var(--white); border-radius:10px;padding:10px 22px}
.btn-list{width:100%; text-align:left; padding:14px 16px; margin:8px 0; background:#fff; border-radius:10px; border:1px solid #e0e0e0}
.scroll{max-height:60vh; overflow:auto; padding-right:6px}
.center{text-align:center}
.row{display:flex; gap:10px; flex-direction:column;}
.muted{color:#666;font-size:14px}
footer{margin-top:12px;text-align:center;font-size:13px;color:#666}
label{font-size:13px;margin-bottom:6px;display:block;color:#444}
.excluir-btn{background:red;color:white;font-size:13px;padding:4px 8px;margin-top:6px;border-radius:6px;cursor:pointer;border:none}
</style>
</head>
<body>
<div class="app" id="app">
<!-- HOME -->
<div id="home">
<div class="titulo" style="font-size:72px; margin-bottom:20px; text-align:center; font-weight:800;">
Corre10
</div>
<div class="center home-buttons">
<button class="btn-primary" id="btnCliente" style="width:100%">Cliente</button>
<button class="btn-primary" id="btnMotorista" style="width:100%">Motorista</button>
<button class="btn-primary" id="btnAdmin" style="width:100%">Administrador</button>
</div>
</div>
<!-- ADMIN LOGIN -->
<div id="adminLogin" class="hidden">
<div class="titulo">Login do Administrador</div>
<div class="field">
<label>Login</label>
<input type="text" id="adminLoginInput" placeholder="Login">
</div>
<div class="field">
<label>Senha</label>
<input type="password" id="adminSenhaInput" placeholder="Senha">
</div>
<button class="btn-primary" id="adminEntrar">Entrar</button>
<button class="btn-ghost" id="adminVoltar">Voltar</button>
</div>
<!-- ADMIN PAINEL -->
<div id="adminPainel" class="hidden">
<div class="titulo">Painel do Administrador</div>
<div class="texto">Adicione novos motoristas:</div>
<div class="field">
<label>Nome</label>
<input type="text" id="motoristaNomeAdm" placeholder="Nome">
</div>
<div class="field">
<label>Carro / Modelo</label>
<input type="text" id="motoristaCarroAdm" placeholder="Carro / Modelo">
</div>
<div class="field">
<label>Placa</label>
<input type="text" id="motoristaPlacaAdm" placeholder="Placa">
</div>
<div class="field">
<label>Whatsapp completo </label>
<input type="text" id="motoristaLinkAdm" placeholder=" 5547984218630">
</div>
<div class="field">
<label>Email</label>
<input type="text" i
Open service 75.2.60.5:443 · corre10.com
2025-12-19 00:35
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 15266
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 00:35:05 GMT
Etag: "a255c417c83b7fd07dee144e5d541256-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCT0G6Z55W929RWTGG2S18H7
Connection: close
Page title: Corre10 - Web
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Corre10 - Web</title>
<style>
:root{
--bg: #E6F4EA;
--green-1: #075E54;
--green-2: #25D366;
--green-3: #128C7E;
--white: #fff;
--text: #333;
--input-bg: #fff;
}
*{box-sizing:border-box;font-family:Arial, Helvetica, sans-serif}
body{
margin:0;
background:var(--bg);
color:var(--text);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
}
.app {
width:100%;
max-width:480px;
background:rgba(255,255,255,0.95);
border-radius:12px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.hidden{display:none}
.titulo{font-size:22px;font-weight:700;text-align:center;margin-bottom:12px}
.texto{font-size:16px;text-align:center;margin-bottom:10px}
.field{width:100%;margin-bottom:10px}
input[type="text"], input[type="password"], input[type="number"]{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid #ccc;
background:var(--input-bg);
font-size:15px;
}
button{
display:inline-block;
border:0;
cursor:pointer;
border-radius:12px;
padding:12px 30px;
font-weight:700;
font-size:16px;
margin:8px 0;
}
.btn-primary{background:var(--green-2); color:var(--white)}
.btn-ghost{background:var(--green-3); color:var(--white); border-radius:10px;padding:10px 22px}
.btn-list{width:100%; text-align:left; padding:14px 16px; margin:8px 0; background:#fff; border-radius:10px; border:1px solid #e0e0e0}
.scroll{max-height:60vh; overflow:auto; padding-right:6px}
.center{text-align:center}
.row{display:flex; gap:10px; flex-direction:column;}
.muted{color:#666;font-size:14px}
footer{margin-top:12px;text-align:center;font-size:13px;color:#666}
label{font-size:13px;margin-bottom:6px;display:block;color:#444}
.excluir-btn{background:red;color:white;font-size:13px;padding:4px 8px;margin-top:6px;border-radius:6px;cursor:pointer;border:none}
</style>
</head>
<body>
<div class="app" id="app">
<!-- HOME -->
<div id="home">
<div class="titulo" style="font-size:72px; margin-bottom:20px; text-align:center; font-weight:800;">
Corre10
</div>
<div class="center home-buttons">
<button class="btn-primary" id="btnCliente" style="width:100%">Cliente</button>
<button class="btn-primary" id="btnMotorista" style="width:100%">Motorista</button>
<button class="btn-primary" id="btnAdmin" style="width:100%">Administrador</button>
</div>
</div>
<!-- ADMIN LOGIN -->
<div id="adminLogin" class="hidden">
<div class="titulo">Login do Administrador</div>
<div class="field">
<label>Login</label>
<input type="text" id="adminLoginInput" placeholder="Login">
</div>
<div class="field">
<label>Senha</label>
<input type="password" id="adminSenhaInput" placeholder="Senha">
</div>
<button class="btn-primary" id="adminEntrar">Entrar</button>
<button class="btn-ghost" id="adminVoltar">Voltar</button>
</div>
<!-- ADMIN PAINEL -->
<div id="adminPainel" class="hidden">
<div class="titulo">Painel do Administrador</div>
<div class="texto">Adicione novos motoristas:</div>
<div class="field">
<label>Nome</label>
<input type="text" id="motoristaNomeAdm" placeholder="Nome">
</div>
<div class="field">
<label>Carro / Modelo</label>
<input type="text" id="motoristaCarroAdm" placeholder="Carro / Modelo">
</div>
<div class="field">
<label>Placa</label>
<input type="text" id="motoristaPlacaAdm" placeholder="Placa">
</div>
<div class="field">
<label>Whatsapp completo </label>
<input type="text" id="motoristaLinkAdm" placeholder=" 5547984218630">
</div>
<div class="field">
<label>Email</label>
<input type="text" i