GIAC GCIH Question Answer
You run the following bash script in Linux:
for i in 'cat hostlist.txt' ;do
nc -q 2 -v $i 80 < request.txt done
Where, hostlist.txt file contains the list of IP addresses and request.txt is the output file. Which of the following tasks do you want to perform by running this script?
GIAC GCIH Summary
- Vendor: GIAC
- Product: GCIH
- Update on: Jul 25, 2025
- Questions: 328