ECCouncil Certified Ethical Hacker Exam (CEHv13) 312-50v13 Question # 109 Topic 11 Discussion

ECCouncil Certified Ethical Hacker Exam (CEHv13) 312-50v13 Question # 109 Topic 11 Discussion

312-50v13 Exam Topic 11 Question 109 Discussion:
Question #: 109
Topic #: 11

An attacker runs the 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?

312-50v13 Question 109


A.

Machine A: netcat -l -p -s password 1234 < testfile Machine B: netcat 1234


B.

Machine A: netcat -l -e magickey -p 1234 < testfile Machine B: netcat 1234


C.

Machine A: netcat -l -p 1234 < testfile -pw password Machine B: netcat 1234 -pw password


D.

Use cryptcat instead of netcat


Get Premium 312-50v13 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.