carbonblack / cbfeeds

Carbon Black Feeds
Other
70 stars 31 forks source link

python tor/generate_tor_feed.py example_tor_feed.feed - Traceback #27

Closed hogehoge989 closed 4 years ago

hogehoge989 commented 4 years ago

I got a below error:

[root@ns1 example]# python tor/generate_tor_feed.py example_tor_feed.feed Traceback (most recent call last): File "tor/generate_tor_feed.py", line 12, in from cbfeeds import CbReport ImportError: No module named cbfeeds [root@ns1 example]#

[root@ns1 example]# ls init.py abuse_ch isight mdl raw stix tor [root@ns1 example]#

Does anyone know how to solve the issue ?

hogehoge989 commented 4 years ago

Step 1 : https://github.com/carbonblack/cbfeeds/blob/master/README.md

[root@localhost carbonblack]# yum install git [root@localhost carbonblack]# git clone https://github.com/carbonblack/cbfeeds.git [root@localhost carbonblack]# cd cbfeeds/ [root@localhost cbfeeds]# cd example/

[root@ns1 example]# python tor/generate_tor_feed.py example_tor_feed.feed Traceback (most recent call last): File "tor/generate_tor_feed.py", line 12, in from cbfeeds import CbReport ImportError: No module named cbfeeds [root@ns1 example]#

[root@ns1 example]# ls init.py abuse_ch isight mdl raw stix tor [root@ns1 example]#

Does anyone know why trace back ?