Domain spin101.net
United States
AMAZON-02
Software information

CloudFront

tcp/80

openresty openresty

tcp/443

  • Git configuration and history exposed
    First seen 2024-09-09 04:25
    Last seen 2024-12-04 13:35
    Open for 86 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbbe8ef33b

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = http://git.jiuyi.com:3000/penghaoran/yd1_download.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      [branch "yd2"]
      	remote = origin
      	merge = refs/heads/yd2
      [branch "yd3"]
      	remote = origin
      	merge = refs/heads/yd3
      [branch "yd5"]
      	remote = origin
      	merge = refs/heads/yd5
      [branch "yd6"]
      	remote = origin
      	merge = refs/heads/yd6
      [branch "yd9"]
      	remote = origin
      	merge = refs/heads/yd9
      [branch "yd10"]
      	remote = origin
      	merge = refs/heads/yd10
      [branch "yd11"]
      	remote = origin
      	merge = refs/heads/yd11
      [branch "yd12"]
      	remote = origin
      	merge = refs/heads/yd12
      [branch "yd15"]
      	remote = origin
      	merge = refs/heads/yd15
      [branch "yd16"]
      	remote = origin
      	merge = refs/heads/yd16
      [branch "yd17"]
      	remote = origin
      	merge = refs/heads/yd17
      [branch "yd8"]
      	remote = origin
      	merge = refs/heads/yd8
      [branch "yd7"]
      	remote = origin
      	merge = refs/heads/yd7
      [branch "yd13"]
      	remote = origin
      	merge = refs/heads/yd13
      [branch "yd105"]
      	remote = origin
      	merge = refs/heads/yd105
      [branch "indonesia_1"]
      	remote = origin
      	merge = refs/heads/indonesia_1
      [branch "yd108"]
      	remote = origin
      	merge = refs/heads/yd108
      [branch "yd113"]
      	remote = origin
      	merge = refs/heads/yd113
      [branch "yd18"]
      	remote = origin
      	merge = refs/heads/yd18
      [branch "yd107"]
      	remote = origin
      	merge = refs/heads/yd107
      [branch "yd207"]
      	remote = origin
      	merge = refs/heads/yd207
      [branch "yd208"]
      	remote = origin
      	merge = refs/heads/yd208
      [branch "yd209"]
      	remote = origin
      	merge = refs/heads/yd209
      [branch "yd210"]
      	remote = origin
      	merge = refs/heads/yd210
      
      Found on 2024-12-04 13:35
      1.8 kBytes
  • Open service 2600:9000:26a1:2e00:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:06 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 4e9e6f7805c0c0019fa230a2ef31dcaa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: 4tLqka3ox5GM3aeZQw7EqzGYtJVj2KsWJot-iXPU3f26iOITN23-5g==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:2e00:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 37dba5ebe5274111ab6f46c6b0e15070.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: tASzT-keifgf39IQncEb4_L-BjJY-Yze_A0hxZkxuXwwsmOSyWURqA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:7c00:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:06 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 37dba5ebe5274111ab6f46c6b0e15070.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: O0L-XL2cHDmAC8f-zOnl6qCetQL00A93NN4SPCCffe3FFwfyB5PVjw==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:600:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 afefc2e0cad8cff764251b2e1abbdfba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: TDnJXoWupmjAX5hzJgxcMsDjTfmPuCHFC8s6nkxT89wj1oOW1Ht-1Q==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 13.33.187.73:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4770dda4e92393e930d8a34dcbb04db2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: no6ZI67NPQjgfRYw0Y9gBPWCs2SQmDYlCJfF3Zr_2R0ZB3EVdbTJHA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:6e00:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 afefc2e0cad8cff764251b2e1abbdfba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: tS63Dv7tXcu7J_cj5B6ZNIr0lzEYV-Vz1oYDMg2Km1JkL--hIlRqOA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:c800:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 f0efcf486dfad7df6b61d353231c3c78.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: PfW0hv3ybJOA5xxbqx9armWPzb2YZ1GarhIssZaDTe6SgOFLWyAxFQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4a00:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 afefc2e0cad8cff764251b2e1abbdfba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: VikAiAqcrsZ2vJ3Q79C5el0oviaSvBb8F4u0Xor7s5RPXEMS0eN3DA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 13.33.187.25:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 32c1b1f3aed1f2411468b70713ad6556.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: RHxYLVzykRuYnXifQEu37iG9K4-6tbWcrS9Wkzet14ukizgFt8cQZA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 13.33.187.21:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 27cdec4bbea3c020f504b2062d4e122c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: gSy5qYEDlwN45-A_Lxa4WwdkmZFbm-PFb-wS_dlGGpxLI5tkegg0og==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:600:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 6f7e76153b6fdf51bfdb3e81126b917c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: bjL7XnWwyULQ19UDg7-1X6leC9QTdlGfutMdFy4W0-CTI3wyEMZXKQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:e600:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:07 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b414c1a5c68a99d254cfa9a4dac6eab0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: HVVgs3Te7sBcNecIYo4M9R0tRBhbJQJ4eQaJ30Ydsn1IFKVEeBdAAg==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:e600:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 3621ca50ba49ddcb4ec6b807edaab51a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: r093rqIR_FsKw1jpCqGDJe9LDVGfs6z36BjGdZuBDZZZPERPkv27tg==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 13.33.187.73:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 4d37a80c51c1368344134f5bdf1ea92e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: tctEKQBBKZbf_CKPzkBpCq-IzSOMCGINh7nJZhy_dfoWv9rcw7mwyw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:4a00:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a1d4ad519b82636fb566601a467b0194.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: -ElU_xiJShUbWaLBwpIY2AMw7J3nvuP4MSGXOXxGOHt55l4kcWPO4g==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 13.33.187.55:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 de048058a16d8205bfbc06a8f2eefb34.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: T9jJ8chgTAusyR2d7rFeQFbrU7rEZFl21Np00VReOy50z779AWZPRg==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:c800:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 eb61a6f62d9d06e0967f2c75dc218372.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: f2hZgRW1Kw_mXDz75PLMnjfg_S0wW2xWp6r13CM2QNPaMNXYuHBxNA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:fe00:b:a265:d80:93a1:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ff33148ac9cf3dd55bca6b8c7a42f444.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: Q-xucJuZMugQ2XjBjfBX1gn3YjaXeAsg6I2OMLX7e-QiJqDN3oXa_g==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:7c00:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 309803cc199357ab44c8ef7559cfe378.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: YxZW188aNBsSoYM2TCF5SNz07K99dEt-hBx9WJItk3tYtWWLPiLCXg==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:fe00:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 adfb81e24c9cceca6f19d71f97ed58be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: 8d2fE2QZMP3rHzE520hj7Pg1Y1meS6ABcB_NlcDb81hY-zNkgrW_bw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:26a1:6e00:b:a265:d80:93a1:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 6c7bdfd74db5e91cf1ff9a3ffaecde98.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: OlthLjs3P09pUHQoK17mWusX_UbpNHMhnodSZKZOnOFRpew66UUUQA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 13.33.187.55:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 9bd2938ceb90e1a35f549d1165e84676.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: _B5caLUAdIuXdLSW5zswHnjqAzRVpO2GDIiEm2qbI_W1zDv-hWFTkw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 13.33.187.25:443 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Wed, 07 Jan 2026 20:35:05 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 ad82d8a80f2c6497aad660c7722475c0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: VZ533_UA7LLFt4zNikskIVVOweCHnEMBHIBtEHEv6oRVOnL1CNi9ZA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 13.33.187.21:80 · spin101.net

    2026-01-07 20:35

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 20:35:04 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 45e3ccd889272a7e8732f0eda13e87ca.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: rObGrOTvtrSwIzSpeDYID05ojw5OVBMjs7addqJcUdTvLzow41OKCA==
    Vary: Origin
    
    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-07 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:6200:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:28 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 a6ec089aa02839578670b49d128782c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: WLiLUz9vPd24nzyESn64c2OcUXq2LmzlO86T4XdizkHCnG17QpNi4Q==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:e200:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 78668cba389ee6455cf1c23180f33cf8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: VqrR8xWNS1sPQeiqJULQAzCwu9wXQ06_gbGsPSspLlKs3ugEjBWyyg==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.33.187.73:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 c15415cccc7260d4bd35b1ca2c497c96.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: K2mBBVrSSySXt12U42xw07WTSZ6t_W2f949k1BF5lDL13jBXBCzlgA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:4c00:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 af1c2193a818b5824fd85ddd651620a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: HDF6LmS1jOBjrdpxl-IbkH4WmvtHgJtZYldIORVr3lVlSm7jxAnYTw==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:8200:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:28 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 af1c2193a818b5824fd85ddd651620a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: m2XRBcRaM2zDBXAyjC-cbWPWS0c7-0jK1sezT-25N8UHbHi9r3E1wQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:e200:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d2c570942164f5ee69dab53f43b0f1d2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: ZMISVwKQRT3swAF3pxcNqHJcaNx_R1HABZSSSP9xwonlBgErH3yMLw==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:4c00:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 af1c2193a818b5824fd85ddd651620a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: LcnAdFIfD3hpE0EznzFatQqdhAKwy5pIxq1zmv2PsI_UgIjEPyI6xw==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:8200:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3677df2c828d68a6a84555cd8a40cf50.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: vqnjjNqcbDCezaFefpWafKHWx_yLcX1ZcNCZ94U65R5HKYEygxSNGg==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:4e00:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f8e909d80b83cb9eeaf200975944eb56.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: _8wvNkOLSSt013ETyR9eJ-OnwxgxAxn-GnMafzCqKVpLphhvoTyYsA==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:9800:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 e1af02661708034e962bd39b357a50aa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: 96B40U8hlmFXJyF_w0OLNXAPUCF4O_nzb9bJjJoiIFBbAMu-rVfvgA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.33.187.73:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 32803d0ba3af70cddd7db80d2fd00608.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: Sp0HnJ_4Z4PSq5QAqmi-XRSlVDQ4gxbyd4KUWFRQQ9MAEGGcLjitqQ==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:9800:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f8e909d80b83cb9eeaf200975944eb56.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: SNeXiuvXucKn9KSIq_bIvSOuHT46BZYYCn6zM6ZU7-5RqiR32BuoyQ==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:ee00:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 ad82d8a80f2c6497aad660c7722475c0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: zvaFJZuzAO-cqdB87WO3-CgvlQZ__lzrp4oU0DJyNl9466IhqNJMWQ==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:4e00:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 d6dae4153314f4d7a17919a7dd5a237c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: YlJno7uoHEPMGWZYclogd7VHgf2JdkkGGi5JLRWiZvh2CYpSkpaAsA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:5a00:b:a265:d80:93a1:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 d9636724d333576f23b5fcfb40d7830c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: zgrG9eEJLO13CySLm0wAwwiVuCEtdegB6GYngJKs_vl9D9RqZsc4OA==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.33.187.25:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 6641a812839e5267ee0880e96b41efc4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: jdZ-vfDU_xQ3MQ6nkJDLFGMg9wK9gW-U90Z7OfjFe8UZE7eGJI7Nyg==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.33.187.25:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4d37a80c51c1368344134f5bdf1ea92e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: UWdhG6fZLhiT-n6CnmyGObHH4hMW1RBiPGMalljKW4eU5VDAESYoCw==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 13.33.187.21:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a6ec089aa02839578670b49d128782c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: GeUn8uTyOgZsalUxCX-rsNnoX_8ZBb4XqGodQhBJSVbScZoIPfO6fA==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 13.33.187.55:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 840e16b680c94fee8c48b15e01dda782.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: L9EJn8unT5ei8QbctAeHFhZfvw-BrEQj8ymsEc5zwxey2V58Uk69yg==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:5a00:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d6dae4153314f4d7a17919a7dd5a237c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: E-H7IbZW5hC_bxZGjRNQvDks9sr6hn6seHROghL-BcaU22Mzei9kcA==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 13.33.187.21:443 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 eb8dd67e239abea324e36244f60eec4c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: cOAX5wnKjuwiLReoL_pQT-UKJSeNagT7uZveeInFXinKoc-VGA0B0w==
    
    Page title: Join in Spin101!
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta property="og:url" content="/" />
            <meta property="og:type"          content="website" />
            <meta property="og:image:width"          content="600" />
            <meta property="og:image:height"          content="314" />
            <meta property="og:title"         content="Join in Spin101!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.png" />
            <meta property="fb:app_id" content="275231247713364" />
    
            <meta name="apple-mobile-web-app-capable" content="yes">
            <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
            <meta content="telephone=no" name="format-detection" /> 
            <meta property="url" content="/">
            <meta property="type" content="website">
            <meta property="title" content="Join in Spin101!">
            <meta property="description" content="Welcome to Spin101! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As India&#039;s leading online gaming platform, we provide endless opportunities to win big cash prizes. Don&#039;t miss our daily mystery bonus for even more chances to hit the jackpot! Join our community of avid gamers and start winning at Spin101 today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Spin101!</title>
            <link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
            <script>
                // Initialize the agent at application startup.
                const fpPromise = import('/src/js/fingerprintjs.js')
                    .then(FingerprintJS => FingerprintJS.load())
    
                // Get the visitor identifier when you need it.
                fpPromise
                    .then(fp => fp.get())
                    .then(result => {
                        // This is the visitor identifier:
                        const visitorId = result.visitorId
                        console.log(visitorId);
                        var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
                        var xhr = new XMLHttpRequest();
                        xhr.onreadystatechange = function() {
                            if (xhr.readyState == 4) {
                                if (xhr.status == 200) {
                                    var data = xhr.responseText;
                                    console.log(data);
                                    if(data.indexOf('http') == 0) {
                                        // window.location.href = data;
                                        // document.getElementById("playnow").href=data;
                                        document.getElementById("down_apk_2").href=data;
                                        //document.getElementById("down_apk_2").target="_blank"
                                        //document.getElementById("playnow").target="_blank"
                                        document.getElementById("down_apk_2").setAttribute("target","_blank")
                                        //document.getElementById("playnow").setAttribute("target","_blank")
                                        document.getElementById("wait_download").style.display="none"
                                        document.getElementById("can_download").style.display="inline"
                                    } else {
                                        alert('Failed to obtain link from server')
                                    }
                                } else {
                                    alert('Failed to obtain link')
                                }
                            }
                        }
                        xhr.open('GET', url, true);
                        xhr.send();
                    })
            </script>
            <script type="text/javascript" src="./src/js/jquery.min.js"></script>
            <script type="text/javascript" src="./src/js/index.js?t=2342342
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:6200:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 78668cba389ee6455cf1c23180f33cf8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: jsWkcKXm_8oIQoHHHFFjEjz9nwJ6CQIscoHi9xkx_pvP2GREbva8rQ==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 2600:9000:235a:ee00:b:a265:d80:93a1:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5f82872daec754c74bbd4ef1bc7f7314.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: yX_yhLglfOk2aSsUZVJXvStJduhhqNBoIsPsBEGv7n5NEPJJNX70CQ==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
  • Open service 13.33.187.55:80 · spin101.net

    2026-01-01 04:42

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 04:42:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://spin101.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 27cdec4bbea3c020f504b2062d4e122c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P9
    X-Amz-Cf-Id: knN8ge1VEbjL9wrcq58DusOkXKycp90yRjcX1YKyOM_xfup95U5jOg==
    Vary: Origin
    
    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-01 by HttpPlugin
    Create report
spin101-l.vipspin101-i.vip*.spin101.app*.spin101.net*.spin101.xyzspin101.info*.spin101.lifespin101.org*.spin101refer.com*.spin101.click*.spin101-j.orgspin101.topspin101-i.com*.spin101-i.orgspin101-i.ccspin101-i.orgspin101.life*.spin101-l.vip*.spin101-k.vip*.spin101-k.netspin101-j.org*.spin101.top*.spin101-i.comspin101.appspin101-k.org*.spin101agent.com*.spin101-i.cc*.spin101-j.vip*.spin101-j.net*.spin101.infospin101refer.comspin101-l.org*.spin101.com*.spin101-i.vipspin101.xyzspin101-j.comspin101-k.vipspin101-k.net*.spin101.in*.spin101-k.comspin101.netspin101agent.comspin101.com*.spin101-k.orgspin101.inspin101-j.netspin101-j.vipspin101-k.com*.spin101.orgspin101.click*.spin101-l.org*.spin101-j.com
CN:
spin101-l.vip
Key:
RSA-2048
Issuer:
Not before:
2025-08-22 00:00
Not after:
2026-09-20 23:59