Extra Fu
Extra Fu
Replace local/ with pf/
Very nice! 👍
@cgx and @satkunas do we keep that as a v10.1 item? If so, we need to get it in today.
Ok then, I'm moving it to v10.2.
@cgx and @satkunas do we want that in v10.2? if so, what needs to be done? if nothing, just merge it!
@cgx Please review and if all is fine merge.
Unsure about this one unless the TTL is low and even for that, some OS do their own agressive caching and if we don't return the VIP and the node...
Quick update, I've added: ```python dce.set_auth_level(RPC_C_AUTHN_LEVEL_PKT_PRIVACY) dce.set_auth_type(RPC_C_AUTHN_WINNT) ``` and still get the access denied error. I also get the error with: ```python dce.set_auth_level(RPC_C_AUTHN_LEVEL_PKT_PRIVACY) dce.set_auth_type(RPC_C_AUTHN_NETLOGON) dce.set_credentials(*(rpctransport.get_credentials())) ```
From https://github.com/SecureAuthCorp/impacket/commit/ecc3008d3bad6e53204d38e93f3bda1d99b0000c -- @0xdeaddood it looks like it's expected to fail since a secure RPC session is required. What is required here to establish one? Thanks
Will that be relevant with the iptables -> nftables rework?