From 6a57664669cc6adc4393afbf058fae4bffcf8d06 Mon Sep 17 00:00:00 2001 From: Eviatar Gerzi Date: Wed, 23 Aug 2023 11:34:49 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5031851..ffec970 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![License][license-img]][license] ![Downloads][download] - A GUI tool for viewing Windows Named Pipes and searching for insecure permissions. @@ -24,7 +23,6 @@ When downloading it from GitHub you might get error of block files, you can use Get-ChildItem -Path 'D:\tmp\PipeViewer-main' -Recurse | Unblock-File ``` - ## Warning We built the project and uploaded it so you can find it in the releases. One problem is that the binary will trigger alerts from Windows Defender because it uses the NtObjerManager package which is flagged as virus. @@ -42,12 +40,9 @@ We can't change it because we depend on third-party DLL. * Executer - allows send\receive data to one or more named pipes * Properties window for each named pipe by right click - ## Demo https://user-images.githubusercontent.com/11998736/215425682-c5219395-16ea-42e9-8d1e-a636771b5ba2.mp4 - - ## Credit We want to thank James Forshaw ([@tyranid](https://github.com/tyranid)) for creating the open source [NtApiDotNet](https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools/tree/main/NtApiDotNet) which allowed us to get information about named pipes. @@ -55,8 +50,7 @@ We want to thank James Forshaw ([@tyranid](https://github.com/tyranid)) for crea Copyright (c) 2023 CyberArk Software Ltd. All rights reserved This repository is licensed under Apache-2.0 License - see [`LICENSE`](LICENSE) for more details. - -## References: +## References For more comments, suggestions or questions, you can contact Eviatar Gerzi ([@g3rzi](https://twitter.com/g3rzi)) and CyberArk Labs. [release-img]: https://img.shields.io/github/release/cyberark/PipeViewer.svg