n3rada

Results 90 comments of n3rada

The new `kerberos` protocol provides functionality that is fundamentally different from using SMB/LDAP with the `-k` flag: ```bash netexec smb 10.10.11.91 -d hercules.htb -k -u /tmp/names.txt -p '' --continue-on-success ```...

I understand the suggestion and can definitely implement it that way if needed. You all have the final say on merging, that is your call! For me, this goes against...

Understood. What are your thoughts, @NeffIsBack? Do you think this kind of enumeration should be included in Netexec, or should I put it directly in the Impacket examples? If you...

Thanks for the feedback. I have refactored the code to integrate Kerberos user enumeration directly into the SMB protocol as requested, rather than as a separate protocol. **Batch enumeration** **Single...

Even though it has a low chance of hatching, I have added it directly to the examples folder: https://github.com/fortra/impacket/pull/2079

Once this integrated, I would help to properly separate dependencies in order to let developers add only requirements that fit their needs. For example, just the `impacket[tds]` dependencies.

It could be handled with more ease once the project will be PEP-621 compliant (see #2072). A simple `poetry build` command will do the thing!

Of course. However, Wheels should be published on PyPI, not stored in GitHub releases or the repo itself. I think this is clearly not an issue tho'.

Why not implementing this directly as a credential class inside `azure.identity.aio`?