add a global readme
[browserman.git] / jssrv / README
1 This is the component that handles stuff after the hoxy component
2 has injected the evil <script>.
3
4 Preparing: run "npm install"
5
6 Running: "./jssrv.js <server_port>"
7
8 server_port must be a port that is currently free. You must
9 specify the same port in the config file for the hoxy component.
10
11 To see the keypresses of victims, go to
12
13 http://<yourip>:<server_port>/snooper.html