上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 57 下一页
摘要: PACKET_SNIFFER Capture data flowing through an interface. Filter this data. Display Interesting information such as: Login info(username&password). Vi 阅读全文
posted @ 2019-08-20 23:02 晨风_Eric 阅读(354) 评论(0) 推荐(0)
摘要: Typical Network ARP Spoofing Why ARP Spoofing is possible: 1. Clients accept responses even if they did not send a request. 2. Clients trust response 阅读全文
posted @ 2019-08-17 15:49 晨风_Eric 阅读(802) 评论(0) 推荐(0)
摘要: DICTIONARIES Similar to lists but use key instead of an index. LISTS List of values/elements, all can be stored in one variable. Improving the Program 阅读全文
posted @ 2019-08-17 00:10 晨风_Eric 阅读(250) 评论(0) 推荐(0)
摘要: 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 阅读(230) 评论(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 阅读(223) 评论(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 阅读(210) 评论(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 阅读(308) 评论(0) 推荐(0)
摘要: The Lab and Needed Software Attacker Machine - Kali Linux https://www.kali.org/ 1. Install the software terminator, which is very useful for multi-tas 阅读全文
posted @ 2019-08-10 22:12 晨风_Eric 阅读(136) 评论(0) 推荐(0)
摘要: What is Hacking? Gaining unauthorized access. Hackers? 1.Black-hat Hackers 2.White-hat Hackers 3.Grey-hat Hackers WHAT IS A PROGRAM? A set of instruct 阅读全文
posted @ 2019-08-10 20:22 晨风_Eric 阅读(170) 评论(0) 推荐(0)
摘要: Password Sniffing with Scapy 1. Download and install the Scapy first. https://scapy.net/ 2. Target Website https://aavtrain.com/index.asp 3. Write the 阅读全文
posted @ 2019-08-10 12:35 晨风_Eric 阅读(261) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 57 下一页