 |
Tools
->
Doorman Eclipse Plugin
Overview

Doorman Eclipse Plugin is a local HTTP/HTTPS proxy server tool for manual web application testing.
It can be used as a HTTP DEBUGGER.
For web developers and web pen-testers.
This tool is developed as a plugin for Eclipse.
Features

- Published as open source code
- Witten in Java
- Native GUI Interface
- Cross Platform ( Windows/Mac/Linux )
- HTTPS is supported. Other SSL library ( like OpenSSL ) is not needed.
- You can intercept and modify HTTP requests and responses using breaks.
- You can hide certain traffics( like images ) using filters.
- Support for multibyte languages like Japanese, Chinese, Korean etc. You can choose fonts and encodings.
- With "DoormanHook" plugin, you can inject your Clojure code so that extend the proxy functionality.
- With "DoormanJSHook" plugin, you can inject your JavaScript code.
Install from Eclipse

Update Site is available at http://www.jumperz.net/update/.
Manual Install

- net.jumperz.app.MDoorman_1.2.1.201105150102.jar
Doorman Eclipse Plugin jar file: Required.
- net.jumperz.app.MDoormanHook_1.0.0.201105150102.jar
Doorman Hook Extension jar file: Optional.
Required for the Hook( Clojure code injection ) functionalitiy.
- net.jumperz.app.MDoormanJSHook_1.0.0.201105150102.jar
Doorman JSHook Extension jar file: Optional.
Required for the JSHook( JavaScript code injection ) functionalitiy.
Copy jar file(s) to your eclipse/plugins/ directory and reboot Eclipse.
Requirements

- Eclipse installed
- Java Runtime Environment( JRE ) 1.4 or Higher for Doorman Eclipse Plugin
- Java Runtime Environment( JRE ) 1.5 or Higher for Doorman Hook Extension
- Java Runtime Environment( JRE ) 1.6 or Higher for Doorman JSHook Extension
Usage

First, you need to open the "Doorman Perspective" with:
- "Doorman -> Activate Doorman" from menu, or
- "Window -> Open Perspective -> Other", then select Doorman.
Next, start the proxy server with:
- "Doorman -> Start Proxy"
Default proxy location is "127.0.0.1:8080".
Screen Shots

Click to enlarge image.
|
|






|
|