Valhalla Legends Archive

General => General Discussion => Topic started by: Yoni on June 04, 2005, 10:41 AM

Title: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter list
Post by: Yoni on June 04, 2005, 10:41 AM
I wrote this to ensure LS (little sister) does not have Internet access between 23:00 and 10:00.
It talks to the router via the user-friendly HTTP configuration interface.
This script may be useful on other D-Link routers, but I have only this one so I can't tell.
Enjoy!

http://yoni.valhallalegends.com/stuff/LSKiller.py

To use, make a file in the working directory called "router.txt".
The first line of the file should contain the router admin username (by default, "admin").
The second line should contain the password, in plaintext.

Sample usage:

[18:30:09] C:\Projects\LSKiller>LSKiller.py add LSComp 00-11-2f-03-17-d8
Request sent. Router returned:
"Settings Saved"

[18:30:14] C:\Projects\LSKiller>LSKiller.py remove LSComp 00-11-2f-03-17-d8
Request sent. Router returned:
"The entry has been deleted."

[18:30:18] C:\Projects\LSKiller>LSKiller.py remove LSComp 00-11-2f-03-17-d8
The filter to remove was not found in the filter list!


Edit: Screenshot:
(http://yoni.valhallalegends.com/stuff/LSKiller.png)
*evil grin*
Title: Re: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter l
Post by: Yegg on June 05, 2005, 08:36 AM
Wow, very nice job Yoni.
Title: Re: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter l
Post by: ColT on June 05, 2005, 09:31 AM
Thats really cool, nice job.
Title: Re: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter list
Post by: UserLoser. on June 05, 2005, 06:55 PM
Ah hahahaha, what a brother
Title: Re: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter l
Post by: Yegg on June 05, 2005, 08:10 PM
Lol, Userloser, that's what I was thinking.
Title: Re: A Python script that adds/removes entries to the D-Link DI-614+ MAC filter l
Post by: Newby on June 06, 2005, 05:51 PM
That's a very good idea. Teaches her when she should be online and whatnot.