sugitime Posted October 12, 2017 Posted October 12, 2017 I'm making a module for WPA2-Enterprise hash interception. Its all going well and I'm almost done. I'm just working on one last issue... I start hostapd-wpe with this command: hostapd-wpe /path/to/hostapd-wpe.conf Once the program starts, it outputs everything to 'the screen' (probably stdout?) It also will put handshakes into a log file (ref: https://github.com/OpenSecurityResearch/hostapd-wpe/blob/master/README) The issue I'm having is that none of the output is written to the file until after the application has completed executing. All of the code will be available in the module as soon as its done, so I dont have an issue sharing it now. Its all located on github: https://github.com/sugitime/Radius Quote
sugitime Posted October 12, 2017 Author Posted October 12, 2017 P.S. Props to Whistle Master. I ripped off and repurposed your Nmap module in a super not subtle way. Quote
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.