Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
koto committed Jan 13, 2012
1 parent a249747 commit db90eff
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions proxy-backend/README.txt
Expand Up @@ -4,8 +4,10 @@ javac malaria\*.java

How to run
----------
java malaria.MalariaServer <hostname> <port>
- hostname - hostname on which the flex or silverlight proxy is running
- port - port which the flex or silverlight proxy will connect to


java malaria.MalariaServer <hostname> <port> [http-proxy-port]
- hostname - hostname on which the flex or silverlight proxy is running
- port - port which the flex or silverlight proxy will connect to
(Use 8081 for Flex, 4502 for Silverlight)
- http-proxy-port - on which port should MalaRIA launch a HTTP proxy
this is the port you should set attacker's proxy to
Defaults to 8080.

0 comments on commit db90eff

Please sign in to comment.