摘要: 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 阅读全文
posted @ 2019-08-11 11:50 晨风_Eric 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-08-11 10:53 晨风_Eric 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-08-11 09:34 晨风_Eric 阅读(206) 评论(0) 推荐(0) 编辑
摘要: MAC ADDRESS Media Access Control Permanent Physical Unique Assigned by manufacturer Permanent Physical Unique WHY CHANGE THE MAC ADDRESS 1.Increase an 阅读全文
posted @ 2019-08-11 00:39 晨风_Eric 阅读(300) 评论(0) 推荐(0) 编辑