outputfilter

linux zmap

亡梦爱人 提交于 2021-01-31 14:46:44
https://github.com/zmap/zmap ZMap is a fast single packet network scanner designed for Internet-wide network surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap is capable scanning the entire public IPv4 address space in under 45 minutes. With a 10gigE connection and PF_RING , ZMap can scan the IPv4 address space in under 5 minutes. ZMap operates on GNU/Linux, Mac OS, and BSD. ZMap currently has fully implemented probe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send a large number of UDP probes . If you are looking to do more involved scans,

13、Nginx的模块化体系

梦想的初衷 提交于 2020-05-05 20:42:06
event module:事件处理机制 phase handler:处理客户端请求 output filter:phase handler处理完成之后对输出进行过滤,前面分析的gzip压缩就属于一种过滤 upstream:反向代理模块,将请求转发到真实的服务器去处理 load balancer:负载均衡 extend module:集成第三方模块功能 来源: oschina 链接: https://my.oschina.net/liwanghong/blog/4267563