Multiple Choice
A penetration tester wants to script out a way to discover all the RPTR records for a range of IP addresses. Which of the following is the MOST efficient to utilize?
A) nmap -p 53 -oG dnslist.txt | cut -d ":" -f 4
B) nslookup -ns 8.8.8.8 << dnslist.txt
C) for x in {1...254}; do dig -x 192.168.$x.$x; done
D) dig -r > echo "8.8.8.8" >> /etc/resolv.conf
Correct Answer:

Verified
Correct Answer:
Verified
Q13: A penetration tester reviews the scan results
Q14: Joe, a penetration tester, is asked to
Q15: A penetration tester has a full shell
Q16: A client has scheduled a wireless penetration
Q17: A security analyst was provided with a
Q19: A penetration tester observes that the content
Q20: During a penetration test, a tester runs
Q21: During an internal network penetration test, a
Q22: At the beginning of a penetration test,
Q23: A company has engaged a penetration tester