摘要:
NETWORK_SCANNER Discover all devices on the network. Display their IP address. Display their MAC address. Write the Python code using the scapy.all mo 阅读全文
摘要:
SIMPLE ALGORITHM Goal -> Check if MAC address was changed. Steps: 1. Execute and read ifconfig. 2. Read the mac address from the output. 3. Check if M 阅读全文
摘要:
FUNCTIONS Set of instructions to carry out a task. Can take input, and return a result. Make the code clearer, reusable, and more abstract. input() fu 阅读全文
摘要:
MAC ADDRESS Media Access Control Permanent Physical Unique Assigned by manufacturer Permanent Physical Unique WHY CHANGE THE MAC ADDRESS 1.Increase an 阅读全文