https://github.com/sonodima/router-spoof
Script that spoofs mac addresses and changes network domain of OpenWRT routers.
https://github.com/sonodima/router-spoof
Last synced: about 2 months ago
JSON representation
Script that spoofs mac addresses and changes network domain of OpenWRT routers.
- Host: GitHub
- URL: https://github.com/sonodima/router-spoof
- Owner: sonodima
- Created: 2020-05-11T10:44:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:43:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T12:21:50.241Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
router-spoof 📡
> Script that spoofs mac addresses and changes network domain of OpenWRT based routers.
If set up this script with the commands below, it will launch every time the router starts.
Note that changes to the domain name only take place after a reboot, so in each session you will see the previous domain name.## Install
```sh
wget "https://raw.githubusercontent.com/sonodima/RouterSpoof/master/router_spoof.sh" -O "/etc/init.d/router_spoof.sh"
chmod 755 "/etc/init.d/router_spoof.sh"
ln -s "/etc/init.d/router_spoof.sh" "/etc/rc.d/S99router_spoof"
./etc/init.d/router_spoof.sh
reboot
```## Setup
> Edit 'INTERFACES' to select the interfaces you want to spoof.
Please note that spoofing every interface is not a good idea, and it may affect your internet connection.
```
vi "/etc/init.d/router_spoof.sh"
```## Author
👤 **sonodima**
* Github: [@sonodima](https://github.com/sonodima)