Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0dalirius/microsoft-rpc-fuzzing-tools
This repository contains a list of python scripts to work with Microsoft RPC for research purposes.
https://github.com/p0dalirius/microsoft-rpc-fuzzing-tools
calls fuzzing microsoft protocols remote research rpc
Last synced: about 2 months ago
JSON representation
This repository contains a list of python scripts to work with Microsoft RPC for research purposes.
- Host: GitHub
- URL: https://github.com/p0dalirius/microsoft-rpc-fuzzing-tools
- Owner: p0dalirius
- Created: 2022-07-12T10:19:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T09:35:03.000Z (6 months ago)
- Last Synced: 2024-06-26T11:02:15.917Z (6 months ago)
- Topics: calls, fuzzing, microsoft, protocols, remote, research, rpc
- Language: Python
- Homepage: https://podalirius.net/
- Size: 5.29 MB
- Stars: 41
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![](./.github/banner.png)
This repository contains a list of python scripts to work with Microsoft RPC for research purposes.
## Scripts
- [ListAvailablePipesOnRemoteMachine](./ListAvailablePipesOnRemoteMachine/): A script to list available SMB pipes remotely on a Windows machine through the IPC$ share.
+ [x] List available SMB pipes through the share `IPC$`
+ [x] Live mode to refresh list every seconds with `--live`## Contributing
Feel free to open a pull request to add new features.