List of questions
Related questions
Question 17 - PT0-003 discussion
A penetration testing team wants to conduct DNS lookups for a set of targets provided by the client. The team crafts a Bash script for this task. However, they find a minor error in one line of the script:
1 #!/bin/bash
2 for i in $(cat example.txt); do
3 curl $i
4 done
Which of the following changes should the team make to line 3 of the script?
A.
resolvconf $i
B.
rndc $i
C.
systemd-resolve $i
D.
host $i
Your answer:
0 comments
Sorted by
Leave a comment first