淺談原始套接字 SOCK_RAW 的內幕及其應用(port scan, packet sniffer, syn flood, icmp flood)

一、SOCK_RAW 內幕 首先在講SOCK_RAW 之前,先來看創建socket 的函數: int socket(int domain, int type, int protocol); domain :指定通信協議族(protocol family/address) /usr/include/i386-Linux-gnu/bits/socket.h  C++ Code  1 2 3 4 5 6
相關文章
相關標籤/搜索