Free CompTIA PenTest+ PT0-002 Practice Question

During a penetration test, you are analyzing data exfiltrated from a target company’s employee directory. The data is formatted in a CSV file, which includes names, departments, and email addresses. Which of the following methods would be BEST to programmatically extract and display email addresses from each line, assuming the email address is the third value in each row?

  • Counting the number of words in each line and using an if statement to find email addresses

  • Using a regular expression to match any text that follows two commas

  • Encrypting and decrypting each line to isolate the email addresses

  • Splitting each line at commas and selecting the third element of the resulting list

This question's topic:
CompTIA PenTest+ PT0-002 / 
Tools and Code Analysis
Your Score:

Check or uncheck an objective to set which questions you will receive.