puzzlepeaches / Log4jUnifi

Exploiting CVE-2021-44228 in Unifi Network Application for remote code execution and more.
140 stars 29 forks source link

readme outdated #1

Closed nao3301 closed 2 years ago

nao3301 commented 2 years ago

Hi Guys,

docker has apparently changed something so that the command under install with docker not longer works:

docker build -t Log4jUnifi .

It throws this error:

invalid argument "Log4jUnifi" for "-t, --tag" flag: invalid reference format: repository name must be lowercase
See 'docker build --help'.

the fixed command would look like this:

docker build -t log4junify:1.0 .

Thanks for the nice work, keep it up :) Cheers

puzzlepeaches commented 2 years ago

Changed the README. Thanks for calling this out!