错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Explore Scapy for Experimenting with Networking Environments Security

  • Anil Kumar Rangisetti

摘要

In Chapter 7 , we explored and experimented with linux capabilities, seccomp, and AppArmor features for protecting and enhancing the system security of shared infrastructures (such as data centers and cloud environments) built over the Docker hosts. In this chapter, you will learn how to inspect network protocols, applications, and traffic for exploring a variety of network security problems. Usually, carrying out network discovery and security tasks involve network traffic sniffing, spoofing, and construction of a variety of custom network tools. Hence, it is necessary to use various network security tools such as tcpdump, wireshark, Tcpreplay, tshark, Nmap, arpspoof, arping, etc. Specifically, in this chapter, you will learn a powerful and simple Python network application called Scapy for carrying out network security experiments.