You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use SMBMAP on macOS to learn more about SMB/CIFS.
On Medium you wrote these instructions for installing SMBMAP on macOS: git clone https://github.com/ShawnDEvans/smbmap.git /usr/local/Cellar/smbmap && python3 -m pip install -r /usr/local/Cellar/smbmap/requirements.txt && ln -s /usr/local/Cellar/smbmap/smbmap.py /usr/local/bin/smbmap
I'm working on macOS: 13.6.3-arm64, so my HOMEBREW_PREFIX is /opt/homebrew and not /usr/local
I like to use SMBMAP on macOS to learn more about SMB/CIFS.
On Medium you wrote these instructions for installing SMBMAP on macOS:
git clone https://github.com/ShawnDEvans/smbmap.git /usr/local/Cellar/smbmap && python3 -m pip install -r /usr/local/Cellar/smbmap/requirements.txt && ln -s /usr/local/Cellar/smbmap/smbmap.py /usr/local/bin/smbmap
I'm working on macOS: 13.6.3-arm64, so my HOMEBREW_PREFIX is
/opt/homebrew
and not/usr/local
The requirements.txt file on https://github.com/ShawnDEvans/smbmap is no longer present.
I retrieved it from webarchive.org:
SMBMAP command is still not found and don't know why.
Question: can you resolve this problem?
The text was updated successfully, but these errors were encountered: