Domain secretpursuit.com
United States
DIGITALOCEAN-ASN
Software information

nginx nginx 1.18.0

tcp/443 tcp/80

  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-16 09:59

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 16 Sep 2024 09:59:53 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-16 08:04

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 16 Sep 2024 08:04:34 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-16 07:53

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 16 Sep 2024 07:53:20 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-09-14 21:52

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 21:52:45 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-09-14 19:24

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 19:24:13 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-14 13:31

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 13:31:50 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-09-14 11:18

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 11:18:31 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-14 07:36

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 07:36:40 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-14 05:34

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 14 Sep 2024 05:34:11 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-09-13 00:54

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 13 Sep 2024 00:54:54 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-13 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-12 17:49

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 12 Sep 2024 17:49:21 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-09-12 15:39

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 12 Sep 2024 15:40:01 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-09-12 15:32

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 12 Sep 2024 15:32:43 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-12 11:04

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 12 Sep 2024 11:04:59 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-12 10:36

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 12 Sep 2024 10:36:15 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-09-11 05:04

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 11 Sep 2024 05:04:41 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-09-11 04:29

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 11 Sep 2024 04:29:05 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-11 01:26

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 11 Sep 2024 01:26:14 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-09-10 17:37

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Tue, 10 Sep 2024 17:37:04 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-10 12:38

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Tue, 10 Sep 2024 12:38:17 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-10 09:53

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Tue, 10 Sep 2024 09:53:58 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-09-08 21:25

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 21:26:01 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-09-08 20:43

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 20:43:35 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-08 16:58

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 16:58:48 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-09-08 16:12

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 16:12:41 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-08 09:10

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 09:10:16 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-09-08 07:06

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 08 Sep 2024 07:06:48 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-09-06 23:06

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 06 Sep 2024 23:06:42 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-09-06 17:33

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 06 Sep 2024 17:33:38 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-09-06 13:56

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 06 Sep 2024 13:56:08 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-09-06 11:20

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 06 Sep 2024 11:20:27 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-28 04:28

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 28 Aug 2024 04:28:55 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-28 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-26 08:25

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 26 Aug 2024 08:25:26 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-26 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-18 10:56

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 18 Aug 2024 10:56:55 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-18 09:38

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 18 Aug 2024 09:38:45 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-18 06:09

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 18 Aug 2024 06:09:33 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-16 22:26

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 22:26:41 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-16 22:09

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 22:09:24 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-16 18:26

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 18:26:41 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-16 12:42

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 12:42:24 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-16 09:42

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 09:42:38 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-16 07:26

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Fri, 16 Aug 2024 07:27:01 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-14 23:12

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 23:12:55 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-14 20:39

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 20:39:07 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-14 17:32

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 17:32:49 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-14 10:28

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 10:28:10 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-14 08:57

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 08:57:45 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-14 06:56

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 14 Aug 2024 06:56:35 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-12 21:58

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 21:58:14 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-12 20:23

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 20:23:49 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-12 18:27

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 18:27:58 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-12 10:39

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 10:39:14 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-12 09:02

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 09:02:48 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-12 08:27

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Mon, 12 Aug 2024 08:27:06 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-11 00:06

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 11 Aug 2024 00:06:40 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-11 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-10 23:24

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 10 Aug 2024 23:24:42 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-10 13:38

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 10 Aug 2024 13:38:50 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-10 11:52

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 10 Aug 2024 11:52:48 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-10 10:27

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 10 Aug 2024 10:27:32 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-10 05:08

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sat, 10 Aug 2024 05:08:52 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-08 23:55

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 23:55:17 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-08 20:04

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 20:04:36 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com

    2024-08-08 19:30

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 19:30:55 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · secretpursuit.com

    2024-08-08 12:29

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 12:29:18 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:80 · www.secretpursuit.com

    2024-08-08 10:11

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 10:11:48 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · www.secretpursuit.com

    2024-08-08 04:00

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Thu, 08 Aug 2024 04:00:33 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 165.22.38.5:443 · secretpursuit.com

    2024-08-07 00:59

    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Wed, 07 Aug 2024 00:59:24 GMT
    Content-Type: text/html
    Content-Length: 3553
    Last-Modified: Thu, 07 Nov 2019 19:09:39 GMT
    Connection: close
    ETag: "5dc46bf3-de1"
    Accept-Ranges: bytes
    
    Page title: Privacy Search
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
    
        <title>Privacy Search</title>
        <style>
            body {
                font: 14px Tahoma, Arial, sans-serif;
            }
    
            .container {
                position: fixed;
                width: 800px;
                left: 50%;
                margin-left: -400px;
                height: 300px;
                top: 50%;
                margin-top: -150px;
                text-align: center;
                color: #444;
                font-size: 14px;
            }
    
            .container p {
                font-size: 11px;
            }
    
            .btn-continue {
                margin: 30px 10px;
                background-color: #2196f3;
                color: #fff;
                font-size: 30px;
                padding: 7px;
                border: 1px solid #18e;
                width: 200px;
                height: 60px;
                position: relative;
            }
    
            .btn-continue .arrow {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 15px;
                padding: 0;
                top: 17px;
                background-color: #5b4;
                border: 1px solid #5b4;
                border-radius: 9px;
                font-size: 18px;
                font-weight: bold;
            }
    
            .prompt a {
                color: #004;
            }
    
            .prompt a:hover {
                color: #337;
            }
    
    
            .terms-bar {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                margin: 0;
                padding: 6px;
                background-color: #888;
                color: #fff;
                font-size: 13px;
                text-align: center;
            }
    
            .terms-bar a {
                color: #fff;
                text-decoration: none;
            }
    
            form {
                text-align: center;
            }
            form label {
                margin: 10px;
            }
            .search-provider-bar {
                margin: 10px;
            }
    
            #q {
                width: 75%;
                border: 1px solid #555;
                border-radius: 5px;
                padding: 8px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
    <div id="main-prompt" class="container">
        <h1>
            Privacy Search
        </h1>
    
        <form onsubmit="return doSearch()">
            <div>
                <input type="text" id="q" placeholder="Search for..." required>
            </div>
            <div class="search-provider-bar">
                <label><input type="radio" name="sp" value="google" checked> Google</label>
                <label><input type="radio" name="sp" value="yahoo"> Yahoo</label>
                <label><input type="radio" name="sp" value="bing"> Bing</label>
            </div>
    
            <button class="btn-continue">
                Search
                <div class="arrow">&rarr;</div>
            </button>
        </form>
    </div>
    
    
    <div class="terms-bar">
        <a href="/terms">Terms</a> |
        <a href="/privacy">Privacy &amp; Cookies</a> |
        <a href="/uninstall.html">Uninstall</a>
    </div>
    <script>
        function doSearch() {
            let q = document.getElementById('q').value.trim();
            let sp = document.querySelector('input[name="sp"]:checked').value;
            if (sp === 'google') {
                location.href = 'https://www.google.com/search?q=' + encodeURIComponent(q);
            } else if (sp === 'yahoo') {
                location.href = 'https://search.yahoo.com/search?p=' + encodeURIComponent(q);
            } else if (sp === 'bing') {
                location.href = 'https://www.bing.com/search?q=' + encodeURIComponent(q);
            }
            return false;
        }
    </script>
    </body>
    </html>
    
    Found 2024-08-07 by HttpPlugin
    Create report
abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.comsecretpursuit.comwww.secretpursuit.com
CN:
abrpubefwxvzndrekxzyovkgrrfpdywnishjttoahufkp.secretpursuit.com
Key:
RSA-2048
Issuer:
R11
Not before:
2024-07-23 00:02
Not after:
2024-10-21 00:02