I am using WMI in Python to monitor the Activities(Like List Processes running, Installed Applications) of computers remotely in LAN.
I need to Monitor the Internet Activity of those Computers from my Computer. ie..I should list out the websites visited and Also i should block particular websites. How can i implement this..?
(Like Parental Control)
I am using WIFI only.(I am Not using switch and router)
Please help me..