Friday, January 26, 2024

Multi-Protocol Proxy Over TCP & UDP

Many years ago I programed a console based multi protocol proxy (the sha0proxy) lately I created in dotnet a graphical verison of the tool, but due to the form referesh speed finally I implemented it in C++ with Qt.

This tool useful for reversing, exploiting & pentesting was finally called rproxy, and its a multi-protocol proxy over TCP or UDP.





Being in the middle of the communication you can view and modify the bytes before being sent to the client or server.

In the tools tab right now its possible to open the blob on radare2 for further reversing of the data structures or code.


A basic mutation based fuzzer is implemented for bug-hunting, just set the % ratio of mutation and the bytes will be modified during specific communications phase.

One of the powerful things of this tool is the scripting, it is possible to automate a modification in specific moment of the traffic flow.



For example a script with a single line: "IN 3 20 3F" will write a 0x3f on the offset 20 only on the third packet received from the server. I have used this feature for triggering vulnerabilities.

Regarding the saving and loading data from disk, it's possible to save and load data in raw and hex formats. Also can be configured for save all the communications or only specific emission.


Find the source code and binaries at github: https://github.com/sha0coder/reproxy



More articles


  1. Pentest Tools For Windows
  2. Game Hacking
  3. Hack Tools 2019
  4. Hacker Search Tools
  5. Growth Hacker Tools
  6. Pentest Tools Framework
  7. Growth Hacker Tools
  8. Hacker Tools For Ios
  9. Hack Tools Pc
  10. Hacking Tools For Games
  11. Hacker Tools List
  12. Pentest Tools Bluekeep
  13. What Are Hacking Tools
  14. Free Pentest Tools For Windows
  15. Hacking Tools Free Download
  16. Termux Hacking Tools 2019
  17. Ethical Hacker Tools
  18. Hacker Tools Linux
  19. Pentest Tools Open Source
  20. Growth Hacker Tools
  21. Pentest Tools Website Vulnerability
  22. Hack Tool Apk No Root
  23. Best Hacking Tools 2020
  24. Pentest Tools Website
  25. Hacker Tools Free Download
  26. Hack Tools
  27. What Is Hacking Tools
  28. New Hack Tools
  29. Hacker Tools Hardware
  30. Hack Tools Github
  31. Hacker Tools Software
  32. Hack Tools For Mac
  33. Bluetooth Hacking Tools Kali
  34. Pentest Tools Kali Linux
  35. Hacking Tools Download
  36. Hacking Tools Mac
  37. Hacker Tools Apk Download
  38. Hacker Tools
  39. Hacking Tools Windows 10
  40. Pentest Tools Subdomain
  41. Hacking App
  42. Hak5 Tools
  43. Hack Rom Tools
  44. Beginner Hacker Tools
  45. Growth Hacker Tools
  46. Hacker Tools
  47. Hacker Search Tools
  48. Hacking Tools For Pc
  49. Easy Hack Tools
  50. Wifi Hacker Tools For Windows
  51. Pentest Tools Nmap
  52. Pentest Tools Open Source
  53. Pentest Tools Port Scanner
  54. Pentest Tools Online
  55. Nsa Hack Tools Download
  56. Best Hacking Tools 2019
  57. Computer Hacker
  58. Hacking Tools Usb
  59. Blackhat Hacker Tools
  60. Hacker
  61. Pentest Tools Bluekeep
  62. Pentest Tools Url Fuzzer

No comments:

Post a Comment