Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

CompTIA PenTest+ Exam PT0-003 Question # 39 Topic 4 Discussion

CompTIA PenTest+ Exam PT0-003 Question # 39 Topic 4 Discussion

PT0-003 Exam Topic 4 Question 39 Discussion:
Question #: 39
Topic #: 4

A penetration tester writes the following script to enumerate a /24 network:

1 #!/bin/bash

2 for i in {1..254}

3 ping -c1 192.168.1.$i

4 done

The tester executes the script, but it fails with the following error:

-bash: syntax error near unexpected token ' ping '

Which of the following should the tester do to fix the error?


A.

Add do after line 2


B.

Replace {1..254} with $(seq 1 254)


C.

Replace bash with zsh


D.

Replace $i with ${i}


Get Premium PT0-003 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.