nurfed1

Results 12 issues of nurfed1

HI, Nice work as always! I think I might've found one of the potential issues on Windows Server 2012 R2, which causes the `[-] DefineDosDevice failed with error code 6...

enhancement

In this pull request I tried fixing some LDAP related issues. # Changes cme/protocols/ldap.py: - When the --no-smb is provided, automatic domain lookup is disabled and --domain should be provided....

in review

The original bofnet_stracciatella_script command uses bofnet_executeassembly, which is blocking. I think this means that if the script is bigger than 20000 bytes (and a named pipe will be used), the...

Hi, Recently, had an issue where bloodhound-python would hang because of a crash while trying to connect to the global catalog (which was not reachable due to a firewall). While...

The GPOLocalGroup processor crashes when ResolveAccountName fails to resolve the member name and this stops processing for the GPO entirely. One such case I've seen is when the group name...

Had a case where sharphound would return invalid username and password. To fix the issue I had to provide ldap credentials to DirectoryEntry similar as in the [GetDomain](https://github.com/BloodHoundAD/SharpHoundCommon/blob/v3/src/CommonLib/LDAPUtils.cs#L1140) function

Hi, I think I found a bug while testing your library in my lab. For example using the following command: `asmbshareenum -v --url 'smb2+ntlm-password://nurfed.lab\lowpriv:[email protected]'` In the windows event log, I...

bug

Hi, I noticed a few bugs in the extended right checks used by ESC1. First, the code would incorrectly report templates as vulnerable when any active directory right other than...

I think you forgot to set the target ip_address.

Hi, Seems something changed in gcc 10, I believe you need to add -fcommon to the CFLAGS in the Makefile. https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common