Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use go-smb for using go-secdump? #2

Open
ZhiboWong opened this issue Jul 17, 2024 · 3 comments
Open

How to use go-smb for using go-secdump? #2

ZhiboWong opened this issue Jul 17, 2024 · 3 comments

Comments

@ZhiboWong
Copy link

└─$ go build main.go

main.go:38:2: no required module provides package github.com/jfjallid/go-smb; to add it:
go get github.com/jfjallid/go-smb

@jfjallid
Copy link
Owner

It should be enough to use either the Makefile with
make
or with go build:
go build .

@ZhiboWong
Copy link
Author

It should be enough to use either the Makefile with make or with go build: go build .

Sorry , I am not familiar with Go. Could you please teach me the details about using go-smb?

@jfjallid
Copy link
Owner

jfjallid commented Aug 1, 2024

If you are not familiar with golang it might be easier to just use a pre-compiled binary for Windows or Linux available under "Releases" .

If you want to compile the source code yourself you need to install golang and set up your build environment (verify that you can build a simple hello world program) and optionally install "make" if you want to use the Makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants