trustedsec / CS-Situational-Awareness-BOF

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

Ldapsearch - Base64 encode the "schemaIDGUID" attribute #112

Closed attl4s closed 9 months ago

attl4s commented 9 months ago

Hey, many thanks for the awesome repository! 💯

I was testing ldapsearch + bofhound and noticed the schemaIDGUID attribute was not being base64 encoded. This small PR fixes that

Before:

image

After:

image

Cheers!

freefirex commented 9 months ago

Closing in favor of #115 Seems multiple folks were on the same path though, thanks for the pull!