the-useless-one / pywerview

A (partial) Python rewriting of PowerSploit's PowerView
GNU General Public License v3.0
908 stars 113 forks source link

get-objectacl #45

Closed s0i37 closed 1 year ago

s0i37 commented 2 years ago

Hello. Very cool!!! But thats about ACL audit with get-objectacl? Nowadays viewing ACL from under Linux is not very comfortable...

ThePirateWhoSmellsOfSunflowers commented 1 year ago

Hello,

Sorry for the (extremely) late response. ACL auditing is really hard to implement and we don't think that the goal of pywerview (used as a tool) is to perform "heavy" computing on the returned results. Complex handling must be implemented in a separate script with pywerview used as a library. However, as pywerview can return json results, you can use powerful (but not so friendly :disappointed: ) tools such as jq.

Feel free to submit a PR if you manage to implement it.

:sunflower: