punk-security / smbeagle

SMBeagle - Fileshare auditing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run on linux

SimonGurney opened this issue · comments

Currently SMBeagle is a Windows only tool as SMB support on Windows is really good and we can leverage the current logon session for authentication.

The core codebase is written in .NET 5 which means it runs on both Windows and Linux so it would be great to get this working, but it needs a good bit of work.

We have begun working on this feature and have a WIP PR in for it #8

It compiles and runs on Linux, and it works up until directory enumeration as UNC paths do not work on Linux.

We need to convert all the UNC logic to Native SMB calls.