forked from p34709852/monkey
Update elasticfinger.py
This commit is contained in:
parent
f3a172fc4a
commit
bd279446fe
|
@ -9,7 +9,7 @@ from model.host import VictimHost
|
|||
from network import HostFinger
|
||||
|
||||
ES_PORT = 9200
|
||||
ES_SERVICE = 'elastic-seach-3306'
|
||||
ES_SERVICE = 'elastic-search-3306'
|
||||
ES_HTTP_TIMEOUT = 5
|
||||
LOG = logging.getLogger(__name__)
|
||||
__author__ = 'danielg'
|
||||
|
|
Loading…
Reference in New Issue