summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-05-29 05:26:43 +0200
committerRemy <relst@relst.nl>2015-05-29 05:26:43 +0200
commit30e76880127570721ddc2fb389a3cbb7a97d77f6 (patch)
tree35e864ffb6373dc221158de927e46971aba05009
parentfb8c75c27327c76120419ef6c6ba3c5cba861fb5 (diff)
downloadssl-decoder-30e76880127570721ddc2fb389a3cbb7a97d77f6.zip
ssl-decoder-30e76880127570721ddc2fb389a3cbb7a97d77f6.tar.gz
ssl-decoder-30e76880127570721ddc2fb389a3cbb7a97d77f6.tar.bz2
add heartbleed test requirements to README, fix #30
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2701f0d..2c242f4 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,8 @@ Simple PHP script which decodes an SSL connection and/or certificate and display
- PHP must allow shell_exec and remote fopen.
- Debian: `php-intl` package installed.
+For the heartbleed test `python2` and `python-netaddr` are required.
+
## Installation
Unpack and go!