EC-CouncilEC-Council
312-50V13 · Question #136
312-50V13 Question #136: Real Exam Question with Answer & Explanation
Sign in or unlock 312-50V13 to reveal the answer and full explanation for question #136. The question stem and answer options stay visible for context.
Submitted by devops_kid· Mar 6, 2026Sniffing
Question
An attacker runs netcat tool to transfer a secret file between two hosts. He is worried about information being sniffed on the network. How would the attacker use netcat to encrypt the information before transmitting onto the wire?
Options
- AMachine A: netcat -l -p -s password 1234 < testfileMachine B: netcat <machine A IP> 1234
- BMachine A: netcat -l -e magickey -p 1234 < testfileMachine B: netcat <machine A IP> 1234
- CMachine A: netcat -l -p 1234 < testfile -pw passwordMachine B: netcat <machine A IP> 1234 -pw
- DUse cryptcat instead of netcat
Unlock 312-50V13 to see the answer
You've previewed enough free 312-50V13 questions. Unlock 312-50V13 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#netcat#cryptcat#data encryption#sniffing evasion