Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ouro-borous authored Oct 12, 2024
1 parent b74e21e commit 87d8931
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ go mod download
```

**READ BEFORE YOU BUILD**

At this point, we need to replace one of the files (smb.go) in the library. It doesn't like working with incomplete sessions.

The zgrab2 library should be in your $GOROOT or $GOPATH, but during testing, downloading without those variables set was pretty inconsistent, so I don't feel like a script would be reliable.

You're looking for a file path which looks something this: .../go/pkg/mod/github.com/stacktitan/[email protected]._____/smb/smb.go

Once you've done these steps, the executable is ready to be built.
Expand Down Expand Up @@ -97,4 +100,4 @@ Feb 9 03:44:07 responder-detected: [{"interface":"vmnet8","responderIP":"172.16
```

## Future plans
Sure, we can pass honeycreds. But how do we track them? How can we tell all of our machines that something is a honeycred and raise maximum alert if it's seen?
Sure, we can pass honeycreds. But how do we track them? How can we tell all of our machines that something is a honeycred and raise maximum alert if it's seen?

0 comments on commit 87d8931

Please sign in to comment.