rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
80 stars 80 forks source link

Move the server CLI into a library #227

Closed zeroSteiner closed 2 years ago

zeroSteiner commented 2 years ago

This adds the RubySMB::Server::Cli module with the code necessary to start a server from the command line interface. It consolidates all the duplicate options in the examples and will make it easy to add and smb server tool to metasploit in the future without a ton of duplicated code.

Testing