Page 1 of 1

pcap files to Docker

Posted: Sun Mar 10, 2024 2:04 pm
by cliveg
Hi,

I am trying to upload some "Monitor" pcap files from a vMX to the docker so I can then transfer via thin client to my local machine.

For some reason I cannot utilise wireshark directly (ssh remote) as it does not seem toc apture anything.

Anyway, a way around that is to use the "Montiro" command write the output to a file, which I have done. Then I can copy that file to the docker. So, I am using the following command:

copy file test.pcap root@<ip address of docker>:/root - It connects fine and then asks me for "root's" password, as it should. I have tried all different ones noted for root, like eve, EVE, Eve but none of them work.

Is there a particular password for docker within eve please?

Re: pcap files to Docker

Posted: Sun Mar 10, 2024 3:31 pm
by cliveg
All okay. I have resolved the issue.

Thanks