Pipetap: A Windows Named Pipe Multi-Tool / Proxy
5 days ago
- #Windows
- #Named Pipes
- #Traffic Analysis
- Pipetap is a tool for observing, intercepting, and replaying traffic over Windows Named Pipes.
- Features include traffic capture, hex/text viewers, on-the-fly editing, client and remote client capabilities, multiple target management, and a support DLL.
- Includes a GUI for visualizing traffic, filtering, editing, replaying, or proxying pipes.
- Remote proxy feature allows opening a named pipe inside the target process without modifying the target’s code.
- Building requires Windows 10/11, Visual Studio 2022, and vcpkg.
- Quickstart guide provided for building via PowerShell or Visual Studio 2022.
- Artifacts include pipetap-dll.dll and pipetap-gui.exe, with helper tools for testing.
- Injection of the support DLL is required to start capturing traffic.
- Python SDK available for connecting to remote Named Pipes from processes with the support DLL loaded.
- Licensed under GNU General Public v3 License.