Mauri de Souza Meneguzzo
Mauri de Souza Meneguzzo
@cyrildewit One use case is when migrating from a different solution to yours, for example from a integer column views count to the eloquent-viewable package. We need to seed the...
Seems like your metasploit handler is lintening on the loopback interface only. Try to bind it to 0.0.0.0
Sorry, my fault! You need the golang.org/x/sys/windows: ``` go get golang.org/x/sys/windows ```
What your OS?
On my windows 10 test machine works fine, but when I try build on my main linux machine I see the same error. Seems like you can build only for...
$ go build main.go:11:2: no buildable Go source files in home/mauri870/gopath/src/golang.org/x/sys/windows/svc $ env GOOS=windows go build $ ls | grep .exe powershell-reverse-http.exe :confused:
I 've never tested it, but I think so
Yes :smile: But an older fork version, because the latest versions dropped the support for metasploit
I will keep this issue open, thanks for testing
As described in #37, you MUST export an environment variable named GOBIN, and append it to your PATH variable in order to use go get`ted` binaries. Add the following to...