Thursday, September 23, 2010

The neat command I learned today

On Windows XP and up, you get a neat utility called msinfo32 that you can run to get system and software information. Going to look into getting this working with winexe and the autoassess script.

The command I have found best is `start msinfo32 /report info.txt /categories +systemsummary`.

In lesser news, I added a binary for x86_64 winexe to the downloads page in google code. Probably tomorrow I will build a x86 chroot and build an x86 winexe binary and upload it as well.

I have also been working on the new gui for the autoassess script, it is my first real application written in python (pyqt), so feel free to (constructively) criticize. No events are wired up yet outside of some test events.

2 comments:

  1. Feel free to use any info from OAv2's audit_windows.vbs script. https://launchpad.net/oav2

    ReplyDelete
  2. That looks really cool, I will definitely play around with it a bit and see what I can do.

    Thanks!

    ReplyDelete