Request Type
Bug
Work Environment
| Question |
Answer |
| OS version (server) |
CentOS 7 |
| Hippocampe version / git hash |
Last |
| Package Type |
From source |
Problem Description
I tried to add a new source (http://www.malwaredomainlist.com/hostslist/hosts.txt) whose fields are separated by two space characters.
I tried to set the 'delimeter' parameter of the feed config file as space character without success. I tried the following values (none worked):
delimiter : \t
delimiter : \s
delimiter :
delimiter : ' '
Does anyone know what value must be specified? Im trying to achieve it without having to modify python code.
Steps to Reproduce
- step 1 - Install Hippocampe
- step 2 - Add the new source: http://www.malwaredomainlist.com/hostslist/hosts.txt
- step 3 - Launch shadowbook
Thank you.