Skip to content

Implementation in Python Twisted of a SMB (server message block) server

License

Notifications You must be signed in to change notification settings

ihaywood3/twsmb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twsmb

A twisted python server implementation of Microsoft's Server Message Block network file access protocol.

Limitations

The focus is on the "modern" SMB2 protocol (Windows Vista and later) running on "direct TCP" (port 445). No support for old protocols like NetBIOS, WINS, etc.

Conversely in the first instance only the base protocol (2.02) is supported, features like encryption will come later.

Current Status

Completely useless: only two packet type parsed so far. It can complete protocol negotiation and authentication. Under active development.

Prior Art

Mike Teo's pysmb is a pure Python SMB client library, including twisted support.

About

Implementation in Python Twisted of a SMB (server message block) server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages