MaCySTe
MaCySTe copied to clipboard
Maritime Cyber Security Testbed
Results
2
MaCySTe issues
Sort by
recently updated
recently updated
newest added
I have some CAT 240 data in a pcap file. I can inject it using tcpreplay but how do I setup the system to take the feed from my data....
In the containerfile of websockt_to_websocket, ``` FROM docker.io/library/rust:1.66 COPY . /usr/src/websocket-to-websocket WORKDIR /usr/src/websocket-to-websocket RUN \ --mount=type=cache,dst=/root/.cargo \ --mount=type=cache,dst=/usr/src/websocket-to-websocket/target \ cargo install --path . WORKDIR /srv CMD [ "websocket-to-websocket" ] ```...