add a global readme
[browserman.git] / README
1 Browserman, the tool to make MITM attacks on browsers more interesting.
2 Because people still think making a form that was served over HTTP submit
3 to an HTTPS URL makes stuff secure.
4
5 This software consists of two components:
6
7  - the hoxy part injects a <script> tag (or three, to be precise) into every
8    http page that goes through it (it's a transparent proxy)
9  - the jssrv part handles everything afterwards
10
11 Getting the requests through the transparent evil proxy in the first place is
12 your job.