Shadi Habbal
Shadi Habbal
I will try to get my hands on a Mooltipass to re-test this. The scrolling wheel of mine started acting funny so I gave it away. The [PoC website](http://moolticute.securiteam.io/) is...
> > > there's a simple fix for the wheel issue: isopropyl alcohol :) it's not in the manual :-P
Better late than never.. I have examined this again using Moolticute v0.43.12-testing and can confirm it's working in the current implementation.  I have also modified the PoC to send...
Appears in https://github.com/mooltipass/moolticute/commit/078ea4712069a1682f49ec8d9ddb1cf53e302867 according to @raoulh's reply from Nov 18, 2019.
Fix it like this: replace `sd` with `master` ``` master = socket(AF_UNIX, SOCK_STREAM, 0); if (master < 0) { exit(0); } ``` and use `ap_hook_pre_mpm` instead of `ap_hook_post_config`.
Solution: add `BOF_LOCAL(msvcrt, calloc);` above line 90 in `bofnet_execute.cpp`