Ask Your Question
0

Can i replicate captured TCP command?

asked 2023-02-07 13:37:39 +0000

Hello there, I have NEC TV's that can be turned on/off via TCP command. I can se the command in Wireshark on specific port.

Is there a simple way to replicate that specific captured command? Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-07 14:51:33 +0000

Ginny S gravatar image

This could work if the TV in question will accept the same packet without variation. Commands will sometimes have something like a time-sensitive value to protect against replays and spurious retransmissions. IoT devices don't include these controls as often as they should though!

If the same packet is acceptable, this can be done like a replay attack. You could use a tool like tcpreplay to replay from a pcap (doesn't support pcapng, unfortunately). You can isolate the packet and save in pcap format to use with tcpreplay.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2023-02-07 13:37:39 +0000

Seen: 136 times

Last updated: Feb 07 '23