Skip to content

Commit 6a57664

Browse files
authored
Update README.md
1 parent fa2366c commit 6a57664

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![License][license-img]][license]
33
![Downloads][download]
44

5-
65
<img src="https://github.com/cyberark/PipeViewer/blob/assets/pipeviewer_logo.png" width="260">
76
A GUI tool for viewing Windows Named Pipes and searching for insecure permissions.
87

@@ -24,7 +23,6 @@ When downloading it from GitHub you might get error of block files, you can use
2423
Get-ChildItem -Path 'D:\tmp\PipeViewer-main' -Recurse | Unblock-File
2524
```
2625

27-
2826
## Warning
2927
We built the project and uploaded it so you can find it in the releases.
3028
One problem is that the binary will trigger alerts from Windows Defender because it uses the NtObjerManager package which is flagged as virus.
@@ -42,21 +40,17 @@ We can't change it because we depend on third-party DLL.
4240
* Executer - allows send\receive data to one or more named pipes
4341
* Properties window for each named pipe by right click
4442

45-
4643
## Demo
4744
https://user-images.githubusercontent.com/11998736/215425682-c5219395-16ea-42e9-8d1e-a636771b5ba2.mp4
4845

49-
50-
5146
## Credit
5247
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.
5348

5449
## License
5550
Copyright (c) 2023 CyberArk Software Ltd. All rights reserved
5651
This repository is licensed under Apache-2.0 License - see [`LICENSE`](LICENSE) for more details.
5752

58-
59-
## References:
53+
## References
6054
For more comments, suggestions or questions, you can contact Eviatar Gerzi ([@g3rzi](https://twitter.com/g3rzi)) and CyberArk Labs.
6155

6256
[release-img]: https://img.shields.io/github/release/cyberark/PipeViewer.svg

0 commit comments

Comments
 (0)