Apache
tcp/443 tcp/80
Open service 162.241.2.176:443 · corfal.cl
2026-01-23 05:05
HTTP/1.1 301 Moved Permanently Date: Fri, 23 Jan 2026 05:05:14 GMT Server: Apache cache-control: no-store, max-age=0 X-Redirect-By: WordPress Set-Cookie: wordpress_0d282c2f02332843eccc432f5e96be07=1769144714 Set-Cookie: wordpress_sec_0d282c2f02332843eccc432f5e96be07=1769144714 Set-Cookie: wordpress_logged_in_0d282c2f02332843eccc432f5e96be07=1769144714 Upgrade: h2,h2c Connection: Upgrade, close Location: https://www.corfal.cl/ Content-Length: 0 Content-Type: text/html; charset=UTF-8
Open service 162.241.2.176:443 · www.intranet.corfal.cl
2026-01-11 17:32
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 17:32:40 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: CORFAL - Sistema Integral de Gestión Organizacional
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CORFAL - Sistema Integral de Gestión Organizacional</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="corfal_logo.png">
<style>
body {
font-family: 'Inter', sans-serif;
}
/* Animaciones personalizadas */
@keyframes fade-in-up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.animate-fade-in-up {
animation: fade-in-up 0.8s ease-out forwards;
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
/* Efectos de fondo */
.bg-pattern {
background-image:
radial-gradient(circle at 20% 50%, rgba(0, 142, 105, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 142, 105, 0.05) 0%, transparent 50%),
radial-gradient(circle at 40% 80%, rgba(0, 142, 105, 0.08) 0%, transparent 50%);
}
</style>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
corfal: {
50: '#f0fdf9',
100: '#ccfbf0',
500: '#008E69',
600: '#007057',
700: '#005d47',
800: '#004a38',
900: '#003d2e'
},
neutral: {
25: '#fcfcfd',
50: '#f9fafb',
100: '#f2f4f7',
200: '#e4e7ec',
300: '#d0d5dd',
400: '#98a2b3',
500: '#667085',
600: '#475467',
700: '#344054',
800: '#1d2939',
900: '#101828'
}
},
boxShadow: {
'corfal': '0 10px 40px rgba(0, 142, 105, 0.1)',
'corfal-lg': '0 20px 60px rgba(0, 142, 105, 0.15)',
}
}
}
}
</script>
</head>
<body class="bg-neutral-50 bg-pattern min-h-screen flex items-center justify-center p-4">
<!-- Contenedor principal del login -->
<div class="bg-white/95 backdrop-blur-sm rounded-3xl shadow-corfal-lg hover:shadow-corfal transition-all duration-500 w-full max-w-md p-8 sm:p-10 border border-neutral-100/80 animate-fade-in-up">
<!-- Logo -->
<div class="flex justify-center mb-8">
<div class="animate-float">
<img src="corfal_logo.png" alt="Logo CORFAL" class="h-24 w-auto drop-shadow-lg">
</div>
</div>
<!-- Título y descripción -->
<div class="text-center mb-8">
<h1 class="text-3xl font-bold text-neutral-800 mb-2 tracking-tight">
CORFAL
</h1>
<h2 class="text-lg font-medium text-corfal-600 mb-3">
Intranet
</h2>
<p class="text-neutral-500 text-sm">
Ingrese sus credenciales para acceder al sistema de gestión organizacional.
</p>
</div>
<!-- Formulario de login -->
<form action="valida.php" method="POST" class="space-y-6" id="loginForm">
<!-- Campo Usuario -->
<div>
<label for="usuario" class="block text-sm font-semibold text-neutral-700 mb-2">
Correo Electrónico
</label>
<div class="relative group">
<input type="text"
name="usuario"
id="usuario"
placeholder="correo@corfal.cl o 12.345.678-9"
required
autocomplete="username"
class="w-full px-4 py-3.5 pl-11 border border-neutral-300 rounded-xl shadow-sm
focus:outline-none focus:ring-2 focus:ring-corfal-500 focus:border-corfal-500
transition-all duration-
Open service 162.241.2.176:80 · intranet.corfal.cl
2026-01-11 17:32
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 17:32:58 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: CORFAL - Sistema Integral de Gestión Organizacional
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CORFAL - Sistema Integral de Gestión Organizacional</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="corfal_logo.png">
<style>
body {
font-family: 'Inter', sans-serif;
}
/* Animaciones personalizadas */
@keyframes fade-in-up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.animate-fade-in-up {
animation: fade-in-up 0.8s ease-out forwards;
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
/* Efectos de fondo */
.bg-pattern {
background-image:
radial-gradient(circle at 20% 50%, rgba(0, 142, 105, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 142, 105, 0.05) 0%, transparent 50%),
radial-gradient(circle at 40% 80%, rgba(0, 142, 105, 0.08) 0%, transparent 50%);
}
</style>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
corfal: {
50: '#f0fdf9',
100: '#ccfbf0',
500: '#008E69',
600: '#007057',
700: '#005d47',
800: '#004a38',
900: '#003d2e'
},
neutral: {
25: '#fcfcfd',
50: '#f9fafb',
100: '#f2f4f7',
200: '#e4e7ec',
300: '#d0d5dd',
400: '#98a2b3',
500: '#667085',
600: '#475467',
700: '#344054',
800: '#1d2939',
900: '#101828'
}
},
boxShadow: {
'corfal': '0 10px 40px rgba(0, 142, 105, 0.1)',
'corfal-lg': '0 20px 60px rgba(0, 142, 105, 0.15)',
}
}
}
}
</script>
</head>
<body class="bg-neutral-50 bg-pattern min-h-screen flex items-center justify-center p-4">
<!-- Contenedor principal del login -->
<div class="bg-white/95 backdrop-blur-sm rounded-3xl shadow-corfal-lg hover:shadow-corfal transition-all duration-500 w-full max-w-md p-8 sm:p-10 border border-neutral-100/80 animate-fade-in-up">
<!-- Logo -->
<div class="flex justify-center mb-8">
<div class="animate-float">
<img src="corfal_logo.png" alt="Logo CORFAL" class="h-24 w-auto drop-shadow-lg">
</div>
</div>
<!-- Título y descripción -->
<div class="text-center mb-8">
<h1 class="text-3xl font-bold text-neutral-800 mb-2 tracking-tight">
CORFAL
</h1>
<h2 class="text-lg font-medium text-corfal-600 mb-3">
Intranet
</h2>
<p class="text-neutral-500 text-sm">
Ingrese sus credenciales para acceder al sistema de gestión organizacional.
</p>
</div>
<!-- Formulario de login -->
<form action="valida.php" method="POST" class="space-y-6" id="loginForm">
<!-- Campo Usuario -->
<div>
<label for="usuario" class="block text-sm font-semibold text-neutral-700 mb-2">
Correo Electrónico
</label>
<div class="relative group">
<input type="text"
name="usuario"
id="usuario"
placeholder="correo@corfal.cl o 12.345.678-9"
required
autocomplete="username"
class="w-full px-4 py-3.5 pl-11 border border-neutral-300 rounded-xl shadow-sm
focus:outline-none focus:ring-2 focus:ring-corfal-500 focus:border-corfal-500
transition-all duration-
Open service 162.241.2.176:80 · www.intranet.corfal.cl
2026-01-11 17:32
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 17:32:58 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: CORFAL - Sistema Integral de Gestión Organizacional
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CORFAL - Sistema Integral de Gestión Organizacional</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="corfal_logo.png">
<style>
body {
font-family: 'Inter', sans-serif;
}
/* Animaciones personalizadas */
@keyframes fade-in-up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.animate-fade-in-up {
animation: fade-in-up 0.8s ease-out forwards;
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
/* Efectos de fondo */
.bg-pattern {
background-image:
radial-gradient(circle at 20% 50%, rgba(0, 142, 105, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 142, 105, 0.05) 0%, transparent 50%),
radial-gradient(circle at 40% 80%, rgba(0, 142, 105, 0.08) 0%, transparent 50%);
}
</style>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
corfal: {
50: '#f0fdf9',
100: '#ccfbf0',
500: '#008E69',
600: '#007057',
700: '#005d47',
800: '#004a38',
900: '#003d2e'
},
neutral: {
25: '#fcfcfd',
50: '#f9fafb',
100: '#f2f4f7',
200: '#e4e7ec',
300: '#d0d5dd',
400: '#98a2b3',
500: '#667085',
600: '#475467',
700: '#344054',
800: '#1d2939',
900: '#101828'
}
},
boxShadow: {
'corfal': '0 10px 40px rgba(0, 142, 105, 0.1)',
'corfal-lg': '0 20px 60px rgba(0, 142, 105, 0.15)',
}
}
}
}
</script>
</head>
<body class="bg-neutral-50 bg-pattern min-h-screen flex items-center justify-center p-4">
<!-- Contenedor principal del login -->
<div class="bg-white/95 backdrop-blur-sm rounded-3xl shadow-corfal-lg hover:shadow-corfal transition-all duration-500 w-full max-w-md p-8 sm:p-10 border border-neutral-100/80 animate-fade-in-up">
<!-- Logo -->
<div class="flex justify-center mb-8">
<div class="animate-float">
<img src="corfal_logo.png" alt="Logo CORFAL" class="h-24 w-auto drop-shadow-lg">
</div>
</div>
<!-- Título y descripción -->
<div class="text-center mb-8">
<h1 class="text-3xl font-bold text-neutral-800 mb-2 tracking-tight">
CORFAL
</h1>
<h2 class="text-lg font-medium text-corfal-600 mb-3">
Intranet
</h2>
<p class="text-neutral-500 text-sm">
Ingrese sus credenciales para acceder al sistema de gestión organizacional.
</p>
</div>
<!-- Formulario de login -->
<form action="valida.php" method="POST" class="space-y-6" id="loginForm">
<!-- Campo Usuario -->
<div>
<label for="usuario" class="block text-sm font-semibold text-neutral-700 mb-2">
Correo Electrónico
</label>
<div class="relative group">
<input type="text"
name="usuario"
id="usuario"
placeholder="correo@corfal.cl o 12.345.678-9"
required
autocomplete="username"
class="w-full px-4 py-3.5 pl-11 border border-neutral-300 rounded-xl shadow-sm
focus:outline-none focus:ring-2 focus:ring-corfal-500 focus:border-corfal-500
transition-all duration-
Open service 162.241.2.176:443 · intranet.corfal.cl
2026-01-11 17:32
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 17:32:40 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: CORFAL - Sistema Integral de Gestión Organizacional
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CORFAL - Sistema Integral de Gestión Organizacional</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="corfal_logo.png">
<style>
body {
font-family: 'Inter', sans-serif;
}
/* Animaciones personalizadas */
@keyframes fade-in-up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
.animate-fade-in-up {
animation: fade-in-up 0.8s ease-out forwards;
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
/* Efectos de fondo */
.bg-pattern {
background-image:
radial-gradient(circle at 20% 50%, rgba(0, 142, 105, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(0, 142, 105, 0.05) 0%, transparent 50%),
radial-gradient(circle at 40% 80%, rgba(0, 142, 105, 0.08) 0%, transparent 50%);
}
</style>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
corfal: {
50: '#f0fdf9',
100: '#ccfbf0',
500: '#008E69',
600: '#007057',
700: '#005d47',
800: '#004a38',
900: '#003d2e'
},
neutral: {
25: '#fcfcfd',
50: '#f9fafb',
100: '#f2f4f7',
200: '#e4e7ec',
300: '#d0d5dd',
400: '#98a2b3',
500: '#667085',
600: '#475467',
700: '#344054',
800: '#1d2939',
900: '#101828'
}
},
boxShadow: {
'corfal': '0 10px 40px rgba(0, 142, 105, 0.1)',
'corfal-lg': '0 20px 60px rgba(0, 142, 105, 0.15)',
}
}
}
}
</script>
</head>
<body class="bg-neutral-50 bg-pattern min-h-screen flex items-center justify-center p-4">
<!-- Contenedor principal del login -->
<div class="bg-white/95 backdrop-blur-sm rounded-3xl shadow-corfal-lg hover:shadow-corfal transition-all duration-500 w-full max-w-md p-8 sm:p-10 border border-neutral-100/80 animate-fade-in-up">
<!-- Logo -->
<div class="flex justify-center mb-8">
<div class="animate-float">
<img src="corfal_logo.png" alt="Logo CORFAL" class="h-24 w-auto drop-shadow-lg">
</div>
</div>
<!-- Título y descripción -->
<div class="text-center mb-8">
<h1 class="text-3xl font-bold text-neutral-800 mb-2 tracking-tight">
CORFAL
</h1>
<h2 class="text-lg font-medium text-corfal-600 mb-3">
Intranet
</h2>
<p class="text-neutral-500 text-sm">
Ingrese sus credenciales para acceder al sistema de gestión organizacional.
</p>
</div>
<!-- Formulario de login -->
<form action="valida.php" method="POST" class="space-y-6" id="loginForm">
<!-- Campo Usuario -->
<div>
<label for="usuario" class="block text-sm font-semibold text-neutral-700 mb-2">
Correo Electrónico
</label>
<div class="relative group">
<input type="text"
name="usuario"
id="usuario"
placeholder="correo@corfal.cl o 12.345.678-9"
required
autocomplete="username"
class="w-full px-4 py-3.5 pl-11 border border-neutral-300 rounded-xl shadow-sm
focus:outline-none focus:ring-2 focus:ring-corfal-500 focus:border-corfal-500
transition-all duration-