This website requires JavaScript.
Explore
Help
Sign In
admin
/
jfjallid-go-smb
Watch
1
Star
0
Fork
0
You've already forked jfjallid-go-smb
mirror of
https://github.com/jfjallid/go-smb
synced
2026-06-08 15:02:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dev
jfjallid-go-smb
/
smb
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Jimmy Fjällid
c29c6d1920
Some refactoring and added basic tests for the marshal/unmarshal functions. Improved handling of user/group/alias handles. Added functionality to enumerate groups and users. Added functionality to list/add/remove users from groups. Added functionality to delete local users and to retrieve information about a user. Added more error codes and improved upon the error handling.
2025-03-20 20:21:08 +01:00
..
crypto
Added support for the AES-128-CCM and AES-256-CCM encryption algorithms
2023-11-18 16:02:51 +01:00
dcerpc
Some refactoring and added basic tests for the marshal/unmarshal functions. Improved handling of user/group/alias handles. Added functionality to enumerate groups and users. Added functionality to list/add/remove users from groups. Added functionality to delete local users and to retrieve information about a user. Added more error codes and improved upon the error handling.
2025-03-20 20:21:08 +01:00
encoder
Added support to open connection via an upstream SOCKS5 proxy dialer specified via the Options struct. Also added experimental NTLM relaying support to relay and then use the first incoming SMB connection that authenticates successfully against the target.
2023-12-09 20:33:12 +01:00
connection.go
Implemented support for Kerberos authentication with the help of gokrb5.
2024-07-21 11:49:11 +02:00
kdf.go
Initial commit: v0.1.0
2023-02-15 16:33:55 +01:00
relay.go
Implemented support for Kerberos authentication with the help of gokrb5.
2024-07-21 11:49:11 +02:00
seal_test.go
Initial commit: v0.1.0
2023-02-15 16:33:55 +01:00
session.go
Some refactoring where MS-SRVS and MS-SCMR are moved to their own packages and common DCERPC structs are relocated to a dedicated file. Some changes to NDR serialization functions to better handle both null- and non-null-terminated strings. Fixed an issue with a lack SMB credits when using Kerberos auth. And some small changes to make certain functions public and addition of error codes
2025-03-16 17:31:59 +01:00
sign_test.go
Initial commit: v0.1.0
2023-02-15 16:33:55 +01:00
smb1.go
Changed Negotiate Protocol logic to do Multi-Protocol Negotiate instead of only trying SMB2
2024-01-28 20:52:38 +01:00
smb.go
Some refactoring where MS-SRVS and MS-SCMR are moved to their own packages and common DCERPC structs are relocated to a dedicated file. Some changes to NDR serialization functions to better handle both null- and non-null-terminated strings. Fixed an issue with a lack SMB credits when using Kerberos auth. And some small changes to make certain functions public and addition of error codes
2025-03-16 17:31:59 +01:00