Skip to content

Commit 7febf56

Browse files
author
malcomvetter
committed
updated README
1 parent 9be32ca commit 7febf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# CSExec (a c sharp psexec implementation)
22

3-
Build in Visual Studio to create .NET 3.5, 4.0, and 4.5 executables for your client preference (Win 7 - Win 10+).
4-
53
This is an example for how to implement `psexec` (from SysInternals Suite) functionality, but in open source C#. This does not implement all of the psexec functionality, but it does implement the equivalent functionality to running: `psexec -s \\target-host cmd.exe`
64

75
![screenshot](screen.png)
@@ -18,3 +16,5 @@ This is an example for how to implement `psexec` (from SysInternals Suite) funct
1816
This project `csexec` mimicks those steps in native C# with only a minimal amount of `pinvoke` for the remote service installation. It's actually surprisingly simple and takes a very minimal amount of code to implement.
1917

2018
The primary difference between this and `psexec` is that it must determine the .NET runtime on the remote host in order to install the correctly compiled service executable.
19+
20+
Build in Visual Studio to create .NET 3.5, 4.0, and 4.5 executables for your client preference (Win 7 - Win 10+).

0 commit comments

Comments
 (0)