Line 0
Link Here
|
|
|
1 |
This library can run commands on a remote Windows host through Python. |
2 |
This means that it can be run on any host with Python and does not |
3 |
require any binaries to be present or a specific OS. It uses SMB/RPC to |
4 |
executable commands in a similar fashion to the popular PsExec tool. |
5 |
More details on this tool can be read on this blog post. |
6 |
|
7 |
The executable wrapper that is sent to the service is based on the |
8 |
PAExec library. PAExec is an free, redistributable and open source |
9 |
equivalent to Microsoft's PsExec application. This program is stored as |
10 |
a binary in this package and is used to run the remote service and |
11 |
start the process execution. |
12 |
|
13 |
|
14 |
WWW: https://github.com/jborean93/pypsexec |