initial commit
[browserman.git] / hoxy / README
1 This is the injection-proxy part. Preparation:
2
3 1. create a file "config.txt". contents:
4
5 my_ip=<YOUR IP HERE>
6 server_port=<SERVER PORT OF THE JSSRV COMPONENT HERE>
7
8 2. do "npm install hoxy" (this requires nodejs)
9
10 3. copy (or link)
11  - inject-evil.js to node_modules/hoxy/plugins/inject_evil.js
12  - hoxy_rules.txt to node_modules/hoxy/hoxy-rules.txt
13
14
15 Running: Execute "node_modules/hoxy/bin/hoxy"