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

Netstack using gvisor netstack #488

Merged
merged 10 commits into from Apr 14, 2020
Merged

Conversation

sammynx
Copy link
Collaborator

@sammynx sammynx commented Feb 14, 2020

  • refactored netstack, -experimental to use the github.com/gvisor@go netstack code.
  • updated go.mod to Go version 1.13
  • updated honeytrap dependencies.
  • deleted vendor directory, it is modules only now.
  • renamed package netstack to xnetstack in netstack-experimental.
    `
    Honeytrap builds and runs with the netstack listener enabled, but receiving packets is untested.

@codecov-io
Copy link

codecov-io commented Feb 15, 2020

Codecov Report

Merging #488 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #488   +/-   ##
=====================================
  Coverage      42%    42%           
=====================================
  Files          82     82           
  Lines        8960   8960           
=====================================
  Hits         3764   3764           
  Misses       4749   4749           
  Partials      447    447
Impacted Files Coverage Δ
server/honeytrap.go 3.51% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 074e32f...57e4fac. Read the comment docs.

@sammynx
Copy link
Collaborator Author

sammynx commented Feb 15, 2020

Travis builds with Go 1.11 and 1.12 don't pass because some imports require Go 1.13 (like gVisor). Can this dependency be dropped in Travis?

@nl5887 nl5887 merged commit 99f1b2a into honeytrap:master Apr 14, 2020
@nl5887
Copy link
Contributor

nl5887 commented Apr 14, 2020

Thanks!

teranos pushed a commit to teranos/honeytrap that referenced this pull request Dec 10, 2020
* use go modules

* refactored netstack code to be up to date with gvisor

* go mod verify

* adjusted not up to date output of example code.

* downgraded go.mod to 1.11 (was 1.13)

* new build constraint: need go 1.13+

Co-authored-by: Remco Verhoef <remco@dutchcoders.io>
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

Successfully merging this pull request may close these issues.

None yet

4 participants