mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
653 stars 179 forks source link

Traceback on combine.py #45

Closed CdtDelta closed 10 years ago

CdtDelta commented 10 years ago

python combine.py Fetching inbound URLs Fetching outbound URLs Storing raw feeds in harvest.json Loading raw feed data from harvest.json Parsing feed from http://www.projecthoneypot.org/list_of_ips.php?rss=1 ---snip--- Parsing feed from http://www.nothink.org/blacklist/blacklist_malware_irc.txt Storing parsed data in crop.json Reading processed data from crop.json Output regular data as CSV to harvest.csv Traceback (most recent call last): File "combine.py", line 41, in if args.tiq-test: AttributeError: 'Namespace' object has no attribute 'tiq'

krmaxwell commented 10 years ago

Thanks Tom. Will look at this as soon as I get back next week.

davidski commented 10 years ago

Just submitted PR #46 which fixes this in my environment.

alexcpsec commented 10 years ago

This was fixed by PR #46 . Thanks again @davidski