hunt-ntlm-info

Detect NTLM/Negotiate information disclosure from internet-exposed servers.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-ntlm-info-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-ntlm-info
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/hunt-ntlm-info
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-ntlm-info-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, ntlm-recon, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies NTLM/Negotiate information disclosure on internet-exposed servers, providing detailed reconnaissance for potential attacks.

Core Features & Use Cases

  • NTLM/Negotiate Disclosure Detection: Identifies servers that leak internal network information via NTLM and Negotiate protocols.
  • Target Identification: Identifies specific server types such as IIS, SharePoint, Exchange, and Citrix that are common targets for NTLM disclosure.
  • Use Case: Use this Skill to scan a target environment and identify servers that may be leaking sensitive information via NTLM challenges.

Quick Start

Run the skill to scan your target environment for NTLM/Negotiate information disclosure.

Frequently Asked Questions about hunt-ntlm-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect NTLM information disclosure on internet-exposed servers?

To detect NTLM information disclosure on internet-exposed servers, you can scan the target environment to identify servers leaking internal network details like NetBIOS domain names and computer names via NTLM challenges. This Skill automates that reconnaissance process for security audits.

What internal network information is leaked through NTLM protocol disclosure?

NTLM protocol disclosure leaks internal network information such as NetBIOS domain names, computer names, and timestamps. This data is exposed when internet-exposed servers respond to NTLM and Negotiate protocol challenges during reconnaissance.

Which server types are common targets for NTLM and Negotiate disclosure detection?

Common targets for NTLM and Negotiate disclosure detection include IIS, SharePoint, Exchange, and Citrix servers. These server types are frequently identified as leaking sensitive internal network information during security audits.

Do I need Python and specific libraries to scan for NTLM disclosure?

Yes, you need Python and specific libraries including ntlm-recon and requests to scan for NTLM disclosure. These dependencies are required to perform the NTLM protocol analysis necessary for identifying information disclosure on exposed servers.

Can I use this NTLM reconnaissance approach for red team operations?

Yes, you can use this NTLM reconnaissance approach for red team operations and security audits. It is specifically designed to identify servers leaking internal network details to provide detailed reconnaissance for potential attacks.