<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Dont Click This (DOT) Run</title>
    <link rel="stylesheet" href="https://www.dontclickthis.run/assets/built/screen.css?v=ae514ce14d">

            <link rel="preload" as="image" href="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2025/09/Nathan-Round-SM.png">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast was taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);
        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <link rel="icon" href="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/size/w256h256/2021/12/singleroundrobot-red.png" type="image/png">
    <link rel="canonical" href="https://www.dontclickthis.run/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="Dont Click This (DOT) Run">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Dont Click This (DOT) Run">
    <meta property="og:url" content="https://www.dontclickthis.run/">
    <meta property="og:image" content="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2025/09/Nathan-Round-SM.png">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Dont Click This (DOT) Run">
    <meta name="twitter:url" content="https://www.dontclickthis.run/">
    <meta name="twitter:image" content="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2025/09/Nathan-Round-SM.png">
    <meta property="og:image:width" content="600">
    <meta property="og:image:height" content="600">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Dont Click This (DOT) Run",
        "url": "https://www.dontclickthis.run/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2021/12/header.png"
        }
    },
    "url": "https://www.dontclickthis.run/",
    "name": "Dont Click This (DOT) Run",
    "image": {
        "@type": "ImageObject",
        "url": "https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2025/09/Nathan-Round-SM.png",
        "width": 600,
        "height": 600
    },
    "mainEntityOfPage": "https://www.dontclickthis.run/"
}
    </script>

    <meta name="generator" content="Ghost 6.44">
    <link rel="alternate" type="application/rss+xml" title="Dont Click This (DOT) Run" href="https://www.dontclickthis.run/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://www.dontclickthis.run/" data-key="5d915fd30f71be4abc79bc2075" data-api="https://dct.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="5d915fd30f71be4abc79bc2075" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://dct.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://www.dontclickthis.run/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=ae514ce14d"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=ae514ce14d">
    <script defer src="/public/comment-counts.min.js?v=ae514ce14d" data-ghost-comments-counts-api="https://www.dontclickthis.run/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=ae514ce14d"></script><style>:root {--ghost-accent-color: #ed1217;}</style>
    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=space-grotesk:700|jetbrains-mono:400,700"><style>:root {--gh-font-heading: Space Grotesk;--gh-font-body: JetBrains Mono;}</style>
</head>

<body class="home-template gh-font-heading-space-grotesk gh-font-body-jetbrains-mono has-side-about is-head-left-logo has-classic-feed">
<div class="gh-site">

    <header id="gh-head" class="gh-head gh-outer">
        <div class="gh-head-inner gh-inner">
            <div class="gh-head-brand">
                <div class="gh-head-brand-wrapper">
                    <a class="gh-head-logo" href="https://www.dontclickthis.run">
                            <img src="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2021/12/header.png" alt="Dont Click This (DOT) Run">
                    </a>
                </div>
                <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                <button class="gh-burger" aria-label="Toggle menu"></button>
            </div>

            <nav class="gh-head-menu">
                <ul class="nav">
    <li class="nav-home nav-current"><a href="https://www.dontclickthis.run/">Home</a></li>
    <li class="nav-about"><a href="https://www.dontclickthis.run/about-me/">About</a></li>
    <li class="nav-contact"><a href="https://www.dontclickthis.run/contact/">Contact</a></li>
</ul>

            </nav>

            <div class="gh-head-actions">
                    <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
                    <div class="gh-head-members">
                                <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a>
                    </div>
            </div>
        </div>
    </header>

    
<section class="gh-about gh-outer">
    <div class="gh-about-inner gh-inner">
                <img class="gh-about-image" src="https://storage.ghost.io/c/88/2b/882be271-d239-4e62-a52b-383b7a242886/content/images/2025/09/Nathan-Round-SM.png" alt="Dont Click This (DOT) Run">
        <script>
            (function () {
                if (!document.body.classList.contains('has-background-about')) return;

                const about = document.querySelector('.gh-about');
                if (!about) return;

                const image = about.querySelector('.gh-about-image');

                about.style.setProperty('--about-height', image.clientWidth * image.naturalHeight / image.naturalWidth + 'px');
                about.classList.add('initialized');
            })();
        </script>
        <div class="gh-about-content">
            <div class="gh-about-content-inner">
                    <h1 class="gh-about-primary">Hey There</h1>
                        <p class="gh-about-secondary">I’m Nathan, an Offensive Security expert from North Carolina. I help organizations find security gaps before attackers do. I share my insights here on the blog — subscribe to unlock the full content.</p>
                        <div class="gh-subscribe-input" data-portal>
                            jamie@example.com
                            <span class="gh-btn gh-primary-btn">Subscribe</span>
                        </div>
            </div>
        </div>
    </div>
</section>

<main class="gh-main gh-outer">
    <div class="gh-feed gh-inner">
            <article class="gh-card post tag-osint tag-security featured">
    <a class="gh-card-link" href="/shodan-hackers-best-friend/">

            <figure class="gh-card-image">
                    <img
                        
                        srcset="https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;300 300w,
                                https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720 720w,
                                https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;960 960w,
                                https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;1200 1200w,
                                https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;2000 2000w"
                        sizes="(max-width: 1200px) 100vw, 1200px"
                        src="https://images.unsplash.com/photo-1550439062-609e1531270e?crop&#x3D;entropy&amp;cs&#x3D;tinysrgb&amp;fit&#x3D;max&amp;fm&#x3D;jpg&amp;ixid&#x3D;MnwxMTc3M3wwfDF8c2VhcmNofDM1fHxoYWNrZXJ8ZW58MHx8fHwxNjczMTI2Mjg2&amp;ixlib&#x3D;rb-4.0.3&amp;q&#x3D;80&amp;w&#x3D;720"
                        alt="Shodan - 14 Years Later, It&#x27;s Still a Hackers Best Friend"
                    >
            </figure>

        <div class="gh-card-wrapper">
            <h2 class="gh-card-title">Shodan - 14 Years Later, It&#x27;s Still a Hackers Best Friend</h2>
            <footer class="gh-card-meta">
                <time class="gh-card-date" datetime="2023-01-07">07 Jan 2023</time>
                    <span class="gh-card-length">7 min read</span>
                    <script
    data-ghost-comment-count="6114426ddb765b003e3a81db"
    data-ghost-comment-count-empty=""
    data-ghost-comment-count-singular="comment"
    data-ghost-comment-count-plural="comments"
    data-ghost-comment-count-tag="span"
    data-ghost-comment-count-class-name="gh-card-comments"
    data-ghost-comment-count-autowrap="true"
>
</script>
            </footer>
        </div>

    </a>
</article>    </div>
</main>




    <footer class="gh-foot gh-outer">
        <div class="gh-foot-inner gh-inner">
            <nav class="gh-foot-menu">
                
            </nav>

            <div class="gh-copyright">
                    Dont Click This (DOT) Run © 2026. Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>
    </footer>

</div>


<script src="https://www.dontclickthis.run/assets/built/main.min.js?v=ae514ce14d"></script>



</body>

</html>
