Multiplatform application to monitor the copies that are made on USB devices
Keeps a record of all connected devices and what has been copied from the PC running the application
At present, we officially aim to support the last two versions of the following browsers:
- Download or clone the repository from github.
- Navigate to the root directory of the product and run
go mod tidy
go mod vendor
CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -a -ldflags "-extldflags '-static' -s -w" -o lookcopys ./*.go
- Give it execution permission
> chmod +x ./lookcopys
- Run the compiled binary
>./lookcopys
- Open a browser and enter the url http://127.0.0.1:5323