Page 1 of 1

A programmer includes the following line in his program. What does this enable him to do? from scapy.all import *

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
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.