forked from codeexpress/respounder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b74e21e
commit 87d8931
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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? |