responder_capture
Capture NTLM credential hashes from Windows hosts by poisoning LLMNR/NBT-NS broadcasts. Includes passive analyze mode.
Instructions
Capture NTLM credential hashes via LLMNR/NBT-NS poisoning using Responder.
Responder listens for LLMNR (Link-Local Multicast Name Resolution) and NBT-NS (NetBIOS Name Service) broadcasts and responds with poisoned answers, causing Windows hosts to authenticate to our listener.
Args: interface: Network interface to listen on (e.g. "eth0", "wlan0"). analyze_only: If True, run in analyze mode (no poisoning) — passive observation. capture_duration: How many seconds to run Responder (default 60, max 3600). timeout: Override global scan timeout.
Returns: Captured NTLM hashes and connection attempts.
WARNING: - This is an active man-in-the-middle attack on the local network. - Requires root/sudo privileges and a wired/wireless network interface. - Detectable by network intrusion detection systems. - Requires explicit human authorization and network owner permission. - This tool POISONS network name resolution — use analyze_only=True for passive observation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| interface | Yes | ||
| analyze_only | No | ||
| capture_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||