Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

pywerview – A (partial) Python rewriting of PowerSploit’s PowerView.

$
0
0

PywerView script makes it so easy to find vulnerable machines, or list what domain users were added to the local Administrators group of a machine, and much more.
TODO
* Many, many, many more PowerView functionalities to implement. I’ll focus on the (process) hunting functions and the GPO functions.
* Support Kerberos authentication
* Perform range cycling in get-netgroupmember
* Manage ADS path starting with GC://
* Try to fall back to tcp/139 for RPC communications if tcp/445 is closed
* Comment and document the code

pywerview

pywerview

REQUIREMENTS
+ Python 2.7
+ impacket >= 0.9.16-dev
+ bs4

Download from git:

git clone https://github.com/the-useless-one/pywerview && cd pywerview
python pywerview.py -h

Source: https://github.com/the-useless-one


Viewing all articles
Browse latest Browse all 1152

Trending Articles