GIAC Python Coder (GPYC) GPYC Question # 2 Topic 1 Discussion

GIAC Python Coder (GPYC) GPYC Question # 2 Topic 1 Discussion

GPYC Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

An attacker does not yet know the IP address of his target. He uses the "socket" module to create a backdoor program. He is writing the command to bind the computer's current IP address and port 4444 to the "backdoor" socket. Which command should he use?


A.

backdoor.bind(UDP, 4444)


B.

backdoor.bind()(4444)


C.

backdoor.bind((*))


D.

backdoor.bind(("",4444))


Get Premium GPYC 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.