合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
[TOC] ## 常用的方法 **建立隧道** * ICMP:隧道,可以将TCP\UDP数据封装到ICMP的ping数据包中,从而穿过防火墙 * ngrok:反向代理,通过公共的端口和本地运行web服务器之间建立一个安全的通道 * Earthworm:该同居能够以正反向多级等方式大同一条网络隧道,直达网络深处,用蚯蚓独有的手段突破内网限制 * CS上线 ## 代理工具 ~~~ 1. frp https://github.com/fatedier/frp 分为客户端和服务端 通过ini文件配置好之后,进行内网穿透 2. Venom https://github.com/Dliv3/Venom/ 一个控制台和多个终端 3. EarthWorm 下载地址:http://rootkiter.com/EarthWorm/download/ew.zip http://sw.bos.baidu.com/sw-search-sp/software/b4a67d595e031/sockscap64w_V3.3_setup.exe 使用方法:https://blog.csdn.net/nzjdsds/article/details/82025651 4. Tunna https://github.com/SECFORCE/Tunna 5. SSF(secure socket funneling) 可通过单个安全TLS链接将来自多个套接字(TCP或UDP)的数据转发到远程计算机 https://securesocketfunneling.github.io/ssf/#download 6. reGeorg https://github.com/sensepost/reGeorg 7. msf https://blog.csdn.net/SheXinK/article/details/103699038 8.icmpsh https://github.com/inquisb/icmpsh 9.natapp https://natapp.cn/ 基于ngrok 10. ngrok https://ngrok.com/ 11. reDuh https://github.com/sensepost/reDuh 12. sSocks http://sourceforge.net/projects/ssocks/ 13.lcx 14. SocksCap64 windows下直连socks的软件 http://www.sockscap64.com (需FQ) 15. proxychains http://proxychains.sourceforge.net/ ~~~