Wednesday, August 4, 2010

Kismet + SCCM = skism

Here's a python script that will connect to your Kismet server, grab client MAC addresses and send them off to Microsoft's SCCM to try to match them to usernames.

skism

The coding is probably pretty rough, but I'm not really a coder, so...

If anyone finds this useful, let me know.

2 comments:

scrivomc said...

Hi Michael,

Is the source code available for this? I'm looking to develop a ruby / python client for Kismet that will compare any client MAC addresses to a list of MAC addresses contained in a DB (possibly MySql). It looks like your project already performs a similar function and I'm just wondering if I could use your source code and tweak it?

Cheers,

scrivomc@hotmail.com

Michael Boyd said...

Yep. If you download the tarball, it is just a python script. I originally wrote it in ruby, but there were issues with the MSSQL connector, so I moved to python.