Inspiration
I see a lot of kids playing games non stop. Studies have shown that games make you smarter, but too much games can have serious consequences on your heath and the well being of your mind. I decided to build this tiny tool to help parents to warn their kids from spending too much time on their console games.
Description
Tl;Dr: An application that will disconnect a device from the internet for a period of time every x mints.
Dependencies
airmon-ng, aireplay-ng, and vlc (optional)
apt-get install airmon-ng aireplay-ng vlc -y
Screens
Usage Guide
There are two main modes:
- Just Warnings
- This mode is flagged with -jw/–just_warning and it wont do anything except playing the file ‘warning.mp3’ for a 5 mints each you choose with argument -int/–interval
1 |
./Probations -i wlan0 -ip 192.168.1.12 -int 60 -jw #send a warning each 1 hour |
- Warning with actual disconnecting
1 |
./Probationer -i wlan0 -ip 192.168.1.12 -dm AA:BB:CC:DD:EE:FF -am EE:DD:FF:AA:BB:CC -int 120 #warn each 2 hrs then follow that with an actually disconnection |
Development
The application is written in Python. You can download it or help me develop more features on https://github.com/AddaxSoft/Probationer
Leave a reply