xpn / ntlmquic

POC tools for exploring SMB over QUIC protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTLMquic POC Collection

This repo contains a collection of POC's to allow unwrapping the SMB over QUIC protocol. The purpose of this is to allow us to continue with tools like Responder and Impacket without having to directly add support for QUIC.

Paths

  • /ntlmquic - A C++ example using msquic to unwrap QUIC and proxy to SMB over TCP
  • /ntlmquic-go - A go example of unwrapping QUIC and proxy to SMB over TCP

Blog Post

https://www.trustedsec.com/blog/making-smb-accessible-with-ntlmquic/

Examples

NTLMquic using PetitPotam on Windows Host

Testing NTLM over QUIC via EC2

About

POC tools for exploring SMB over QUIC protocol


Languages

Language:C 86.3%Language:C++ 10.8%Language:Go 2.9%