Domain ahjfawafda-github-io.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.44.169:443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Fqfp1BGPYjD9afydcxlnWZXD5NqGQ0lRVOTgOxHj%2BKSe%2FZ596mPaJ0jCmQgPRPUA6fIbWwUBXpL8szou1VriEU01HthRqy1%2F%2BoOIf3dAaTxw83WgxLanV%2Bzh3Z6dYw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657883a92f309-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YIJiiByoDaDRf0%2BdWeRxrHpM%2FKp2dIIRD%2BOaa1Vm18z0EU%2FWLcyYQ4mCfITqLlVMiDMqQyVUAg6ohRCxEvlACmqeGxoSDY5C4S2bUwR5IHQs9M3fTF9tGwOD9goioXXZ%2FULs%2FXlTKOM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657872e3015a6-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:8443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fMn5CSZYjKycjBL2pwNod%2FtuhPVH%2F3BJOxvKAm%2BaMSzsJOMn7eWcWWqyxK6azmbPPKUzNv8MjWXSGr%2FXWhaLadeHharsoBk5zffheJ6S8lH9J32fhqkV7SkRYcSSsw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657863c5fad8b-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:80 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://ahjfawafda-github-io.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9D9OJe4dMaXGidDTsrLRQvjFdyYRQRS%2FTMJn6TcyJWuuII8BNWqRvLzvmPWtPktazub9a2tYgxGWAIVziRco%2B7O2oleZMq0RCTgx6YLgJTzwzNlZRsV0mmEsXXRrAluEjiZaZAfEHXvJ%2Bg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657854cc2d360-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:8443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=I13y43ABOsX9HdTMPQDRt1c24UdsLrOKuRHF7v864ikrGcUZsG4wtalo8z1pCYbFzMRREy1Nt%2BOABonlkjPRX6ZvqDl4VMAkRZh9Xx0lz6WPj1rug%2BRmopz8CZJAsouW%2B%2F7OIaKCQ0ZjMg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657868fefdca1-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:80 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://ahjfawafda-github-io.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xcJXv1zJjhKRXasKuoDKw9zcllRuiVnUsngQ599Lz9vOBjWKSrENa30e6XVczKAtbeZZdVPPa7D8sINkmUdD8qlAcJFbX7Jt8IwIVdYI3ygJNqFagdwGRrFO9nT2wCSKWDDNhGbCdtzp6A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657852bc3fc28-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XETX9%2FB0ccQAvp6anGPWVa1TlIxt62U4PAKN%2Br1CSu3eUEthJav37gN7XXFdSg0Wew9A%2BNMzZlIGAl49gE9AcexA6uPJBwuRtUYPm7G8UJDfPoQF1RMaWwFnlj%2B8LRcYvz9lo4Gabqf%2B7Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc65785783fd56f-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:8443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NEzTORdyQ5KDHDzp2tlTmbvtOVibIBMXBnAVjE6JfCVcEoYwURzjYXBr1ILLmmoXnzN9%2B9k3WtO1A72seuYEV0DLNpW7BSADT1hRWRNwO4eBciKFE6ocqkHXC5t%2BNzRLVYRNrwEaPZA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657867e906ae8-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2PxIxzdYraweqjcEZClSisGkgqQnnVY1y6oSN89SlqCK25DtBm8aDtJMyIud0DMeki%2BzWitH98I6qeWf6WiX0NsA5j9us5PD7HBRQCnqolzWr7TjXZitt%2BtzUz%2Fzfw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc657869eb71eec-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:80 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://ahjfawafda-github-io.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tLgDEgWax48FUbkDE06bDY8vfBvPKkDqz3tgGvDgZXoDa45kh%2BD%2FolMP9hNTK8J0qFUQtPP%2BI0I%2BqiKaGEc1W%2FMTkjXid485Ci1IP14iY1OlskhAPjqUO%2FuQ8V5r%2Fw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc65784bf9881ce-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:8443 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 18:05:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 12342
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "06b880cb7c1138752edff67c23ed9295"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZybAn3iRD75%2FbYc7B5eP119ZoW0N8x11dmzqnN%2BQAbPOSgdnTbMb5kk%2Fv3XaL%2FkMiiZCJ50o%2BSaiZIPbjqw53%2FgDAxS8mTmzSdaILnPx7rRrBUdaMX6N8%2ByGbGgl%2Fw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc65784fdecab81-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Members
    
    <!DOCTYPE html>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Members</title>
        <link rel="stylesheet" href="./assets/index.css">
        <link href="./assets/font-awesome.css" rel="stylesheet">
    <link href="./assets/dropdown.css" rel="stylesheet">
    <link href="./assets/assets.css" rel="stylesheet">
    <script src="./assets/jquery.min.js"></script>
    <script src="./assets/bootstrap.min.js"></script> 
    <script src="./assets/logout.js"></script>  
    	<style>
    		html{
    			overflow-x: hidden;
    		}
    	input[type=text], select, option{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    		width: 200px;
    	}
    
    	input[type=text]::placeholder{
    		color: rgb(167, 167, 167);
    	}
    	input[type=submit]{
    		line-height: 1.2;
    		color: white;
    		background: #282828;
    		border: 0;
    		border-radius: 2px;
    		display: inline-block;
    		-webkit-font-smoothing: antialiased;
    		outline: none;
    		padding: 7px 5px;
    	}
    	input, select, option{
    		font-size: 100%;
    	}
    	input[type=submit]:hover{
    		color: white;
    		background: #3d3d3d;
    		text-decoration: none;
    	}
    	.center {
    	  text-align: center;
    	}
        .admin-text{
            color: red;
            font-weight: bold;
        }
    	.doxbin-text{
    		text-align:center;
    		background-color: inherit;
    		line-height:15px;
    		border: none;
    		color: white;
    		padding-bottom:0;
    		margin-bottom:0;
    	}
    	.hoa-title{
    		margin: 5px 0 0 0;
    		letter-spacing: 2px;
    	}
    	.hoa-container{
    		border: solid 1px rgb(40, 40, 40);
    		background-color: rgb(14, 14, 14);
    		width: 32%;
    		border-radius: 2px;
    		float: left;
    		margin: 10px 5px 10px 5px;
    		position: relative;
    		padding: 15px;
    		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    		height: 460px;
    	}
    	.hoa-container:hover{
    		border: solid 1px rgb(44, 44, 44);
    		background-color: rgb(18, 18, 18);
    	}
    	.hoa-container .hoa-image{
    		text-align: center;
    		max-height: 215px;
    		border-bottom: solid 1px rgb(40, 40, 40);
    	}
    	.hoa-container .hoa-image img{
    		width: 100%;
    		height: 200px;
    		max-width: 200px;
    		max-height: 200px;
    		margin-bottom: 15px;
    	}
    	.hoa-container .hoa-name{
    		padding-top: 10px;
    		text-align: center;
    		color: white;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.hoa-container .hoa-description{
    		margin-top: 5px;
    		text-align: center;
    		color: rgb(200,200,200);
    		word-wrap: break-word;
    		overflow-y: auto;
    		height: 160px;
    	}
    	@media  only screen and (max-width: 991px) {
    		.hoa-container{
    			width: 48%;
    		}
    	}
    	@media  only screen and (max-width: 575px) {
    		.hoa-container{
    			width: 100%;
    		}
    	}
    	@media  only screen and (max-width: 271px) {
    		.doxbin-text{
    			font-size: 9px;
    			line-height: 10px;
    		}
    		.hoa-title{
    			font-size: 16px;
    			letter-spacing: 2px;
    		}
    	}
    	::-webkit-scrollbar { /*scroll bar*/
    		width: 7px;
    	}
    	
    	/* Track */
    	::-webkit-scrollbar-track {
    		background: #cacaca; 
    	}
    	
    	/* Handle */
    	::-webkit-scrollbar-thumb {
    		background: rgb(110, 110, 110); 
    	}
    	
    	/* Handle on hover */
    	::-webkit-scrollbar-thumb:hover {
    		background: rgb(68, 68, 68); 
    	}
    	
    	.rainbow {  
    	   /* Font options */
    	  text-shadow: 2px 2px 4px #000000;
    	  
    	   /* Chrome, Safari, Opera */
    	  -webkit-animation: rainbow 5s infinite; 
    	  
    	  /* Internet Explorer */
    	  -ms-animation: rainbow 5s infinite;
    	  
    	  /* Standar Syntax */
    	  animation: rainbow 5s infinite; 
    	}
    
    	/* Chrome, Safari, Opera */
    	@-webkit-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{color: blue;}
    		84%{color: purple;}
    	 	100%{color: red;}
    	}
    
    	/* Internet Explorer */
    	@-ms-keyframes rainbow{
    	  	0%{color: red;}	
    		17%{color: orange;}
    		33%{color: yellow;}
    		50%{color: green;}
    		67%{co
    Found 16 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:80 · ahjfawafda-github-io.pages.dev

    2026-01-11 18:05

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 18:05:21 GMT
    Content-Length: 0
    Connection: close
    Location: https://ahjfawafda-github-io.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VeFUR02hJPLqWhBG4SnTe252Bir6zxEaOy8bybdWJoO3DWiUJu9LSIp6ZOvUI%2BalrMzaGN7VmRzKrTaKD7NPptRCpQBrROtfRjfRATOvHNCP6JfQsiyBiCrImT0w2A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc65783ceb3fffb-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 16 hours ago by HttpPlugin
    Create report
ahjfawafda-github-io.pages.dev*.ahjfawafda-github-io.pages.dev
CN:
ahjfawafda-github-io.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 17:04
Not after:
2026-04-11 17:59