Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rveldhoven/chocoProxy
https://github.com/rveldhoven/chocoProxy
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rveldhoven/chocoProxy
- Owner: rveldhoven
- License: apache-2.0
- Created: 2019-04-24T19:51:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:52:45.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:24:23.983Z (4 months ago)
- Language: C#
- Homepage:
- Size: 13.4 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rveldhoven/chocoProxy - (C# #)
README
# chocoProxy
chocoProxy is a Windows tool intended to aid in reverse engineering Windows applications' network traffic. The proxy works by hooking the sending and receiving Windows APIs after being injected into a target process. The traffic can be modified to arbitrary values to observe the behaviour of an application when provided with unexpected input. The tool is meant to expedite the discovery and development of memory corruption exploits that occur in the implementation of complex and custom network protocols. chocoProxy takes away the necessity for exploit developers to reverse engineer a network protocol by utilizing the existing client/server functionality in the target.
chocoProxy is still in beta, and many features are still in active development. Crashes and freezes are expected as this point in time. If you spot one, feel free to create an issue ;)
![](https://user-images.githubusercontent.com/23553288/62642223-18dd4580-b8fa-11e9-90d5-47f2c93b0657.png)
# Requirements
You need the following installed on a Windows 10 machine:
- Python 3.6+ 64bit
- .Net 4.7.1# Documentation
See the Wiki.