Skip to content

ExcelliumSA/BRTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BRTR – Reap what they route.

BRTR (pronounced "Brouteur") is a stealthy Man-in-the-Middle (MITM) traffic interception tool that leverages brouting on network bridges to silently capture, analyze, or manipulate traffic.

πŸš€ Features

  • πŸ” Passive traffic interception via brouting on bridged networks
  • πŸ‘» Silent MITM with minimal footprint

πŸ“¦ Prerequisites

  • Linux-based system (tested on Kali)
  • iptables
  • ebtables-legacy
  • Root access required

βš™οΈ Usage

Update the configuration on the top of the file

IFACE1="eth0"               # First network interface
IFACE2="eth1"               # Second network interface
BRIDGE="br0"                # Bridge interface
PROXY_PORT=8080             # Local transparent proxy port
PORT_TO_REDIRECT=(80 443)   # Ports to redirect to the proxy

And then run it

sudo ./brtr.sh

🧠 How It Works

Schema

In short:

  • Create a bridge to let devices on the same LAN as usual
  • Redirect traffic to some specified port to the level 3 via a brouting command
  • Redirect the packet after brouting to a local proxy

🧯 Disclaimer

This tool is for educational and authorized security testing purposes only.
Unauthorized use on networks you do not own or have explicit permission to audit is illegal and unethical.


πŸ™ Credits

Created by Valentin Giannini / Thales Cyber Solutions Luxembourg

About

BRTR - Reap what they route

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages