dockers icon indicating copy to clipboard operation
dockers copied to clipboard

Eyewitness not recognizing --headless

Open shuntera opened this issue 6 years ago • 3 comments

I just did a new build of the Dockerfile and it looks like the version of Eyewiteness that is installed no longer recognizes the --headless parameter as called in entrypoint.sh. I get this output:

EyeWitness.py: error: unrecognized arguments: --headless

Sadly I rebuilt on top of the old image that was working, no now I am broken :-(

shuntera avatar Feb 26 '19 21:02 shuntera

Forgot to mention this is for the torwitness Docker image

shuntera avatar Feb 26 '19 22:02 shuntera

Resolved this myself by grabbing an older version of EyeWitness, so in the Dockerfile I now have:

# RUN git clone https://github.com/ChrisTruncer/EyeWitness.git
RUN wget https://github.com/FortyNorthSecurity/EyeWitness/archive/2.2.2.tar.gz && tar -xzf 2.2.2.tar.gz && mv EyeWitness-2.2.2 EyeWitness

shuntera avatar Apr 14 '19 21:04 shuntera

bump, experienced the same issue

j0eii avatar Sep 24 '19 12:09 j0eii