Intercepter
Yet another app testing tool! This one is basically a Browser Helper Object (BHO) that allows an easy hook into each instance of Internet Explorer. When a request is made by IE, a window appears with the request details and most of the other data being sent (Headers, URL, parameters and POST data).
Once the window is displayed, the user can trivially modify the request details. So all this is carried out without the use of a proxy and occurs *before* any SSL connections are created, therefore we don't need MITM the connection, sweet. And yes this is a method our wonderful spyware creators can use to intercept unsuspecting users login credentials. Anyway its easy to use and makes for very quick data modification.
If all you want to do is intercept and modify request data, then it is better and quicker than Paros :-)
Features
- Captures all IE requests including headers, parameters and postdata
- Various levels of logging including background e.g. just logs all data being transmitted
- Allows easy modification of request parameters for both GET and POST requests
- Allows easy modification of request headers
- Can be configured by an individual IE instance or on all IE instances
- Tabular and raw views of request parameters
- Automatic parameter view updates e.g. add new param on raw view, the tabular view gets the new parameter added
- No configuring of proxies or manual back to back SSL proxies
- No capturing of requests required
- User configurable logging level, allows for full site mapping as you click through site.
- User configurable parameter delimiter (allows for those strange web requests)
- User configurable file name filter, so you can just intercept particular url's
- Handles multipart boundary requests
- Easy and trivially allows the copying of requests to the clipboard
Requirements
- Windows 2000, Windows XP, Windows 2003 Server (Might work on others?)
- Microsoft .NET Framework v1.1
Screenshot

