the-useless-one / pywerview

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

Delete blank lines beetween each hostname #9

Closed ThePirateWhoSmellsOfSunflowers closed 8 years ago

ThePirateWhoSmellsOfSunflowers commented 8 years ago

Once again, not really a issue, but I think the output would be prettier without blank lines between each name. Affected functions : get-netcomputer and get-netgroup (but maybe in others too)

PywerView

$ ./pywerview.py get-netcomputer -w DOMAIN.lan -u administrator -p p@ssw0rd --dc-ip 192.168.1.1

dnshostname: DC.domain.lan

dnshostname: COMPUTER01.domain.lan

dnshostname: COMPUTER02.domain.lan

dnshostname: COMPUTER03.domain.lan

Powerview

PS C:\Users\administrator> get-netcomputer

DC.domain.lan COMPUTER01.domain.lan COMPUTER02.domain.lan COMPUTER03.domain.lan

My issue Gatling is out of ammo now, good nigh and good luck :yum:

"Pour l'amour du bel output"