Johnnie Posted March 12, 2015 Share Posted March 12, 2015 Hi, I'm curious about the current status of this project. Is there a way to get the source code of the experiment8021104 program so we can play around with ideas? If not are there similar alternatives out there? I'd like to develop something for it but would rather use such a starting point instead of starting from scratch. Thanks. Quote Link to comment Share on other sites More sharing options...
TheTrev Posted July 11, 2015 Share Posted July 11, 2015 Any updates on this project or code? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted July 11, 2015 Share Posted July 11, 2015 Hi guys, The experiment8021104 binary was something I whipped up in ~20 minutes in C, just to spit out the MAC addresses of stations nearby. I have to admit that I don't actually have a copy of the code anymore, as we didn't anticipate anyone wanting it. It was just written for an episode Darren wanted to do / an idea he wanted to play with. Maybe if I get some time, I can re-write experiment8021104 (with improvements and options).. Best Regards, Sebkinne Quote Link to comment Share on other sites More sharing options...
TheTrev Posted July 13, 2015 Share Posted July 13, 2015 Thanks for the update, had been hoping Darren was going to follow up on this with more uses for this project. Trev Quote Link to comment Share on other sites More sharing options...
kavastudios Posted July 15, 2015 Share Posted July 15, 2015 Hi I am trying to build something similar, but using python. I am facing a very high cpu consumption, maybe i should try with C (I am not quite experienced in C) but could you provide a hint wich libraries I should use? or an overview in how to code it? Thanks Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted July 16, 2015 Share Posted July 16, 2015 Kavastudios, Writing this in python will probably be too inefficient. You could look at using libraries such as the OSDEP library (used by aircrack, mdk3, written by the aircrack developer), or possibly libpcap. If you want to roll your own, you can play around with raw sockets and building the packets and headers yourself. -Seb Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.