trustedsec / CS-Situational-Awareness-BOF

Situational Awareness commands implemented using Beacon Object Files
GNU General Public License v2.0
1.28k stars 221 forks source link

Update Ldapsearch with DynamicLoad #63

Closed frenetic00 closed 2 years ago

frenetic00 commented 2 years ago

The current ldapsearch object on the master branch works fine, however when it's re-compiled CS throws the "no slot for function (reduce number of Win32 APIs called)" error.

I've modified ldapsearch to use the DynamicLoad function to load in the LDAP APIs

coffeegist commented 2 years ago

Extremely timely as I just bumped into this as well. Thanks for the contribution @csseal it fixed things on my end

freefirex commented 2 years ago

Sorry about the really long delay, been on holiday then catching up with internal work.

If you would be willing to re-open this I'd be happy to look it over and get it merged in

freefirex commented 2 years ago

Thanks for the fix and for helping keep this repo running!