All Projects → m4n3dw0lf → Sslkill

m4n3dw0lf / Sslkill

Licence: gpl-3.0
Forced Man-In-The-Middle HTTPs-Avoiding Reverse Proxy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sslkill

Service Proxy
API gateway for REST and SOAP written in Java.
Stars: ✭ 355 (+639.58%)
Mutual labels:  proxy, reverse-proxy
Reverse Proxy Dotnet
Reverse Proxy agent
Stars: ✭ 46 (-4.17%)
Mutual labels:  proxy, reverse-proxy
Ssr Accounts
V2Ray, 免费V2Ray账号分享, 翻墙,无界, 自由门, SquirrelVPN, SS账号, 机场
Stars: ✭ 3,854 (+7929.17%)
Mutual labels:  proxy, reverse-proxy
Lunnel
fast reverse-proxy
Stars: ✭ 293 (+510.42%)
Mutual labels:  proxy, reverse-proxy
Spike
📣 A fast reverse proxy written in PHP that helps to expose local services to the internet
Stars: ✭ 582 (+1112.5%)
Mutual labels:  proxy, reverse-proxy
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: ✭ 306 (+537.5%)
Mutual labels:  proxy, reverse-proxy
Ssl Proxy
🔒 Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)
Stars: ✭ 427 (+789.58%)
Mutual labels:  proxy, reverse-proxy
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+379.17%)
Mutual labels:  proxy, dns
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (+1104.17%)
Mutual labels:  proxy, reverse-proxy
Lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 678776401
Stars: ✭ 4,784 (+9866.67%)
Mutual labels:  proxy, reverse-proxy
Open Proxy
一键部署被墙网站反向代理; 免翻墙访问被禁网站
Stars: ✭ 274 (+470.83%)
Mutual labels:  proxy, reverse-proxy
Dnsproxy
Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Stars: ✭ 683 (+1322.92%)
Mutual labels:  proxy, dns
Infini Gateway
INFINI-GATEWAY(极限网关), a high performance and lightweight gateway written in golang, for elasticsearch and his friends.
Stars: ✭ 272 (+466.67%)
Mutual labels:  proxy, reverse-proxy
Doh Server
Fast, mature, secure DoH server proxy written in Rust (doh-proxy).
Stars: ✭ 327 (+581.25%)
Mutual labels:  proxy, dns
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (+416.67%)
Mutual labels:  proxy, reverse-proxy
Encrypted Dns Server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 398 (+729.17%)
Mutual labels:  proxy, dns
Janus
An API Gateway written in Go
Stars: ✭ 2,249 (+4585.42%)
Mutual labels:  proxy, reverse-proxy
Otunnel
peer-to-peer tunnel tool
Stars: ✭ 224 (+366.67%)
Mutual labels:  proxy, reverse-proxy
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+841.67%)
Mutual labels:  proxy, reverse-proxy
Hiproxy
🛠 hiproxy is a lightweight proxy tool for Front-End developers based on Node.js that supports an NGINX-like configuration. 🔥
Stars: ✭ 629 (+1210.42%)
Mutual labels:  proxy, reverse-proxy

sslkill

SSL Kill is a forced man-in-the-middle transparent reverse proxy that modifies HTTP requests and responses in order to avoid SSL and HSTS, to achieve that, it use a two-way ARP spoofing plus a forced DNS resolver that redirects all name server queries to the attacker IP Address. This tool is for information security researchers and should not be used for criminal acts

SSL Kill v1.2

alt text

Installation

   $sudo apt-get install build-essential python-dev libnetfilter-queue-dev
   $git clone https://github.com/m4n3dw0lf/sslkill
   $cd sslkill
   $sudo pip install -r requirements.txt
   $sudo chmod +x sslkill.py
   $sudo ./sslkill.py -h

Basics

usage: 
 Network interface:     -i <INTERFACE> or --interface <INTERFACE> 
 Target IP Address:     -t <TARGET> or --target <TARGET> 
 Gateway IP Address:	-g <GATEWAY> or --gateway <GATEWAY>
 Listening Port:        -l <PORT> or --listen <PORT>
 Debug mode:	        -d Turn debugger ON, default = OFF

examples:
  $sudo ./sslkill.py -i wlan0 -t 10.0.0.3 -g 10.0.0.1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].