cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.146.63:80 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 400 Bad Request
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hqhyUT9FjGkZidZmkiT2vtCsvpJvhArOASRp5oaqIT0%2FrOdKn%2Bdzc5p35cCXYqknYgkBWbRrbj5rRXf46910zg3f3IwAdhzACMzi"}]}
CF-RAY: 9bafb354be0c06cc-AMS
alt-svc: h3=":443"; ma=86400
Page title: 400 Bad Request
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Open service 104.21.81.198:443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 400 Bad Request
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=utzAPzBOf2G6Uq6Fqn%2FmJUXinijLGjDt9FWTaTHqthubGzFiL71wYClN7AXKel1X%2BZBbTVBMZWa9dbWJ4tsMl8GeVe2J9%2BqCPaCd"}]}
CF-RAY: 9bafb354c82e594d-FRA
alt-svc: h3=":443"; ma=86400
Page title: 400 Bad Request
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Open service 2606:4700:3032::ac43:923f:443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YCa4mlvN%2FeqHXnZBDyzAcm1YyHRTl15G1tdnOv2PCfaC%2BiR6KLOQOH3WyQbq%2BU0QS0j%2B9T3HiGLZvkZ%2B3FpnuNNgVgE6H33Hcli8W2ixKxxp20%2B2MB%2F%2F"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bafb3540bb6bb47-FRA
alt-svc: h3=":443"; ma=86400
Page title: gmadeira.fr - Domain For Sale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gmadeira.fr - Domain For Sale</title>
<link rel="stylesheet" href="/static_offer/css/style.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="header-content">
<h1 class="domain-name">gmadeira.fr</h1>
</div>
</header>
<main class="main-content">
<div class="content-wrapper">
<section class="info-section">
<div class="sale-badge">
<span class="badge-text">FOR SALE</span>
</div>
<h2 class="section-title">This domain is available for purchase</h2>
<div class="sale-info">
<p class="info-text">
This premium domain name <strong>gmadeira.fr</strong> is currently available for sale.
</p>
<p class="info-text highlight">
The domain will be sold to the buyer who offers the highest price.
</p>
<p class="info-text">
If you're interested in acquiring this domain, please submit your offer below.
All offers are reviewed, and we'll contact you if your proposal is accepted.
</p>
</div>
</section>
<section class="form-section">
<div class="form-container">
<h3 class="form-title">Make an Offer</h3>
<p class="form-subtitle">Submit your proposal to purchase this domain</p>
<form id="domainOfferForm" class="offer-form">
<div class="form-row">
<div class="form-group">
<label for="firstName" class="form-label">First Name <span class="required">*</span></label>
<input
type="text"
id="firstName"
name="first_name"
class="form-input"
required
placeholder="Enter your first name"
>
<span class="error-message" id="firstNameError"></span>
</div>
<div class="form-group">
<label for="lastName" class="form-label">Family Name <span class="required">*</span></label>
<input
type="text"
id="lastName"
name="last_name"
class="form-input"
required
placeholder="Enter your family name"
>
<span class="error-message" id="lastNameError"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="form-label">Email Address <span class="required">*</span></label>
<input
type="email"
id="email"
name="email"
class="form-input"
required
placeholder="your.email@example.com"
>
<span class="error-message" id="emailError"></span>
</div>
<div class="form-group">
<label for="price" class="form-label">Your Offer (EUR) <span class="required">*</span></label>
<div class="price-input-wrapper">
<span class="currency-symbol">€</span>
<input
type="number"
id="price"
name="price"
class="form-input price-input"
required
min="100"
step="50"
placeholder="100"
>
</div>
<p class="price-hint">Offers below €100 are not accepted.</p>
<span class="error-message" id="priceError"></span>
</div>
<div class="form-group">
<label for="comment" class="form-label">Comment <span class="required">*</span></label>
<textarea
id="comment"
name="message"
class="form-textarea"
required
rows="5"
placeholder="Tell us about your intended use for this domain or any additional information..."
></textarea>
<span class="error-message" id="commentError"></span>
</div>
<!-- Math Captcha -->
<div class="form-group">
<label for="captchaAnswer" class="form-label">
Security Question: <span id="captchaQuestion" class="captcha-question">Loading...</span> <span class="required">*</span>
</label>
<div class="c
Open service 172.67.146.63:443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 400 Bad Request
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cP0KswiJOzkQB8IG%2FYcrix4gshI%2Fa4W1%2BZcZ9RtpxtpToXhrbiDXPKtqo82ysyexet2JANfcAFRf514DAjM5d71gmlOavUcW8oaR"}]}
CF-RAY: 9bafb3539b47d2f6-FRA
alt-svc: h3=":443"; ma=86400
Page title: 400 Bad Request
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Open service 104.21.81.198:8443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 521 <none> Date: Fri, 09 Jan 2026 00:08:30 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=294,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bafb354eb946c06-SIN alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3032::ac43:923f:80 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0NVdPHMf94ObJDSROrgTtuKHlj161T9egrGgFFb%2F6onatb7RVZQ6r8pXndq0X9Vji7VNVFoV6ACujcSPDxK33rfvCTapIBL04w5SpyHI9oY5xlKOfltC"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=27,cfOrigin;dur=288
CF-RAY: 9bafb354dd5838ea-EWR
alt-svc: h3=":443"; ma=86400
Page title: gmadeira.fr - Domain For Sale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gmadeira.fr - Domain For Sale</title>
<link rel="stylesheet" href="/static_offer/css/style.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="header-content">
<h1 class="domain-name">gmadeira.fr</h1>
</div>
</header>
<main class="main-content">
<div class="content-wrapper">
<section class="info-section">
<div class="sale-badge">
<span class="badge-text">FOR SALE</span>
</div>
<h2 class="section-title">This domain is available for purchase</h2>
<div class="sale-info">
<p class="info-text">
This premium domain name <strong>gmadeira.fr</strong> is currently available for sale.
</p>
<p class="info-text highlight">
The domain will be sold to the buyer who offers the highest price.
</p>
<p class="info-text">
If you're interested in acquiring this domain, please submit your offer below.
All offers are reviewed, and we'll contact you if your proposal is accepted.
</p>
</div>
</section>
<section class="form-section">
<div class="form-container">
<h3 class="form-title">Make an Offer</h3>
<p class="form-subtitle">Submit your proposal to purchase this domain</p>
<form id="domainOfferForm" class="offer-form">
<div class="form-row">
<div class="form-group">
<label for="firstName" class="form-label">First Name <span class="required">*</span></label>
<input
type="text"
id="firstName"
name="first_name"
class="form-input"
required
placeholder="Enter your first name"
>
<span class="error-message" id="firstNameError"></span>
</div>
<div class="form-group">
<label for="lastName" class="form-label">Family Name <span class="required">*</span></label>
<input
type="text"
id="lastName"
name="last_name"
class="form-input"
required
placeholder="Enter your family name"
>
<span class="error-message" id="lastNameError"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="form-label">Email Address <span class="required">*</span></label>
<input
type="email"
id="email"
name="email"
class="form-input"
required
placeholder="your.email@example.com"
>
<span class="error-message" id="emailError"></span>
</div>
<div class="form-group">
<label for="price" class="form-label">Your Offer (EUR) <span class="required">*</span></label>
<div class="price-input-wrapper">
<span class="currency-symbol">€</span>
<input
type="number"
id="price"
name="price"
class="form-input price-input"
required
min="100"
step="50"
placeholder="100"
>
</div>
<p class="price-hint">Offers below €100 are not accepted.</p>
<span class="error-message" id="priceError"></span>
</div>
<div class="form-group">
<label for="comment" class="form-label">Comment <span class="required">*</span></label>
<textarea
id="comment"
name="message"
class="form-textarea"
required
rows="5"
placeholder="Tell us about your intended use for this domain or any additional information..."
></textarea>
<span class="error-message" id="commentError"></span>
</div>
<!-- Math Captcha -->
<div class="form-group">
<label for="captchaAnswer" class="form-label">
Security Question: <span id="captchaQuestion" class="captcha-question">Loading...</span> <span class="required">*</span>
</label>
<div class="c
Open service 2606:4700:3037::6815:51c6:8443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 521 <none> Date: Fri, 09 Jan 2026 00:08:30 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=274,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bafb354eca947e4-BOM alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3032::ac43:923f:8443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 521 <none> Date: Fri, 09 Jan 2026 00:08:30 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=120,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bafb3547feec477-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3037::6815:51c6:80 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OlHAX5YwGORSsKN3%2FPDOxeiaYx9KU0541YLKGR9grFjusJ%2F6BqVco2NQan7PoqQXZogEoaX5FV03SF%2BENJepZ6TsfiQ4gE1fdxaG6LOWS7dvHy08Gv9P"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=18,cfOrigin;dur=258
CF-RAY: 9bafb354a9650f7c-EWR
alt-svc: h3=":443"; ma=86400
Page title: gmadeira.fr - Domain For Sale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gmadeira.fr - Domain For Sale</title>
<link rel="stylesheet" href="/static_offer/css/style.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="header-content">
<h1 class="domain-name">gmadeira.fr</h1>
</div>
</header>
<main class="main-content">
<div class="content-wrapper">
<section class="info-section">
<div class="sale-badge">
<span class="badge-text">FOR SALE</span>
</div>
<h2 class="section-title">This domain is available for purchase</h2>
<div class="sale-info">
<p class="info-text">
This premium domain name <strong>gmadeira.fr</strong> is currently available for sale.
</p>
<p class="info-text highlight">
The domain will be sold to the buyer who offers the highest price.
</p>
<p class="info-text">
If you're interested in acquiring this domain, please submit your offer below.
All offers are reviewed, and we'll contact you if your proposal is accepted.
</p>
</div>
</section>
<section class="form-section">
<div class="form-container">
<h3 class="form-title">Make an Offer</h3>
<p class="form-subtitle">Submit your proposal to purchase this domain</p>
<form id="domainOfferForm" class="offer-form">
<div class="form-row">
<div class="form-group">
<label for="firstName" class="form-label">First Name <span class="required">*</span></label>
<input
type="text"
id="firstName"
name="first_name"
class="form-input"
required
placeholder="Enter your first name"
>
<span class="error-message" id="firstNameError"></span>
</div>
<div class="form-group">
<label for="lastName" class="form-label">Family Name <span class="required">*</span></label>
<input
type="text"
id="lastName"
name="last_name"
class="form-input"
required
placeholder="Enter your family name"
>
<span class="error-message" id="lastNameError"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="form-label">Email Address <span class="required">*</span></label>
<input
type="email"
id="email"
name="email"
class="form-input"
required
placeholder="your.email@example.com"
>
<span class="error-message" id="emailError"></span>
</div>
<div class="form-group">
<label for="price" class="form-label">Your Offer (EUR) <span class="required">*</span></label>
<div class="price-input-wrapper">
<span class="currency-symbol">€</span>
<input
type="number"
id="price"
name="price"
class="form-input price-input"
required
min="100"
step="50"
placeholder="100"
>
</div>
<p class="price-hint">Offers below €100 are not accepted.</p>
<span class="error-message" id="priceError"></span>
</div>
<div class="form-group">
<label for="comment" class="form-label">Comment <span class="required">*</span></label>
<textarea
id="comment"
name="message"
class="form-textarea"
required
rows="5"
placeholder="Tell us about your intended use for this domain or any additional information..."
></textarea>
<span class="error-message" id="commentError"></span>
</div>
<!-- Math Captcha -->
<div class="form-group">
<label for="captchaAnswer" class="form-label">
Security Question: <span id="captchaQuestion" class="captcha-question">Loading...</span> <span class="required">*</span>
</label>
<div class="c
Open service 172.67.146.63:8443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 521 <none> Date: Fri, 09 Jan 2026 00:08:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bafb3531faeccb5-LHR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3037::6815:51c6:443 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pymdqoVfovwBh%2Bqyaqnd6%2Bhdh4MdsfPCPtXGNdDJQdra3yShQzlNYwMw2WUAkvD8vNLxZyqZo5BXaqXAZkUfoDwPQRP6KqlUBTnw%2FhhiQQeOm9tZPLOB"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bafb353cb0e345d-LHR
alt-svc: h3=":443"; ma=86400
Page title: gmadeira.fr - Domain For Sale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gmadeira.fr - Domain For Sale</title>
<link rel="stylesheet" href="/static_offer/css/style.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="header-content">
<h1 class="domain-name">gmadeira.fr</h1>
</div>
</header>
<main class="main-content">
<div class="content-wrapper">
<section class="info-section">
<div class="sale-badge">
<span class="badge-text">FOR SALE</span>
</div>
<h2 class="section-title">This domain is available for purchase</h2>
<div class="sale-info">
<p class="info-text">
This premium domain name <strong>gmadeira.fr</strong> is currently available for sale.
</p>
<p class="info-text highlight">
The domain will be sold to the buyer who offers the highest price.
</p>
<p class="info-text">
If you're interested in acquiring this domain, please submit your offer below.
All offers are reviewed, and we'll contact you if your proposal is accepted.
</p>
</div>
</section>
<section class="form-section">
<div class="form-container">
<h3 class="form-title">Make an Offer</h3>
<p class="form-subtitle">Submit your proposal to purchase this domain</p>
<form id="domainOfferForm" class="offer-form">
<div class="form-row">
<div class="form-group">
<label for="firstName" class="form-label">First Name <span class="required">*</span></label>
<input
type="text"
id="firstName"
name="first_name"
class="form-input"
required
placeholder="Enter your first name"
>
<span class="error-message" id="firstNameError"></span>
</div>
<div class="form-group">
<label for="lastName" class="form-label">Family Name <span class="required">*</span></label>
<input
type="text"
id="lastName"
name="last_name"
class="form-input"
required
placeholder="Enter your family name"
>
<span class="error-message" id="lastNameError"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="form-label">Email Address <span class="required">*</span></label>
<input
type="email"
id="email"
name="email"
class="form-input"
required
placeholder="your.email@example.com"
>
<span class="error-message" id="emailError"></span>
</div>
<div class="form-group">
<label for="price" class="form-label">Your Offer (EUR) <span class="required">*</span></label>
<div class="price-input-wrapper">
<span class="currency-symbol">€</span>
<input
type="number"
id="price"
name="price"
class="form-input price-input"
required
min="100"
step="50"
placeholder="100"
>
</div>
<p class="price-hint">Offers below €100 are not accepted.</p>
<span class="error-message" id="priceError"></span>
</div>
<div class="form-group">
<label for="comment" class="form-label">Comment <span class="required">*</span></label>
<textarea
id="comment"
name="message"
class="form-textarea"
required
rows="5"
placeholder="Tell us about your intended use for this domain or any additional information..."
></textarea>
<span class="error-message" id="commentError"></span>
</div>
<!-- Math Captcha -->
<div class="form-group">
<label for="captchaAnswer" class="form-label">
Security Question: <span id="captchaQuestion" class="captcha-question">Loading...</span> <span class="required">*</span>
</label>
<div class="c
Open service 104.21.81.198:80 · gmadeira.fr
2026-01-09 00:08
HTTP/1.1 400 Bad Request
Date: Fri, 09 Jan 2026 00:08:30 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TsxJrxyz%2FDA4G504L1PJpsxDCvoiDcIhKKGiMJNjGZeFPVitixLireW1Y7RE%2F03oJhbC8PvLnRDrJrbiNisIH1omYkHT8c4iPSNZ"}]}
CF-RAY: 9bafb3530a9d5d97-FRA
alt-svc: h3=":443"; ma=86400
Page title: 400 Bad Request
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>