Closed ThePirateWhoSmellsOfSunflowers closed 8 years ago
Yes, "I'm fear of encoding" too :stuck_out_tongue:, but this commit should fix the issue. The encoding problem was only present when using RPC communications (impacket's LDAP seems to better handle encoding).
I also had to change how results were printed, so I took the opportunity to close #9 too.
Hope this works, if anyone else has a problem, feel free to reopen the issue.
Cheers,
Yannick
Hi dude !
Because of non ascii characters (maudits français) in the group name or the description, PywerView is not able to diplay them. Same problem in
get-netshare
. Affected functions :get-netlocalgroup
andget-netshare
(but maybe in others too)PywerView
$ ./pywerview.py get-netlocalgroup -w DOMAIN.lan -u administrator -p p@ssw0rd --dc-ip DC.domain.lan --computername COMPUTER01.domain.lan --list-groups
PS C:\Users\administrator> Get-NetLocalGroup -ComputerName COMPUTER01.domain.lan -ListGroup
$ ./pywerview.py get-netshare -w DOMAIN.lan -u administrator -p p@ssw0rd --computername COMPUTER01.domain.lan
PS C:\Users\administrator> get-netshare -ComputerName COMPUTER01.domain.lan
(Oh for f*\ sake's Github...)
By the way awesome tool ahah :+1:
"I'm fear of encoding"