Skip to content

A simple python script that scans and adds selected devices in your network to the Vianet (raisecom variant) router's mac blocklist.

Notifications You must be signed in to change notification settings

fatpotatosalad/MacBlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MacBlock

A simple python script that scans and adds selected devices in your network to the Vianet (raisecom variant) router's mac blocklist.

Requirements

Python libraries: BeautifulSoup, requests

Other programs: arp-scan

To install the python libraries, use:

pip3 install bs4 requests

If arp-scan is not installed, use:

Ubuntu/Debian:

sudo apt-get install arp-scan

Archlinux:

sudo pacman -S arp-scan

Usage

Just run the python script macblock.py.

If you haven't changed the router management page login credentials, the script will use the default login credentials.

If you have changed the login credentials change the username and psd in line 9 to match yours.

TODO: Add code to unblock blocked mac addresses

About

A simple python script that scans and adds selected devices in your network to the Vianet (raisecom variant) router's mac blocklist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages