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-adserviceaccount command doesn't exist (get-netgmsa is what enumerates gMSA accounts) #62

Closed keyos1 closed 1 year ago

keyos1 commented 1 year ago

Hi, in the latest README.md the gMSA enumeration command is marked as get-adserviceaccount. However the code uses get-netgmsa instead.

Could you please fix it to be aligned with the documentation ?

Thank you

ThePirateWhoSmellsOfSunflowers commented 1 year ago

Hi!

Good catch, it is now fixed, thanks.

:sunflower: