Domain pakrummy2.net
United States
AMAZON-02
Software information

CloudFront

tcp/80

openresty openresty

tcp/443

  • Open service 18.239.83.56:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 411234c039d8f1de63b7f2192e5e24d4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: gabjLaFNOsIDGlvGit1idBLSFRNToaSBbBuGaP6RQLRc_WWjzzA1fA==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:d600:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 89d30ce8a4c37b9d11d7f552521193ae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: C5HZRGu0KkVq6UJUeAfiU_VfP7Tjgwz0vB6NhZ9WAB-_sUejA3aJRg==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.106:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 9840468fd7f0cd4b97907be5f049f14a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: RYyjIgLDYKm-7uvBJ71NTCNGbNJkeiEHOrSFows9zv98POAuAyCfcA==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:b200:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7f01ac3c2b3b2aec2108ed414afd3146.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: sedFy7AKwE7mvmC47MiVURR6FUxbU1h2aPKiUy7uL6PnTVSdOEhOww==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.56:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 2f7ba54d76b215238a170acfd87327d6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: dpCkx4kmx32tJUHZBMXMaiy9kT4Tz_OKEppoczjDCghkSbNmbBf4WA==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.76:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 416dae0837568c2bb7cea7ae5c6bba22.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: lP0ozeFQtJUS4yyL1mh-DxDNX825-w8lbKWxHtG1tluaK5-vly80Sg==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:5a00:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 79006a1b1266ae3c597864512702ebf8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: 1KYTdJbpsGiMLrcpr7jAbASzEQvChn8v7cvBnF1LV2nAL3FA2DIMMw==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:b200:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 385cb8def78c1bb03b9aa3bd53bf1f06.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: lL-QLwo3KjnUc5JVdVXjQPU8MVto5kfRHC_5EkMbE4D54xRmrIjLzw==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:400:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 89d30ce8a4c37b9d11d7f552521193ae.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: nue1q7mN-ExB8wENqrUu-r81EwAxUsAOfEdC2d0u02YXo5gq_GBrTg==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:400:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d11dcb69d5fad0d00cf6f2c45df4bb94.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: kUNZXyCukHluucFXi3NdPVFh1M0tA8FEzGoMnlg6rMH2e5X7NyKphw==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:5a00:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e93a56ddc3d7ec8c6f3655b7eb83ea6e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: F3ettGU7ZZYKHQjgQB_1NbJxW98HgEaaMfzaDohTi_8EUcqno5_uYQ==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:4c00:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 fde6fada26b7302661010feaa587bdb8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: S3-waXdoxRoUNQPzj21tEdOa8N-B7oZ7i0z5-EHwtRDFD-miI9lKdA==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.76:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9840468fd7f0cd4b97907be5f049f14a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: fXA8rqMqr5Tb8ZGnqp8KItyL3MveVZLnWqt5EKxTNggjUw9l9c0vVg==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9400:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3fc67c60d4a1440649d83c01918a9054.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: YDiE58UhB_dO7X-06OI6hc-D2S6I0hPUffkamtdc-hrqOHjURokEXA==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.52:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fa63af50c0e4f34ddecf2b2d0dca224e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: 2JxucUOoswtd9z0dP5DSFCxp3DGZr_2dykyv2KcBGXu_hVyyLg6CtQ==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:6200:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 2e5530cd574fa6a27f079027dd7a281a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: zenh00sJElZzvnVMFo_c6dsz80hEAfXq5CY_nLrt2CVNB-xJvO2vTA==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:8a00:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 df11b13b779c62601ca4cd4d2bb0ce18.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: No9bwbpYNyeMWAoqxfoWPK-LqDjCk_wIawjXltWng9tjKiIVfedZ5A==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:6200:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b24ae08ef06aba9fb6d6ddc32eb80c64.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: aykTh7IL4XQZ48GQmWbYrjm8nIwq5lgZpXDzxXf4gXygNDmWGJw_3Q==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:d600:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 e93a56ddc3d7ec8c6f3655b7eb83ea6e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: Wtp0solflCQ1NdAPkQxcMLiKVPugveNDS5MyCPQfTxoBcnlB8swEIQ==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.52:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 6a29cf21ce984f6a6d3f67cb902ef37e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: 7XQhhAxDg3dHgefS7Phz6pfu6MPa4Re7DHOuCEbcELJqpT3Y0MUHAw==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 18.239.83.106:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 77c9addf0db376b3faacc5e07c320552.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P5
    X-Amz-Cf-Id: a-cA39KmLLlJK4fW6OE1b7PShYz0Jp1_W16ZoroF-5eNjv8OiSypGw==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:4c00:f:ee05:13c0:93a1:80 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://pakrummy2.net/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b24ae08ef06aba9fb6d6ddc32eb80c64.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: HKLWLsY-b4-emovWEf3xtI_0oUbEzAW8Ii1al_oFPmL5k-SKc-W2uA==
    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 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:9400:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:59 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 203ee6b98de7af3adc87c8746659929c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: bTOfPgmEnzcgh3YXQoPssJ95OiLBcXOWiLDtDjIyeUnDK03d_xyq0A==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 2600:9000:2204:8a00:f:ee05:13c0:93a1:443 · pakrummy2.net

    2025-12-20 01:34

    HTTP/1.1 200 OK
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: openresty
    Date: Sat, 20 Dec 2025 01:34:58 GMT
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Credentials: true
    Vary: Accept-Encoding
    X-Cache: Miss from cloudfront
    Via: 1.1 1e882280b9c5d046c63d8cd0c1faf9c0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P2
    X-Amz-Cf-Id: vqDwdnGI14T60xuQdbBZ1RLYwOU0x00ZR4kHovaheQzDbsoFOgkgfQ==
    
    Page title: Join in Pak Rummy!
    
    <!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 Pak Rummy!" />
            <meta property="og:description"   content="Enter my referral code and get 100 coins!" />
            <meta property="og:image"         content="./share102.jpg" />
            <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 Pak Rummy!">
            <meta property="description" content="Welcome to Pak Rummy! Discover an array of exciting games, including slots, Rummy, Teenpatti, Aviator, and more. As Pakistan&#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 Pak Rummy today!">
    
            <meta charset="UTF-8">
            <meta name="viewport" content="width=720, user-scalable=no"> 
            <title>Join in Pak Rummy!</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>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WM3KK1ZQXY"></script>
    <script>
      window.d
    Found 2025-12-20 by HttpPlugin
    Create report
