Categorygithub.com/whitehatcp/seclab-listener
repositorypackage
0.0.0-20181102233506-42df60b5e70e
Repository: https://github.com/whitehatcp/seclab-listener.git
Documentation: pkg.go.dev

# README

Seclab Listener

Build Status Lab Status

Building

To build the server program in the current directory:

mkdir -p $GOPATH/src/github.com/WhiteHatCP
git clone https://github.com/WhiteHatCP/seclab-listener.git $GOPATH/src/github.com/WhiteHatCP/seclab-listener
go build github.com/WhiteHatCP/seclab-listener

Running

$ ./seclab-listener
usage: seclab key dest open closed
$ ./seclab-listener ~/private/key /var/www/status.svg /var/www/open.svg /var/www/closed.svg

You are now listening for new connections on seclab.sock in the current directory.