EC0-350 ECCouncil Certified Ethical Hacker v8

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (Volume E)

A certified ethical hacker (CEH) is approached by a friend who believes her husband is cheating. She offers to pay to break into her husband's email account in order to find proof so she can take him to court. What is the ethical response?

Select an option, then click Submit answer.

  • Say no; the friend is not the owner of the account.

  • Say yes; the friend needs help to gather evidence.

  • Say yes; do the job for free.

  • Say no; make sure that the friend knows the risk she’s asking the CEH to take.

Question 17 (Volume G)

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?

Select an option, then click Submit answer.

  • Machine netcat -l -p -s password 1234 < testfile
    Machine B. netcat 1234

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

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

  • Use cryptcat instead of netcat

Question 18 (Volume G)

What tool can crack Windows SMB passwords simply by listening to network traffic?

Select the best answer.

Select an option, then click Submit answer.

  • This is not possible

  • Netbus

  • NTFSDOS

  • L0phtcrack