pakrummy.netpakrummy2.com*.pakrummy9.com*.pakrummy2.net*.pakrummy0.compakrummyagent.compakrummy4.netpakrummy3.com*.pakrummy0.net*.pakrummy3.net*.pakrummyagent.com*.pakrummy.com*.pakrummy1.compakrummy5.net*.pakrummy4.netpakrummyagents.net*.pakrummy7.com*.pakrummyagents.compakrummy6.netpakrummy8.com*.pakrummy8.com*.pakrummy5.net*.pakrummyagents.netpakrummy1.compakrummy.vippakrummy0.compakrummy7.net*.pakrummy6.netpakrummy9.compakrummyagents.compakrummy9.net*.pakrummy4.compakrummy6.compakrummy8.net*.pakrummy7.netpakrummy0.netpakrummy.com*.pakrummy6.com*.pakrummy5.compakrummy1.net*.pakrummy8.netpakrummy7.com*.pakrummy9.netpakrummy4.com*.pakrummy2.com*.pakrummy.net*.pakrummy.vippakrummy2.netpakrummyagent.net*.pakrummy3.com*.pakrummyagent.net*.pakrummy1.netpakrummy5.compakrummy3.net
CN:
pakrummy.net
Key:
RSA-2048
Issuer:
Not before:
2025-04-28 00:00
Not after:
2026-05-27 23:59