Beginning WMI

Ok, I have just recently discovered the inherent coolness that is the WMI (Windows Management Instrumentation). I whipped up this example to show some of the random stuff you can retrieve with it (be sure to “allow” the activeX to run, you trust me don’t you?).

Here be the sample

Isn’t that cool? Imagine what a hacker could get up to if they could just execute whatever old ActiveX they wanted on your local machine, hmmm?

Anyway, I hope to write a few more interesting examples in the near future. Hmmm, Imagine being able to turn on / off services or kill processes using nothing but scripts in a web page?

Update:

Ok, I couldn’t help myself, I whipped up this web based service manager (requires admin access of course): Service Manager.