Skip to content

A simple Go-based tool that interacts with a given URL to extract and display NTLM authentication challenge details. Built using the NTLM_Info library for handling NTLMSSP challenge parsing.

Notifications You must be signed in to change notification settings

bogey3/ntlmInfoGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTLM Info Extractor

This project allows you to retrieve and print NTLM (NT LAN Manager) challenge-response authentication details from a given URL. It is written in Go and utilizes the bogey3/NTLM_Info package to interact with NTLM information.

Features

  • Connects to a provided URL and retrieves NTLM challenge information.
  • Prints the NTLM details in a user-friendly format.
  • Simple command-line interface for quick usage.

Supported Protocols

  • SMB
  • SMTP
  • RDP
  • HTTP(S)

Usage

After building the executable, use it from the terminal as follows:

./ntlmInfoGrabber <URL>

Replace <URL> with the target URL you want to query.

Example:

./ntlmInfoGrabber https://example.com

If successful, it prints details from the NTLM challenge to the console.

+-------------------+-----------------------------------------------+
|               URL | http://example.com/ews                        |
+-------------------+-----------------------------------------------+
|       Server Name | HOSTNETBIOS                                   |
|       Domain Name | CHILDDOMAIN                                   |
|       Server FQDN | hostnetbios.childdomain.parentdomain.tld      |
|       Domain FQDN | childdomain.parentdomain.tld                  |
|     Parent Domain | parentdomain.tld                              |
| OS Version Number | 10.0.19041                                    |
|        OS Version | Windows 10/Server 2019 (Build 19041)          |
+-------------------+-----------------------------------------------+

About

A simple Go-based tool that interacts with a given URL to extract and display NTLM authentication challenge details. Built using the NTLM_Info library for handling NTLMSSP challenge parsing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages