the-useless-one / pywerview

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

Fixed import wierdness when initializing LDAPRequester #15

Closed byt3bl33d3r closed 8 years ago

byt3bl33d3r commented 8 years ago

Heya!

When running get-netdomaincontroller I noticed there was an issue calling the _get_netfqdn() function (probably due to the fact that it's a hidden function).

Went with the laziest way of fixing it, mostly cause I couldn't get it to work any other way.

Cheers !

the-useless-one commented 8 years ago

Hey man, thanks for the PR! The only thing missing from it was removing _get_netfqdn from the Misc class.

Cheers,

Y