mushorg / glastopf

Web Application Honeypot
http://glastopf.org
550 stars 170 forks source link

LibTaxii has no messages attribute #210

Closed MBLAHO13 closed 9 years ago

MBLAHO13 commented 9 years ago

This occurs when Glastopf attempts to log an attack to a Taxii server (in this instance, the test taxii server at mitre.org):

2014-12-18 15:23:34,865 (glastopf.modules.handlers.emulators.dork_list.database_sqla) Done with insert of 1 dorks into the database. 2014-12-18 15:23:34,940 (glastopf.glastopf) Error while logging using <glastopf.modules.reporting.auxiliary.log_taxii.TaxiiLogger object at 0x2d21390>: 'module' object has no attribute 'messages' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/Glastopf-3.1.3_dev-py2.7.egg/glastopf/glastopf.py", line 130, in post_processer _logger.insert(attack_event) File "/usr/local/lib/python2.7/dist-packages/Glastopf-3.1.3_dev-py2.7.egg/glastopf/modules/reporting/auxiliary/log_taxii.py", line 75, in insert if response_message.status_type != libtaxii.messages.ST_SUCCESS: AttributeError: 'module' object has no attribute 'messages'

This may be due to an outdated version of LibTaxii, but pip install --upgrade libtaxii fails on my system. I will continue to work on upgrading to track down this error.