diff --git a/README.md b/README.md index 8f514d2..a0431f5 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ combines Burp Suite with the search power of ElasticSearch. * Set `network.host: 127.0.0.1` in `/etc/elasticsearch/elasticsearch.yml`. * Set `host: "127.0.0.1"` in `/opt/kibana/config/kibana.yml`. 3. Load ElasticBurp.py as Python extension in Burp Extender. - * Jython module folder must be set to WASE source root (for elasticsearch and elasticsearch_dsl) - * tzlocal must be installed in the used Jython environment. + * Jython module folder must be set to WASE source root (for doc_HttpRequestResponse) + * tzlocal, elasticsearch and elasticsearch_dsl must be installed in the used Jython/Python environment.