Apache 2.4.6
tcp/443 tcp/8083
OpenSSL 1.0.2k-fips
tcp/443 tcp/8083
PHP 7.4.33
tcp/443 tcp/8083
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: high
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522600d3d6b
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://progresussas@dev.azure.com/progresussas/FORMULARIO%20IMEX/_git/API 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: high
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522600d3d6b
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://progresussas@dev.azure.com/progresussas/FORMULARIO%20IMEX/_git/API 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: high
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522682a5632
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://progresussas@dev.azure.com/progresussas/Symplifica%20migracion/_git/API 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: high
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522cbb5288a
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://progresussas@dev.azure.com/progresussas/AUTONAL/_git/ECOMMERCE%20AUTONAL%20USADOS fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-12 18:51
HTTP/1.1 200 OK Date: Sun, 12 Jan 2025 18:51:04 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-12 17:26
HTTP/1.1 200 OK Date: Sun, 12 Jan 2025 17:26:10 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-12 17:00
HTTP/1.1 200 OK Date: Sun, 12 Jan 2025 17:00:47 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-12 12:53
HTTP/1.1 200 OK Date: Sun, 12 Jan 2025 12:53:52 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-10 21:22
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 21:22:44 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-10 18:09
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 18:09:35 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-10 17:28
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 17:28:07 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-10 01:39
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 01:39:43 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-08 22:01
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 22:01:44 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-08 19:06
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 19:06:45 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-08 15:27
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 15:27:53 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-08 13:15
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 13:15:35 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-06 22:22
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 22:22:33 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-06 19:42
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 19:42:22 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-04 18:31
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 18:31:52 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-04 14:21
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 14:21:23 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-04 12:25
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 12:25:27 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-04 12:18
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 12:19:01 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-02 23:45
HTTP/1.1 200 OK Date: Thu, 02 Jan 2025 23:45:58 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-02 13:04
HTTP/1.1 200 OK Date: Thu, 02 Jan 2025 13:04:29 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-02 10:47
HTTP/1.1 200 OK Date: Thu, 02 Jan 2025 10:47:59 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-02 09:50
HTTP/1.1 200 OK Date: Thu, 02 Jan 2025 09:50:29 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2025-01-01 17:56
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 17:56:22 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · partners.imexhs.com
2025-01-01 12:39
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 12:39:23 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · formimexhs.progresus.co
2025-01-01 10:07
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 10:07:10 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2025-01-01 08:23
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 08:23:59 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2024-12-30 20:50
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 20:50:42 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2024-12-24 03:24
HTTP/1.1 200 OK Date: Tue, 24 Dec 2024 03:24:40 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2024-12-24 02:04
HTTP/1.1 200 OK Date: Tue, 24 Dec 2024 02:04:27 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · test.api.checkop.co
2024-12-22 04:51
HTTP/1.1 200 OK Date: Sun, 22 Dec 2024 04:51:16 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2024-12-21 02:00
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 02:00:29 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · partners.imexhs.com
2024-12-20 11:44
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 11:44:24 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2024-12-20 06:50
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 06:50:10 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2024-12-20 04:45
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 04:45:34 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:8083
2024-12-19 21:21
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 21:21:19 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-ELITE-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · testing.api.amagua.checkop.co
2024-12-19 03:17
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 03:17:50 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-AMAGUA, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Content-Type: application/json; charset=utf-8 Connection: close {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · formimexhs.progresus.co
2024-12-19 00:42
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 00:42:14 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b
Open service 3.210.170.122:443 · test.api.checkop.co
2024-12-18 23:21
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 23:22:02 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept, Origin, X-Token-CHECKOP-WEB, Cache-Control, X-Secret-Client Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS Content-Length: 54 Connection: close Content-Type: application/json; charset=utf-8 {"response":false,"message":"Route not found: \"\/\""}
Open service 3.210.170.122:443 · partners.imexhs.com
2024-12-18 16:05
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 16:05:32 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 Last-Modified: Thu, 09 Jun 2022 16:02:17 GMT ETag: "1fc3-5e105f22ed25d" Accept-Ranges: bytes Content-Length: 8131 Connection: close Content-Type: text/html; charset=UTF-8 Page title: IMEX Reporte Oportunidades <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>IMEX Reporte Oportunidades</title> <link rel="icon" href="public/logo.png"> <meta name='viewport' content='width=device-width, initial-scale=1'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link href="public/main.css" rel="style"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> </head> <body style="background-color: rgb(165 200 213 / 41%) !important;"> <!-- Div PRINCIPAL que se extiende por toda la pantalla--> <div style="height: 100vh; padding: 10vh;"> <!-- Div del formulario--> <div class="d-flex flex-column" style="background-color: white;"> <img style="height: auto; width: auto;" class="d-flex justify-content-center" src="public/logo.png" alt="logo"> <h1 class="m-3">Formulario para Reporte de Oportunidades</h1> <p class="m-3">Use este formulario para declarar sus oportunidades</p> <h3 class="m-3">Información del Partner</h3> <!--Apartir de aqui empieza el formulario--> <form id="myform" method="POST" action="index.php"> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor ID - Power BI</label> <input type="text" name="distributor-id" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Este campo es opcional puede dejarlo en blanco si desea</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Email</label> <input required type="email" name="distributor-email" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="emailHelp" class="form-text text-muted">Campo Obligatorio</small> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Distributor name</label> <input required type="text" name="distributor-name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <h3 class="m-3">Datos del cliente Final</h3> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">URL del sitio web</label> <input required type="text" name="client_url" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > <small id="URL-HELP" class="form-text text-muted">Recuerde escribir bien el dominio o sitio web del contacto, es un dato de referencia </small> </div> <div class="row m-4"> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Nombre del Contacto</label> <input required type="text" name="client_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> <div class=" col-lg-6"> <label for="exampleFormControlInput1" class="form-label">Apellido del Contacto</label> <input required type="text" name="client_last_name" class="form-control" style="border-radius: 10px; background-color:#f5f8fa" > </div> </div> <div class="m-4"> <label for="exampleFormControlInput1" class="form-label">Número de teléfono móvil</label> <input required type="tel" name="phone_client" class="form-control" style="b