Farbs
Farbs
It appears SMBHunt.pl does not currently have any verbose error(s) displaying that 'smbclient' is not installed on the system when attempting to run from Linux if it has not already...
Line 8 of `manspider.py` appears to be referencing `lib` improperly. Currently it is referenced like so: ``` from .lib import * ``` The issue can be resolved by changing the...
Upon attempting a default install with the below `pip` command: `python3 -m pip install -r requirements.txt` I am receiving the following error: ``` Collecting tzdata ERROR: In --require-hashes mode, all...
Created CLI menu options to enable MSSQL server alternatives to the default LocalDB option. Enables operators to avoid modifying and recompiling ADSyncQuery to contain a value other than LocalDB when...