Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 391 Bytes

fritzcontrol

A little java command line tool to manage the AVM fritz box parental controls

Usage: java -jar <jar> -u <username> -p <password> <Device>=<Profile>...

Example: java -jar <jar> -u Tom -p Secret123 Tom-Phone=Standard "Tom PC=Study Time"

Additional Options:

  • -url default is fritz.box
  • -auth possible options are MD5 (default) and PBKDF2 (newer fritz boxes)