GIAC GPEN 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 GPEN Summary
- Vendor: GIAC
- Product: GPEN
- Update on: Jul 25, 2025
- Questions: 385