emkg_plist
python windows/remoteprocesslist.py -args "--wmi --target
"
emkg_plist <target>
Performs a remote process list using WMI. Only works if you can utilize WMI in your current
process and the target allows WMI access. If 127.0.0.1 provided, uses the normal process list.
See also "processes -target"
pulist
python windows/remoteprocesslist.py -args "--reg --target
"
pulist <target>
Performs a remote process list using remote registry access. Only works if the target allows
remote registry queries. Queries the performance hive of the registry for process data.
Assumptions about the name of the process (e.g. .exe extension) are made for best-guess
matching against the elist. If 127.0.0.1 provided, a local registry query is made instead
of using the remote API.
See also "performance -target"