⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包
💻
字号:
                      RAW sockets example code                      ------------------------  The code included will hopefully act as a guide to those wanting to useraw sockets. Use one of the makefiles to compile on your system.The following operating systems are supported:Makefile.bsd4      BSD4.4 Derived Systems: (OpenBSD 2.1 needs to tweak this                                            since they dont need a bug                                            workaround other BSD					    systems do).Makefile.sco      SCO Openserver 5.0Makefile.sol      Solaris 2.4/2.5          (Solaris 2.6 may not need a bug                                                     workaround used in it).Makefile.linux    Linux 2.0.29Three binaries should be created:tcp    :   Basically sends out an empty TCP packet with the FIN flag set.udp    :   Sends out a udp packet with zeroed out data, of 12 bytes.ipicmp :   Sends out an ICMP echo request.            Without any time information on it.If anyone has bug fixes, additional ports, please send me the patches. Ilike keeping seperate makefiles for each operating system, so if you can,just roll one up with your port.Thamer Al-Herbish <shadows@whitefang.com>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -