From f2bfbbf5e3db4dc11cb0b665d4e1ef520d81f8ba Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 4 Mar 2015 14:38:54 +0100 Subject: [PATCH] uwhoisd added + gnu parallel command line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abf8d3..786b106 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ URL Abuse is a versatile free software for URL review, analysis and black-list r - [URL query](https://github.com/CIRCL/urlquery_python_api/) lookup - [CIRCL Passive DNS](http://www.circl.lu/services/passive-dns/) lookup - [CIRCL Passive SSL](http://www.circl.lu/services/passive-ssl/) lookup + - [Universal WHOIS](https://github.com/Rafiot/uwhoisd) lookup for abuse contact - Sphinx search interface to RT/RTIR ticketing systems. The functionality is disabled by default but can be used to display information about existing report of malicious URLs. Please note that some of the API services will require an API key. The API keys should be located in the root of the URL Abuse directory. @@ -44,7 +45,7 @@ Start the Redis back-end Start the workers (at least 10) ~~~ -parallel -j 10 worker.py +seq 10 | parallel -u -j 10 ./worker.py ~~~ Start the web interface