Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 537 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 537 Bytes

ImpersonationPipeClient

This tool creates a named pipe client that can connecti to specified named pipe servers.

Usage

Run the client using the following command

Client.exe

Example Usage:

Enter the server name ('.' for localhost):
.

Enter the pipe name:
test

Pipe Type:
1. Message
2. Byte

Select an option: 1

Pipe Direction:
1. Duplex
2. In
3. Out

Select an option: 1

Impersonation Level:
1. Impersonation
2. Anonymous
3. Delegation
4. Identification
5. None

Select an option: 5

Connecting to Server...