Skip to content

akosej/lookcopys

Repository files navigation

lookcopys logo

Multiplatform application to monitor the copies that are made on USB devices

preview

Keeps a record of all connected devices and what has been copied from the PC running the application

version

Programming languages used

react

Contributors

@akosej @Nesty92

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

react react react react

Manual compilation

  1. Download or clone the repository from github.
  2. Navigate to the root directory of the product and run
  3. go mod tidy
  4. go mod vendor
  5. CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -a -ldflags "-extldflags '-static' -s -w" -o lookcopys ./*.go

Start up

  1. Give it execution permission > chmod +x ./lookcopys
  2. Run the compiled binary >./lookcopys
  3. Open a browser and enter the url http://127.0.0.1:5323