CPEH-001: Certified Professional Ethical Hacker (CPEH) Exam Dumps
Free GAQM CPEH-001 Exam Dumps - Page 2
Question No: 11
MultipleChoice
Exhibit:
ettercap --NCLzs --quiet
What does the command in the exhibit do in ''Ettercap''?
Options
Answer CExplanation
-N = NON interactive mode (without ncurses)
-C = collect all users and passwords
-L = if used with -C (collector) it creates a file with all the password sniffed in the session in the form 'YYYYMMDD-collected-pass.log'
-z = start in silent mode (no arp storm on start up)
-s = IP BASED sniffing
--quiet = 'demonize' ettercap. Useful if you want to log all data in background.
Question No: 12
MultipleChoice
Exhibit:
You are conducting pen-test against a company's website using SQL Injection techniques. You enter ''anuthing or 1=1-'' in the username filed of an authentication form. This is the output returned from the server. What is the next step you should do?