.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09cec7f8772ec7f877272a0bbaec4b067da2251c990da91c039
Found 11 files trough .DS_Store spidering: /assets /assets/css /assets/docs /assets/images /assets/images/favicon /assets/images/icons /assets/images/logo /assets/images/manifest.json /assets/images/people /assets/images/photos /robots.txt
Severity: low
Fingerprint: 5f32cf5d6962f09c3c1fc5e93c1fc5e975a091b75eb34fe98a7824f35e2a6f4c
Found 5 files trough .DS_Store spidering: /assets /assets/css /assets/docs /assets/images /robots.txt
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf176423f3e94de3767e6ac3767e6ac3767e6ac
Found 2 files trough .DS_Store spidering: /assets /robots.txt
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09cec7f8772ec7f877272a0bbaec4b067da2251c990da91c039
Found 11 files trough .DS_Store spidering: /assets /assets/css /assets/docs /assets/images /assets/images/favicon /assets/images/icons /assets/images/logo /assets/images/manifest.json /assets/images/people /assets/images/photos /robots.txt
Open service 20.101.2.157:443 · extintus.com
2026-01-09 12:33
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 12:34:29 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.82.12.44:443 · www.extintus.com
2026-01-09 06:41
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 06:42:47 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.101.2.157:443 · extintus.com
2026-01-02 15:27
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 15:27:32 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.82.12.44:443 · www.extintus.com
2026-01-02 07:15
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 07:15:58 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.82.12.44:443 · www.extintus.com
2025-12-23 04:24
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 04:24:59 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.101.2.157:443 · extintus.com
2025-12-22 20:16
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 20:16:19 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.82.12.44:443 · www.extintus.com
2025-12-21 04:00
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 04:00:13 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.101.2.157:443 · extintus.com
2025-12-21 00:19
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 00:19:07 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.101.2.157:80 · www.extintus.com
2025-12-19 17:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 17:40:02 GMT Location: https://www.extintus.com/
Open service 20.101.2.157:443 · www.extintus.com
2025-12-19 17:40
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 17:40:01 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal
Open service 20.101.2.157:443 · extintus.com
2025-12-18 23:52
HTTP/1.1 200 OK
Content-Length: 27009
Connection: close
Content-Type: text/html
Date: Thu, 18 Dec 2025 23:52:53 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "58241263"
Last-Modified: Thu, 31 Aug 2023 06:26:03 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
x-robots-tag: index
Page title: Extintus • Home
<!DOCTYPE html>
<html lang="en" class="max-w-full overflow-x-hidden overflow-x-clip">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients.">
<meta name="robots" content="index">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Extintus">
<meta property="og:description" content="We offer a comprehensive range of AI and RPA solutions that drive efficiency, productivity, and growth
for our clients">
<meta property="og:url" content="https://www.extintus.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Extintus">
<link rel="canonical" href="https://www.extintus.com">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/manifest.json">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="/components/header.js" type="text/javascript" defer></script>
<script src="/components/footer.js" type="text/javascript" defer></script>
<script src="/components/contact.js" type="text/javascript" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXSWY3PP02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JXSWY3PP02');
</script>
<link rel="stylesheet" type="text/css" href="/assets/css/output.css">
<title>Extintus • Home</title>
</head>
<body class="bg-gray-50" x-data="{ contact_modal_open: false }">
<div class="min-h-screen flex flex-col justify-start m-auto max-w-full">
<extintus-contact></extintus-contact>
<extintus-header></extintus-header>
<main>
<!-- BANNER -->
<div
class="grid grid-rows-2 relative sm:overflow-hidden bg-cover bg-no-repeat bg-bottom max-h-screen bg-[url('../images/photos/robot-human-shake-hand-smallest.jpeg')] sm:bg-[url('../images/photos/robot-human-shake-hand-small.jpeg')] md:bg-[url('../images/photos/robot-human-shake-hand-medium.jpeg')] lg:bg-[url('../images/photos/robot-human-shake-hand-large.jpeg')]">
<div class="relative px-4 py-16 sm:px-6">
<h1 class="text-center text-3xl font-extrabold tracking-tight md:text-5xl lg:text-6xl ">
<p class="m-auto">
Business Innovations
</p>
<div class="relative" x-data="{
active: 1,
loop() {
setInterval(() => { this.active = this.active === 4 ? 1 : this.active+1 }, 2000)
},
}" x-init="loop">
<div class="text-xl text-theme-color flex w-full justify-center overflow-x-hidden relative mt-2">
<div x-show="active == 1" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Artificial Intelligence </p>
</div>
<div x-cloak x-show="active == 2" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scale-90" x-transition:enter-end="opacity-100 scale-100">
<p> With Robot Process Automation </p>
</div>
<div x-cloak x-show="active == 3" x-transition:enter="transition ease-out duration-500"
x-transition:enter-start="opacity-0 scal