2 matches found
ICMPTunnel
icmptunnel 是一款将 IP 流量封装在 ICMP 回显请求和响应(ping)数据包内的隧道工具。它的用途是以半隐蔽方式绕过防火墙,例如在允许 ping 的网络内部进行横向渗透时。它也可能用于从企业网络向 Internet 出口,尽管在网络边界过滤 ICMP 回显流量的情况相当常见。 虽然已有几款现有工具实现了这种技术,但 icmptunnel 提供了更可靠的协议,以及一种能够穿越状态防火墙和 NAT 的隧道机制。 编译: 该工具使用普通的 Makefile 进行编译和安装。 使用 make 编译 icmptunnel。 快速开始: 首先,在客户端和服务器上禁用 ICMP...
5.4AI score
SaveExploits0References1
ICMP IP Tunnel: ICMPTunnel
icmptunnel works by encapsulating your IP traffic in ICMP echo packets and sending them to your own proxy server. The proxy server decapsulates the packet and forwards the IP traffic. The incoming IP packets which are destined for the client are again encapsulated in ICMP reply packets and sent...
0.5AI score
SaveExploits0References1
20