You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ This lightweight C# application serves as a demonstration of how simple it is to
8
8
9
9
Exercise caution if you decide to use this project in a production environment; it was not designed for such use. Proceed at your own risk. The primary aim of this project is to illustrate a well-known network evasion detection technique that will soon be featured on the [Unprotect Project](https://unprotect.it/) website.
10
10
11
+
## Usage
12
+
13
+
### Server
14
+
15
+
`SharpShellPipe.exe`
16
+
17
+
This is the computer you wish to access to.
18
+
19
+
### Client
20
+
21
+
`SharpShellPipe.exe --client`
22
+
23
+
You will be prompted to enter the name of the computer you wish to connect to the one hosting the **SharpShellPipe** Server. To connect to the local machine, you can either enter `.` or simply press the Enter key.
0 commit comments