Traffic debugger for text based protocols over TCP/IP
- View, manipulate, and trigger actions on incoming and outgoing TCP/IP proxy traffic using configurable rules
- JavaScript engine integration
- Extensible using the Managed Extensibility Framework
Reshaper functions as a configurable proxy. Basic proxy configrations are created in the Settings and allow users to specify the TCP port the proxy will listen on, and the target server to direct traffic to. Everything the proxy does is based on rules found in the Text Rules tab (for Text proxy configurations) or HTTP Rules tab (for HTTP proxy configurations). By default, rules are provided in Reshaper that allow for basic data pass through and display once a connection to Reshaper is established. However, even these default rules can be disabled or changed, and new rules can be added. Rules can be created to connect, disconnect, auto-respond, run scripts, modify data, ignore data, transfer data, and display data based on constraints the user specifies.
Most text protocols follow the same setup as IRC and FTP below. There may be variations in the message delimiter the protocol usas. If the protocol does not have a simple character based message delimiter, uncheck Use Delimiter. Note: Reshaper does not support TLS connections at this time.
- Go to the Settings tab
- Click Proxies
- Click New...
- Proxy Name:
- Port: <A port Reshaper will listen on, e.g. 6667>
- Proxy Type: Text
- Destination Host: <Any IRC server hostname, e.g. irc.rizon.net>
- Destination Port: <IRC server's port, e.g. 6667>
- Use Delimiter: Check
- Add Delimiter: \r\n
- Add Delimiter: \n
- Enabled: Check
- Auto-Activate: <Check: To activate the proxy whenever Reshaper starts>
- Click Save
- Connect your IRC client to 127.0.0.1 at the Port specified at Step 5
- Click the Text tab to view incoming and outgoing traffic
- Go to the Settings tab
- Click Proxies
- Click New...
- Proxy Name:
- Port: <A port Reshaper will listen on, e.g. 21>
- Proxy Type: Text
- Destination Host: <Any FTP server hostname, e.g. coast.cs.purdue.edu>
- Destination Port: <FTP server's port, e.g. 21>
- Use Delimiter: Check
- Add Delimiter: \r\n
- Add Delimiter: \n
- Enabled: Check
- Auto-Activate: <Check: To activate the proxy whenever Reshaper starts>
- Click Save
- Connect your FTP client to 127.0.0.1 at the Port specified at Step 5
- Click the Text tab to view incoming and outgoing traffic
Note: HTTP support is limited and may cause websites to display improperly. HTTPS is not yet supported.
- Click View > HTTP Event in the Menu Bar
- Go to the Settings tab
- Click Proxies
- Click New...
- Proxy Name:
- Port: <A port Reshaper will listen on, e.g. 8888>
- Proxy Type: Http
- Enabled: Check
- Register As System Proxy
- Auto-Activate: <Check: To activate the proxy whenever Reshaper starts>
- Your browser must be configured to use the System proxy. If the Reshaper proxy must be manually set in the browser.
- Navigate your browser to a http:// website.
- Click the HTTP tab in Reshaper to view captured traffic.
- Improve native HTTP support
- Improve UI visuals and usability
- Add usage and dev documentation
Contributions are encouraged, especially those that address the To Do items. Issues and Pull Requests welcome. Also help us spread the word.
MIT License. See LICENSE