3887 matches found
bore
bore A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less. root@kitploit: Installation requires Rust, see alternatives below cargo install bore-cli On your local machine bore local 80...
bore
bore Un túnel TCP moderno y simple en Rust que expone puertos locales a un servidor remoto, evitando los cortafuegos de conexión NAT estándar. Eso es todo lo que hace: ni más, ni menos. root@kitploit: Instalación requiere Rust, ver alternativas abajo cargo install bore-cli En tu máquina local bor...
psc
PortShellCrypter -- PSC This project - as well as its sister project crash - belongs to my anti-censorship tool-set that allows to setup fully working encrypted shells and TCP/UDP forwarding in hostile censoring environments. It is also useful for forensics to dump data from devices via UART or...
psc
PortShellCrypter -- PSC 该项目及其姊妹项目crash 属于我的反审查工具集,用于在敌对的审查环境中建立完全加密的 shell 和 TCP/UDP 转发。它同样适用于取证场景,当没有其他可用手段时,通过 UART 或 adb 从设备中转储数据。 通过 UART 连接到 Pi 的 DNS 查询和 SSH 会话转发 PSC 允许对 shell 会话进行端到端加密,支持单跳或多跳,且不依赖底层传输方式,只要传输层可靠并能收发 Base64 编码数据而不被修改/过滤即可。除了获得的端到端伪终端(例如在端口 shell 中),你还可以转发 TCP 和 UDP 连接,类似于...
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讨论群:...
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...
ThunderDNS
ThunderDNS 该工具可以通过DNS协议转发TCP流量。支持非编译客户端 + socks5。 运行 在我们的域名上设置NS记录: 请等待DNS缓存清除。 简易服务器运行: python3 ./server.py --domain oversec.ru 简易服务器运行(Dockerfile): docker run -e DOMAIN='' 简易客户端运行(Bash): bash ./bashclient.sh -d oversec.ru -n 简易客户端运行(PowerShell): PS: ./psclient.ps1 -domain oversec.ru -clientname...
CVE-2021-1675
CVE-2021-1675 Modificado de https://github.com/sailay1996/PrintNightmare-LPE ,soporta invocación remota. 1、Sube PrintNightmareLPE.exe y vlib.dll al servidor remoto y ejecuta PrintNightmareLPE.exe. 2、En el equipo local, configura el reenvío de puertos netsh interface portproxy add v4tov4...
Ssh Mitm
SSH-MITM SSH-MITM is a man-in-the-middle SSH proxy for security audits and penetration testing. It supports intercepting SSH, SCP, and SFTP sessions, agent forwarding, port forwarding, and more. This repository was a mirror and is no longer updated. The official repositories are: GitHub:...
CVE-2023-38408
OpenSSH Vulnerability - CVE-2023-38408 📚 Introduction A vulnerability was found in OpenSSH before 9.3p2 version. The PKCS11 feature in the ssh-agent in OpenSSH has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system...
reverse_ssh
反向SSH 艺术作品致谢 https://www.instagram.com/smart.hedgehog.art/ 想要使用SSH实现反向Shell?现在你可以了。 使用原生SSH语法管理和连接反向Shell 动态、本地和远程转发 原生SCP和SFTP实现,用于从目标检索文件 完整的Windows Shell 多种网络传输协议,例如http、websockets、tls等 客户端与服务器相互认证,建立高信任控制通道 以及更多!text +----------------+ +---------+ | | | | | | +---------+ RSSH | | Reverse | | ...
koppeling-p
koppeling-p Adaptive DLL hijacking / reenvío de exportación dinámico - preservación de EAT Resumen Este proyecto es una extensión limitada, solo en Python, del increíble proyecto de Nick Landers @monoxgas, disponible aquí. Diferencias La única diferencia con el proyecto original es que koppeling-...
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...
fapro
FaPro Free,Cross-platform,Single-file mass network protocol server simulator 中文Readme Description FaPro is a Fake Protocol Server tool, Can easily start or stop multiple network services. The goal is to support as many protocols as possible, and support as many deep interactions as possible for...
pyrexecd
PyRexecd PyRexecd es un servidor SSH independiente para Windows. Características: Aplicación Win32 independiente no un servicio que reside en la bandeja del sistema. Soporta un solo usuario / autenticación solo con clave pública. Notifica conexiones entrantes mediante ventana emergente...
File-Tunnel
File Tunnel Tuneliza conexiones TCP a través de un servidor de archivos. Puedes encontrar una lista completa de los sistemas de archivos compatibles aquí. Descarga Puedes encontrar ejecutables portátiles para Windows, Linux y Mac en la sección de versiones. Ejemplo 1 - Evadir un cortafuegos Quier...
sdnpwn
What is sdnpwn? sdnpwn is a toolkit and framework for testing the security of Software-Defined Networks SDNs. For more information check out this article: https://sdnpwn.net/2017/08/22/what-is-sdnpwn/ Installation First download sdnpwn using git root@kitploit: git clone...
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...
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...