Q2 Single choice Flag A programmer includes the following line in his program. What does this enable him to do?from scapy. all import * A Run brute-force password attempts against a local service B Encrypt Python code using a private key C Read and manipulate network packets D Check imported code for malicious behavior Correct answer