add a global readme master
authorJann Horn <jann@thejh.net>
Thu, 29 Aug 2013 21:17:13 +0000 (23:17 +0200)
committerJann Horn <jann@thejh.net>
Thu, 29 Aug 2013 21:17:13 +0000 (23:17 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..452b9a9
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Browserman, the tool to make MITM attacks on browsers more interesting.
+Because people still think making a form that was served over HTTP submit
+to an HTTPS URL makes stuff secure.
+
+This software consists of two components:
+
+ - the hoxy part injects a <script> tag (or three, to be precise) into every
+   http page that goes through it (it's a transparent proxy)
+ - the jssrv part handles everything afterwards
+
+Getting the requests through the transparent evil proxy in the first place is
+your job.
\ No newline at end of file