EC-Council
312-50V10 · Question #680
312-50V10 Question #680: Real Exam Question with Answer & Explanation
Sign in or unlock 312-50V10 to reveal the answer and full explanation for question #680. The question stem and answer options stay visible for context.
Sniffing
Question
An attacker runs netcat tool to transfer a secret file between two hosts. Machine A: netcat -l -p 1234 < secretfile Machine B: netcat 192.168.3.4 > 1234 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 < testfile
- BMachine A: netcat -l -e magickey -p 1234 < testfile
- CMachine A: netcat -l -p 1234 < testfile -pw password
- DUse cryptcat instead of netcat
Unlock 312-50V10 to see the answer
You've previewed enough free 312-50V10 questions. Unlock 312-50V10 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#encrypted file transfer#network sniffing prevention