From afa5b10c68dfeed49e98cbb112c6a7948bee0482 Mon Sep 17 00:00:00 2001
From: Jann Horn <jann@thejh.net>
Date: Thu, 29 Aug 2013 23:17:13 +0200
Subject: [PATCH] add a global readme

---
 README | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
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
-- 
2.20.1