mpgn

Results 15 issues of mpgn

## Description This pull request removes the `NXCSMBServer` class and its associated functionality from the codebase, simplifying the SMB-related code. The changes include the removal of the server implementation, decorator,...

refactor

## Description This PR allow a user to dump using bloodhound-ce or bloodhound, it's a bit manuel but no choice. This is a bit related to #616 and #663 ,...

enhancement

Hello, I noticed that using kerbeos with kcache, the clipboard is never ready, this is the code i use: ```python timeout_counter = 0 while not clipboard_ready and timeout_counter < 600:...

Hello, I feel like kerberos auth is broken, i try the most simple script: ``` import asyncio from aardwolf.commons.factory import RDPConnectionFactory from aardwolf.commons.iosettings import RDPIOSettings async def check_rdp_kerberos(hostname, username, password,...

Hello hello, I'm using `get_extra_info()` to get info about the remote host, i get the following result against a DC 2025 :) `{'domainname': 'GOTHAM', 'computername': 'DC01', 'dnscomputername': 'DC01.gotham.city', 'dnsdomainname': 'gotham.city',...