ExamGecko
Question list
Search
Search

Related questions











Question 159 - 312-50v12 discussion

Report
Export

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?

A.
Machine A: netcat -l -p -s password 1234 < testfileMachine B: netcat 1234
Answers
A.
Machine A: netcat -l -p -s password 1234 < testfileMachine B: netcat 1234
B.
Machine A: netcat -l -e magickey -p 1234 < testfileMachine B: netcat 1234
Answers
B.
Machine A: netcat -l -e magickey -p 1234 < testfileMachine B: netcat 1234
C.
Machine A: netcat -l -p 1234 < testfile -pw passwordMachine B: netcat 1234 -pw password
Answers
C.
Machine A: netcat -l -p 1234 < testfile -pw passwordMachine B: netcat 1234 -pw password
D.
Use cryptcat instead of netcat
Answers
D.
Use cryptcat instead of netcat
Suggested answer: D
asked 18/09/2024
Miguel Triebel
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first