vulncheck-oss / go-exploit

A Go-based Exploit Framework
https://pkg.go.dev/github.com/vulncheck-oss/go-exploit
Apache License 2.0
308 stars 29 forks source link

Add clean shutdown and signal handlers to HTTPServeFile #268

Open terrorbyte opened 2 weeks ago

terrorbyte commented 2 weeks ago

This adds support to make the HTTPServeFile shutdown cleanly on shutdown and adds support for SIGINT shutdowns. I think it definitely needs more testing and potentially support for HTTPServeShell as well as windows testing.