wil
wil
Currently gobuster can't bruteforce basic HTTP basic authentication easily (or I missed the option somewhere ?). With little improvements on the FUZZ mode, maybe this can be done with such...
**Describe the bug** The ldap-checker module fails to determine if LDAP signing is enabled. **To Reproduce** Enable LDAP signing with the registry key: ``` PS C:\> reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters /v...
Currently NetExec only checks the "WRITE" permission on a SMB share through writing a folder. It is also necessary to verify this permission through a file write. This PR implements...