Domain fishingduck.app
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 2600:9000:2130:5c00:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:09 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b2e05e88d38ace0a7e0759002147babc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: P93OeqomoOd6YQ7yIxQyBNBtWRcUSxoCXMjXaKACvC43YS7ZFU4zaw==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:5c00:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d993fa3990c2c3b77bd6ce348bd4d906.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 3gXkl83ksEZNmEwFJDgHK5S9Jwbg0TRZL9Mhndj-gHxeqwqHJJjvqg==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:8200:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 b80e8f7c73f4e5fd0596e4c456bfc524.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: OEE3JHpH7JcAIiZYZ13dUrRUGq_hWSzwOWBQfoF__R91W5VgYi3EQw==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:e000:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d993fa3990c2c3b77bd6ce348bd4d906.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: kC5BPU7uq8ofkcI61BvLOBuPM6VjeSG-o1fm8JrxHoWNoLqd-_bQZg==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:c800:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8ce68972dbdfd3ceb4220d7686f54602.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: XcH2ZhqkTKvRTpTrmfZ6SNufNotnECaRptGUTBfggRIuWkqQapslPw==
    Age: 1
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:e800:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8cada61dd7719c6c0ad123c11e1964f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: IgMq4IQ9aY9GOklv_wglaZZM4XQhl8oPWSnXiSP95E7HQNtJyFOGQQ==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:c800:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e71b2a73b6598bfbcb4d4e5eff30bb0a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: qIxPfxAo_ob8mAd6R-CU07Vt1KRtNRMexV0TTdlyywr_iVF5ibx9pg==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:e000:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 030df12889597763d790d77135c16596.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 3OmbX8_ehGYtf6wW5Hs1UI8URaIEd7k8vOnCdLqyNg2Pc9Ggzs4Krw==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:f600:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 030df12889597763d790d77135c16596.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: iYkMPLvhzm-CaJDTbCF3fxwbbsHY6jXuJ1kTlfwi_F_UXGLmAJZuBA==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:d800:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d1b5026ca9431897622ebe0d5f861292.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: l1GrnseAdo46c4aWQkocZGmnLeebVpS4zmeChKlmvqll__ywtz9nPg==
    Age: 1
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:d800:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fed2362c6a1e27e36b5fe03cba76e58e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: oGjYZ4o3xDGNd2KzkM64iLXHbpgr5rwticQl9XNQKTsNvhB6RO2UIg==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:8200:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d32e6b607499bf1bc577abd1d3ae9984.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: ARVGPHAQy_2yj8XRmB68FaBQU7u3hV0TWCZQqdizYSL5YT1C1VGhTA==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:2200:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6b8312e115a12f6d9b6300d563e527ba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: lwXjvFxBoV0X5H9tTZDh55fHkDFvd8tLtq9WQWJXBPabOyejs9W71g==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:e800:14:2f94:5900:93a1:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:08 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c683ff121fe088b26b026e31d2d1adce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: _PQ1CIN09E21pw9jMGtFvdziP24pbSPro546dByro4c-eQYrVDkF0A==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.3:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8cada61dd7719c6c0ad123c11e1964f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 10NdAz9NrprC3ZCWKjPJHGbqiIWzH8orVMPA-beLvWQbzfBJFgU9-w==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:2130:f600:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 173e1f9e40c2df572d404097afea2570.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 2D7cIxT_X5UQUxY-l100xoHwAS0_YNWF6wE-5uk5WzsVe7StfOElDQ==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:213f:2200:14:2f94:5900:93a1:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 a16f1fe9224bb87d6515221a5b907364.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: OMPvI7jeQq56fiGxkasP2IrYKg2Rg_oOy0RJkSd-mfKHb64pNfQ6_A==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.3:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b80e8f7c73f4e5fd0596e4c456bfc524.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: P8CcrSItuNonLa5ha-ala3l-m1mD-60ZAtxqL7YEj-d_mfDNV-enYA==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.57:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7a4cd0690d20b5a37f17c8d3aed7b294.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: vL-Cr_cUQMIIcHGV4a9j8fNEnDZvP91p8N8aZ4W29tDYB82Z93nl_g==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.98:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e889e0b33f4e6dcdc44c2d83e01c8f40.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: 02OmpSREKdn3zAFRJP-3N0PA-FQKcC-Q4ixkXKWyjPXSMMSDqOkYPQ==
    Age: 1
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.51:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e71b2a73b6598bfbcb4d4e5eff30bb0a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: H2Pzwocrrf2ngwm2wbk13mddFTolIFcWu-i_XP_3UwLzPa-Nccx4OA==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.51:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 8cada61dd7719c6c0ad123c11e1964f6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: cShjLN1Fgr2zsPzn1a7BmG7pfaMUJ0QJkyWm7GxG551ZaKi3kCfXMA==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.98:80 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fishingduck.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c683ff121fe088b26b026e31d2d1adce.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: ttizavWN4eOu-ERfieRyGjiBAGVPneCLWcvQGlZJy-w2sTRCgbTHCg==
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 54.192.35.57:443 · fishingduck.app

    2026-01-23 22:23

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8653
    Connection: close
    Date: Fri, 23 Jan 2026 22:23:07 GMT
    Cache-Control: public,max-age=3600
    Last-Modified: Sun, 17 Aug 2025 07:30:19 GMT
    ETag: "e2c4036978420c645b5c47b094454f94"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 bdc2f66522ff252ddfe00f314b451db4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P15
    X-Amz-Cf-Id: R8WXAPqwNjnnHo03gZ12dLyMpanMCRRlfrXCu6xmcan47ctEs93XGw==
    Age: 2
    X-Frame-Options: DENY
    Referrer-Policy: strict-origin-when-cross-origin
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    
    Page title: Fishing Duck - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fishing Duck - Coming Soon</title>
        <meta name="description" content="Fishing Duck - Coming soon.">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: #333;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .container {
                background: white;
                border-radius: 20px;
                padding: 60px 40px;
                text-align: center;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
            }
    
            .logo {
                width: 120px;
                height: 120px;
                margin: 0 auto 30px;
                background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 60px;
                font-weight: bold;
                color: white;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }
    
            h1 {
                font-size: 2.5rem;
                margin-bottom: 20px;
                color: #2d3748;
                font-weight: 700;
            }
    
            .subtitle {
                font-size: 1.2rem;
                color: #718096;
                margin-bottom: 30px;
                line-height: 1.6;
            }
    
            .features {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
                margin: 40px 0;
            }
    
            .feature {
                padding: 20px;
                background: #f7fafc;
                border-radius: 12px;
                border-left: 4px solid #667eea;
            }
    
            .feature h3 {
                color: #2d3748;
                margin-bottom: 8px;
                font-size: 1.1rem;
            }
    
            .feature p {
                color: #718096;
                font-size: 0.9rem;
                line-height: 1.4;
            }
    
            .contact {
                margin-top: 40px;
                padding: 30px;
                background: #edf2f7;
                border-radius: 12px;
            }
    
            .contact h3 {
                color: #2d3748;
                margin-bottom: 15px;
            }
    
            .contact-links {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
            }
    
            .contact-link {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 20px;
                background: white;
                color: #667eea;
                text-decoration: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }
    
            .contact-link:hover {
                background: #667eea;
                color: white;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
    
            .coming-soon {
                display: inline-block;
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                padding: 15px 30px;
                border-radius: 50px;
                font-weight: 600;
                margin: 20px 0;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.8; }
            }
    
            @media (max-width: 768px) {
                .container {
                    padding: 40px 20px;
                }
    
                h1 {
                    font-size: 2rem;
                }
    
                
    Found 2026-01-23 by HttpPlugin
    Create report
fishingduck.appwww.fishingduck.app*.fishingduck.app
CN:
fishingduck.app
Key:
RSA-2048
Issuer:
Not before:
2025-07-31 00:00
Not after:
2026-08-29 23:59