529 matches found
gost
GO Simple Tunnel GO语言实现的安全隧道 English README 特性 多端口监听 可设置转发代理,支持多级转发代理链 支持标准HTTP/HTTPS/HTTP2/SOCKS4A/SOCKS5代理协议 Web代理支持探测防御 支持多种隧道类型 SOCKS5代理支持TLS协商加密 Tunnel UDP over TCP TCP/UDP透明代理 本地/远程TCP/UDP端口转发 支持ShadowsocksTCP/UDP协议 支持SNI代理 权限控制 负载均衡 路由控制 DNS解析和代理 TUN/TAP设备 Wiki站点: v2.gost.run Telegram讨论群:...
Venom
Venom - A Multi-hop Proxy for Penetration Testers 简体中文 | English Venom是一款为渗透测试人员设计的使用Go开发的多级代理工具。 Venom可将多个节点进行连接,然后以节点为跳板,构建多级代理。 渗透测试人员可以使用Venom轻松地将网络流量代理到多层内网,并轻松地管理代理节点。 此工具仅限于安全研究和教学,用户承担因使用此工具而导致的所有法律和相关责任! 作者不承担任何法律和相关责任! 特性 可视化网络拓扑 多级socks5代理 多级端口转发 端口复用 apache/mysql/... ssh隧道 交互式shell...
frp
frp README | 中文文档 frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议,且支持 P2P 通信。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。 Sponsors frp 是一个完全开源的项目,我们的开发工作完全依靠赞助者们的支持。如果你愿意加入他们的行列,请考虑 赞助 frp 的开发。 Gold Sponsors The complete IDE crafted for professional Go developers The sovereign cloud that puts you ...
reverse-ssh
ReverseSSH Un servidor ssh enlazado estáticamente con una función de conexión inversa para acceso remoto simple pero potente. Muy útil durante desafíos de HackTheBox, CTFs o similar. Ha sido desarrollado y se utilizó ampliamente durante la preparación para el examen OSCP. Obtén la última versión...
PortForwarder
Windows TCP 端口转发器 一款高性能的 Windows TCP 端口转发工具,支持可选的 IP 白名单和详细日志功能。 功能特色 ✅ 将 TCP 流量从本地端口转发至任意远程主机:端口 ✅ 可选 IP 白名单,增强安全性 ✅ 端口 445 / SMB 接管模式(禁用 SMB 并释放端口 445 用于中继) ✅ 支持最多 100 个并发连接 ✅ 双向数据转发,实时统计 ✅ 详细模式,用于调试被拒绝的连接 ✅ 激进 TCP 保活设置,检测死连接 ✅ 低延迟转发(已禁用 Nagle 算法) ✅ 优雅关闭处理(Ctrl+C) ✅ 线程安全的连接管理 系统要求 Windows 操作系统...
xc
XC Reverse shell similar a Netcat para Linux y Windows. Características Windows root@kitploit: Usage: └ Shared Commands: !exit !upload uploads a file to the target !download downloads a file from the target !lfwd local portforwarding like ssh -L !rfwd remote portforwarding like ssh -R !lsfwd list...
reverse_ssh
反向SSH 艺术作品致谢 https://www.instagram.com/smart.hedgehog.art/ 想要使用SSH实现反向Shell?现在你可以了。 使用原生SSH语法管理和连接反向Shell 动态、本地和远程转发 原生SCP和SFTP实现,用于从目标检索文件 完整的Windows Shell 多种网络传输协议,例如http、websockets、tls等 客户端与服务器相互认证,建立高信任控制通道 以及更多!text +----------------+ +---------+ | | | | | | +---------+ RSSH | | Reverse | | ...
CVE-2021-1675
CVE-2021-1675 修改自https://github.com/sailay1996/PrintNightmare-LPE ,支持远程调用。 1、上传PrintNightmareLPE.exe与vlib.dll到远程服务器上,执行PrintNightmareLPE.exe。 2、本地做好端口转发netsh interface portproxy add v4tov4 listenport=31337 connectaddress=192.168.84.129 connectport=31337 3、本地启动xconsole.exe...
bore
bore 一个用 Rust 编写的现代、简单的 TCP 隧道,可将本地端口暴露给远程服务器,绕过标准的 NAT 连接防火墙。它只做一件事:不多也不少。 root@kitploit: 安装(需要 Rust,见下方其他方式) cargo install bore-cli 在本地机器上 bore local 8000 --to bore.pub 这将把你的本地端口 localhost:8000 暴露给公共互联网上的 bore.pub:,端口号是随机分配的。 类似于 localtunnel 和 ngrok,但 bore 旨在成为一个高效、无偏见的 TCP...
sish
sish Open source SSH tunneling for HTTPS, WSS, TCP, aliases, and SNI. If you like the simplicity of serveo/ngrok-style sharing but want to use plain SSH and run your own infrastructure, sish is built for that. No custom client required for end users Public and private tunnel workflows Docker and...
sish
sish 用于 HTTPS、WSS、TCP、别名和 SNI 的开源 SSH 隧道技术。 如果你喜欢 serveo/ngrok 风格的便捷分享,但又想使用普通的 SSH 并运行自己的基础设施,那么 sish 就是为此而生的。 最终用户无需自定义客户端 支持公网和私有隧道工作流 提供 Docker 和二进制发布 专为生产级自托管设计 文档 | 托管服务 | 发布页 | Docker 镜像 | 由 pico.sh 赞助 为什么选择 sish sish 运行着一个专注于转发和多路复用的 SSH 服务器。用户可以使用他们熟悉的命令进行连接,sish 负责处理路由。 典型用例 通过 HTTPS...
Win-PortFwd
Win-PortFwd 使用原生 netsh 客户端设置 Windows 端口转发的 Powershell 脚本 安装: git clone https://github.com/deepzec/Win-PortFwd.git 用法: .\win-portfwd.ps1 或 powershell.exe -noprofile -executionpolicy bypass -file .\win-portfwd.ps1 示例: 注意:此脚本需要管理员权限才能运行,如果你在普通用户权限下运行,它会自动尝试提升权限。 作者:Deepu TV;欢迎通过 @twitter.com/DeepZec...
webcgi-exploits
Web CGI Exploits 这是我前几年写的和Web CGI相关的各种exp的集合。 原理 通常情况下,web的应用架构是这样分层的: 1. web应用程序 2. web框架 3. 脚本语言解释器 4. web容器服务器 5. web前端反向代理通常是nginx等等. 4 & 5 有可能是同一个东西,甚至有些时候3 & 4也可能是同一个东西。...
iox
iox English | 中文 端口转发 & 内网代理工具,功能类似于lcx/ew,但是比它们更好 为什么写iox? lcx和ew是很优秀的工具,但还可以提高 在最初使用它们的很长一段时间里,我都记不住那些复杂的命令行参数,诸如tran, slave, rcsocks, sssocks。工具的工作模式很清晰,明明可以用简单的参数表示,为什么他们要设计成这样(特别是ew的-l -d -e -f -g -h) 除此之外,我认为网络编程的逻辑可以优化 举个栗子,当运行lcx -listen 8888...
attack-surface-framework
Attack Surface Framework Overview ASF aims to protect organizations acting as an attack surface watchdog, provided an “Object” which might be a: Domain, IP address or CIDR Internal or External, ASF will discover assets/subdomains, enumerate their ports and services, track deltas and serve as a...
sidedoor
sidedoor sidedoor mantiene una conexión SSH o un túnel con un demonio de script de shell. El caso de uso principal es mantener un reenvío de puerto remoto al servidor SSH local o a otro puerto. De esta manera, se puede acceder al dispositivo local sin utilizar conexiones entrantes que podrían est...
idb
Idb idb is a tool to simplify some common tasks for iOS pentesting and research. Originally there was a command line version of the tool, but it is no longer under development so you should get the GUI version. idb has a new homepage athttp://www.idbtool.com All documentation and news are posted...
zphisher
A beginners friendly, Automated phishing tool with 30+ templates. Disclaimer Any actions and or activities related toZphisher is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held...
sshimpanzee
Sshimpanzee Sshimpanzee te permite construir un servidor ssh inverso estático. En lugar de escuchar en un puerto y esperar conexiones, el servidor ssh iniciará una conexión inversa a la IP del atacante, como un shell inverso normal. Sshimpanzee te permite aprovechar todas las características de u...
Ssh Mitm
SSH-MITM SSH-MITM 是一个用于安全审计和渗透测试的中间人 SSH 代理。它支持拦截 SSH、SCP 和 SFTP 会话、代理转发、端口转发等功能。 此仓库曾是镜像,不再更新。 官方仓库如下: GitHub: ssh-mitm/ssh-mitm Codeberg: ssh-mitm/ssh-mitm 请相应地更新你的远程仓库和书签。 链接 文档: docs.ssh-mitm.at PyPI: pypi.org/project/ssh-mitm 错误报告与问题: GitHub Issues 讨论: GitHub Discussions 安全漏洞: GitHub Securit...