LiteSpeed
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522f640ca54
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/neurosystem2021/boticav1-rest.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "linfusac"] remote = origin merge = refs/heads/linfusac
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522f640ca54
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/neurosystem2021/boticav1-rest.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "linfusac"] remote = origin merge = refs/heads/linfusac
Open service 68.183.76.194:80 · linfusac.factura.vip
2026-01-02 21:45
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Fri, 02 Jan 2026 21:45:11 GMT
server: LiteSpeed
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:443 · linfusac.factura.vip
2026-01-02 11:12
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Fri, 02 Jan 2026 11:12:35 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:80 · linfusac.factura.vip
2025-12-23 04:34
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Tue, 23 Dec 2025 04:34:39 GMT
server: LiteSpeed
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:443 · linfusac.factura.vip
2025-12-22 15:12
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Mon, 22 Dec 2025 15:12:17 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:80 · linfusac.factura.vip
2025-12-21 10:04
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Sun, 21 Dec 2025 10:04:53 GMT
server: LiteSpeed
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:443 · linfusac.factura.vip
2025-12-20 11:11
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Sat, 20 Dec 2025 11:11:24 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class
Open service 68.183.76.194:80 · linfusac.factura.vip
2025-12-19 00:17
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
content-length: 4543
date: Fri, 19 Dec 2025 00:17:22 GMT
server: LiteSpeed
connection: close
Page title: LINFUSAC
<html class>
<head>
<title>LINFUSAC</title>
<script src="resources/js/jquery-3.2.1.min.js"></script>
</head>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
}
body:before {
content: "";
width: 100%;
height: 100%;
display: block;
background: url('/resources/images/fondo.jpg') no-repeat;
background-size: cover;
position: absolute;
}
.login-box {
position: relative;
top: 10%;
left: 50%;
width: 320px;
margin: 0 auto;
margin-left: -160px;
background: rgba(255,255,255,0.8);
border-radius: 12px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
overflow: hidden;
transition: 0.5s all;
}
.login-box:hover {
transform: scale(1.02);
transition: 0.5s all;
box-shadow: 0 20px 80px rgba(0,0,0,0.3);
}
.login-box * {
box-sizing: border-box;
}
.login-header {
background: #e74c3c00;
padding: 30px;
text-align: center;
color: #c0392b;
text-shadow: 0 2px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 -1px rgba(255,255,255,0.8), 0 4px rgba(0,0,0,0.06), inset 0 4px rgba(255,255,255,0.2), inset 0 2px 2px rgba(255,255,255,0.2);
}
.login-header h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.login-icon {
width: 50px;
fill: #c0392b;
-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}
.login-sign {
text-decoration: none;
color: #a8ff67;
}
.login-content {
padding: 20px;
}
.login-content input,
.login-content button,
.login-content a {
width: 100%;
display: inline-block;
}
.login-mail,
.login-pass {
margin-bottom: 20px;
padding: 10px;
color: #999;
border: 1px solid transparent;
border-radius: 5px;
outline: none;
transition: 0.5s all;
}
.login-mail:hover,
.login-pass:hover,
.login-mail:focus,
.login-pass:focus {
transition: 0.5s all;
box-shadow: 0 2px rgba(153,153,153,0.2);
border: 1px solid rgba(153,153,153,0.4);
}
.login-forgot {
margin-bottom: 20px;
text-align: right;
text-decoration: none;
color: #8996a4;
font-size: 0.8em;
transition: 0.2s all;
}
.login-forgot:hover {
transition: 0.2s all;
color: #009fd7;
}
.login-enter {
padding: 14px;
text-transform: uppercase;
border-radius: 5px;
border: none;
background: #76d035;
color: #fff;
outline: none;
cursor: pointer;
text-shadow: 0 2px 1px rgba(0,0,0,0.2);
transition: 0.5s all;
}
.login-enter:hover {
background: #94ee53;
background-image: linear-gradient(to bottom, rgba(255,255,255,0), #76d035);
transform: scale(1.04);
transition: 0.5s all;
}
.login-enter:active {
background: #58b217;
background-image: linear-gradient(to top, rgba(255,255,255,0), #449e03);
transform: scale(0.98);
transition: 0.3s all;
}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#frmLogin").submit(function(e){
var xhr = $.ajax({
url: "../controllers/validarLogin.php",
type: "post",
data: {nameUser: $('#nameUser').val(), namePass: $('#namePass').val()},
dataType: "html",
success: function(res){
res = $.parseJSON(res);
if (res.isLogin) {
window.location = "/views/V_VentaFormNuevo.php";
}
},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert("Status: " + textStatus); alert("Error: " + errorThrown);
}
});
e.preventDefault();
});
});
</script>
<body>
<section class="login-box">
<header class="login-header">
<img src="/resources/images/logo.png" style="max-width: 80%" />
<!-- <h1></h1> -->
<h2 style="margin-bottom: -10px;">Ingrese sus datos</h2>
</header>
<div class="login-content">
<form id="frmLogin" method="post">
<input class="login-mail" name="nameUser" id="nameUser" type="text" placeholder="Usuario"/>
<input class="login-pass" name="namePass" id="namePass" type="password" placeholder="Contraseña"/>
<button type="submit" class