Domain www.vubex.de
Netherlands
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • MacOS file listing through .DS_Store file
    First seen 2023-09-10 00:26
    Last seen 2024-06-20 21:39
    Open for 284 days
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-20 21:39

    HTTP/1.1 200 OK
    Date: Thu, 20 Jun 2024 21:39:49 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tKjph1zUVF0LWIgECIiuOrD%2FKUopw0WlotVarcnobb0hCH4herq2Tjq%2BQN42sQ1QIMiSt6zgiBmPdD6l4f0VVR7XVPsUx124JVV%2FGrfyX8ZU%2FHI44UNWw6JBUNbFGns%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 896ee9e5bb148ce9-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 8 hours ago by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-18 20:02

    HTTP/1.1 200 OK
    Date: Tue, 18 Jun 2024 20:02:24 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kg4LFqh8%2FutrV39Q%2Fame88Vx8vNMJ%2FMcA4PPXJXsugZlDLfOS0L36pqIbCLMCxPOxiQSzLkzRGaaj1T9XJ0pe70aJnoPGPV4T19Adk%2B96P57Oxw%2BqDIFXQzQJzaXdoQ%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 895de075f9de3a02-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-16 04:21

    HTTP/1.1 200 OK
    Date: Sun, 16 Jun 2024 04:21:10 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oberYuJOoPQT6CIdN8qw8mDIi%2B%2BdY1KVq1SsNBNCNyC5zSQvz79BEESMZPZVCIuljR5Oyt0QnOIi4QKMD6x5%2BtmnuKbPnqjTgvzNT2lZ2shhIjkb4TFq6aY5Txn7Oag%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 894802f1b9f40c76-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-16 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-12 20:40

    HTTP/1.1 200 OK
    Date: Wed, 12 Jun 2024 20:40:06 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V1LcH4V1THcihTmCssj9lQaI%2B3fEnzqvD0bNHJOjW9vdzsW7XMi1O7Ry%2FofYpVh1na%2FglDIsMJO6E%2BvmMy80Je%2FN4yZUWVKQpxqkKj1xQElrhXfMzFPg6tWNTkvQhnw%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 892ca7725a6d2c18-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-12 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-10 06:05

    HTTP/1.1 200 OK
    Date: Mon, 10 Jun 2024 06:05:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZhFvn6p2c33ZXq9IpcHd4SGrabdcSIVLD3CKAKR8oOb7PqM6ddx%2BmCkY5Bg3NMHWncqXseh3pkSkBRUbR%2Fzun%2FG9mLIKzavXK%2FA%2F1Y6M8GiygtlsxOnxVr4AeZ7zDdA%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 89172bb90dc95c1f-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-10 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-08 06:35

    HTTP/1.1 200 OK
    Date: Sat, 08 Jun 2024 06:35:16 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rN6f8ziWCQh%2Fvj7etboNtkI2Tzo6C54tKZqHVHQbKQSho%2BttNrJjB1firGg2suxe%2FHQUgKjjSIlKwJBJL8TqeJTOsJAZW3Wks8ESHJFMeXl%2B9lKrMlb7d1is4tc3Ios%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 8906dc655b7537cc-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-08 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-06 16:23

    HTTP/1.1 200 OK
    Date: Thu, 06 Jun 2024 16:23:55 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=E363qBxv9O02f2R%2FDou09jDN8IseFmCBHmEoeD5tDgxLC8SQeFhIifIkYBmCcmqIv2UoLKjiuM7TWff22eUQ9YY9wiaLxQovQiJDJhxrRzlQzCh6B%2BjuNwYoVxa6r08%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 88f9bfe88e150a47-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-06 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-04 19:35

    HTTP/1.1 200 OK
    Date: Tue, 04 Jun 2024 19:35:50 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4flAao0eEZI3RjNBrtPsEuSZTRUtRQaSNRXcackWXYFkJ2eTXh2vj9KJM0NzBz8JmEIWeAyA%2F9lXaz4zoKjoQlJXxNvjZdWX9oFBeouPPs2L2NbsMfMZZXik8tNg2NY%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 88ea5e4afeaf41de-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-04 by HttpPlugin
    Create report
  • Open service 188.114.96.9:443 · www.vubex.de

    2024-06-02 20:31

    HTTP/1.1 200 OK
    Date: Sun, 02 Jun 2024 20:31:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Last-Modified: Mon, 11 Sep 2023 11:52:40 GMT
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zaAnFEMOsLBXhDJOsbztpOpygzkR3EeNlNvBuAWbctjmsJrg7QCsKlYjN5nrIbccx4zvAk65CJp%2BiIw7ayMgSjWZ7PgpMdIAJ8P2sT77Rq%2Bd%2BoWQweU6G8B%2BaAWU1PA%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 88da34ad2eddbbb9-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vubex Netzwerk
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
    	<meta charset="UTF-8">
    	<title>Vubex Netzwerk</title>
    	<meta name="description" content="">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<meta name="author" content="flavius">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
    	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Khula:700">
    	<style>
    		/* Allgemeine CSS-Stile */
    		html, body {
    			height: 100%;
    			margin: 0;
    			overflow: hidden;
    			font-family: Arial, sans-serif;
    		}
    
    		body {
    			background-image: url('src/background.jpg');
    			background-size: cover;
    			background-repeat: no-repeat;
    			background-attachment: fixed;
    			padding: 0;
    			margin: 0;
    		}
    
    		/* Style für das transparente Overlay */
    		.transparent-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0);
    			z-index: 1000;
    			pointer-events: all;
    		}
    
    		/* Style für den Preloader */
    		#loading {
    			width: 100vw;
    			height: 100vh;
    			background: #20232D;
    			position: fixed;
    			z-index: 1005;
    		}
    
    		#preloader {
    			position: relative;
    			width: 100%;
    			height: 80px;
    			top: 50%;
    			transform: translateY(-50%);
    			text-align: center;
    		}
    
    		#preloader:after {
    			content: "Willkommen auf Vubex";
    			position: absolute;
    			text-transform: uppercase;
    			font-size: 16px;
    			font-weight: 400;
    			color: rgba(210, 207, 101, 0.9);
    			letter-spacing: 1px;
    			font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    			top: 160%;
    			width: 100%;
    			left: 0;
    			right: 0;
    			transform: translateY(-50%);
    			height: 1px;
    			text-align: center;
    		}
    
    		#preloader span {
    			position: absolute;
    			border: 8px solid rgba(210, 207, 101, 0.87);
    			border-top: 8px solid transparent;
    			border-radius: 999px;
    		}
    
    		#preloader span:nth-child(1) {
    			width: 80px;
    			height: 80px;
    			left: calc(50% - 40px);
    			animation: spin-1 1s infinite ease;
    		}
    
    		#preloader span:nth-child(2) {
    			top: 20px;
    			left: calc(50% - 20px);
    			width: 40px;
    			height: 40px;
    			animation: spin-2 1s infinite ease;
    		}
    
    		@keyframes spin-1 {
    			0% {
    				transform: rotate(0deg);
    				opacity: 0.5;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 1;
    			}
    			100% {
    				transform: rotate(360deg);
    				opacity: 0.5;
    			}
    		}
    
    		@keyframes spin-2 {
    			0% {
    				transform: rotate(360deg);
    				opacity: 1;
    			}
    			50% {
    				transform: rotate(180deg);
    				opacity: 0.5;
    			}
    			100% {
    				transform: rotate(0deg);
    				opacity: 1;
    			}
    		}
    
    		/* Style für den Inhalt */
    		.global-overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    
    			width: 100%;
    			height: 100%;
    			background-color: rgba(0, 0, 0, 0.625);
    			pointer-events: none;
    		}
    
    		.container {
    			position: absolute;
    			top: 50%;
    			left: 50%;
    			transform: translate(-50%, -50%);
    			text-align: center;
    			z-index: 1001;
    		}
    
    		h1 {
    			font-family: 'Orbitron', sans-serif;
    			font-weight: bold;
    			font-size: calc(55px + 2vw);
    			color: rgba(255, 255, 255, 0.95);
    			z-index: 1002;
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			margin-top: -3%;
    		}
    
    		/* Neue CSS-Stile für den animierten Subtitel */
    		.console-container {
    			font-family: Khula, sans-serif;
    			font-size: 37px;
    			text-align: center;
    			height: 200px;
    			width: 600px;
    			display: block;
    			position: absolute;
    			color: rgba(255, 255, 255, 0.95);
    			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    			top: 28%;
    			bottom: 0;
    			left: 0;
    			z-index: 1002;
    			right: 0;
    			margin: auto;
    		}
    
    		.console-underscore {
    			display: inline-block;
    			position: relative;
    			font-size: 37px;
    			top: -0.14em;
    			z-index: 1002;
    			left: 5px;
    			width: 0;
    		}
    
    		@media screen and (max-width: 1440px){
    			.console-container {
    				font-size: 24px;
    				width: 90%;
    				top: 72%;
    				transform: translateY(-50%);
    			}
    			.console-underscore {
    				display: inline-block;
    				position: relative;
    				font-size: 20px;
    				top: -0.14em;
    				z-in
    Found 2024-06-02 by HttpPlugin
    Create report
vubex.de*.vubex.de
CN:
vubex.de
Key:
ECDSA-256
Issuer:
WE1
Not before:
2024-06-14 09:54
Not after:
2024-09-12 09:54
vubex.de*.vubex.de
CN:
vubex.de
Key:
RSA-2048
Issuer:
Not before:
2024-04-16 09:29
Not after:
2024-07-15 09:29
Domain summary
IP summary