Lucas Vater

Results 3 issues of Lucas Vater

As described in #1315, `ntlmrelayx.py` in SOCKS-mode currently does not work together with usernames in UPN format. This pull request converts usernames in UPN formats (`user1@domain`) to a format compatible...

`ntlmrelayx.py` currently does not properly support usernames in UPN format if used in SOCKS-mode. To reproduce, start `ntlmrelayx.py` in SOCKS-mode as follows: ``` $ ntlmrelayx.py -smb2support -t 192.168.1.1 -socks ```...

When a [`SessionError`](https://github.com/SecureAuthCorp/impacket/blob/d509775976ba37f4eaea630cc511e2fc3b65aba3/impacket/smb.py#L310) is raised during SMB session negotiation, currently unexpected NTSTATUS error codes are not handled properly. If the `SessionError` exception is catched and logged, a KeyError is thrown...