Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmatt0/mitmrouter
Bash script to automate setup of Linux router useful for IoT device traffic analysis and SSL mitm
https://github.com/nmatt0/mitmrouter
Last synced: 4 months ago
JSON representation
Bash script to automate setup of Linux router useful for IoT device traffic analysis and SSL mitm
- Host: GitHub
- URL: https://github.com/nmatt0/mitmrouter
- Owner: nmatt0
- License: mit
- Created: 2024-04-28T21:11:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-28T21:25:42.000Z (10 months ago)
- Last Synced: 2024-04-28T22:26:00.642Z (10 months ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - nmatt0/mitmrouter - Bash script to automate setup of Linux router useful for IoT device traffic analysis and SSL mitm (Shell)
README
# mitmrouter
Bash script to automate setup of Linux router useful for IoT device traffic analysis and SSL mitm![Arch](./img/arch.jpg)
## Dependancies
- hostapd
- dnsmasq
- bridge-utils
- provides `brctl`
- net-tools
- provides `ifconfig`## Usage
You may want to disable NetworkManager as it may fight for control of one or more of the network interfaces.
Before running the script, you will need to edit the bash variables at the top of the script to use your machines interface names and other details you may want to change like the Wi-Fi network SSID and password.
```
./mitmrouter.sh:
```The `./mitmrouter.sh up` command will bring down all the linux router components and then build them back up again
The `./mitmrouter.sh down` command will bring down all the linux router components