RedSiege / Just-Metadata

Just-Metadata is a tool that gathers and analyzes metadata about IP addresses. It attempts to find relationships between systems within a large dataset.
https://www.christophertruncer.com/just-metadata-intel-gathering-and-analysis-of-ip-metadata/
GNU General Public License v3.0
624 stars 96 forks source link

Getting an import error when I try to run Just-Metadata.py #42

Closed Shane-armbrister closed 5 years ago

Shane-armbrister commented 5 years ago

Traceback (most recent call last): File "./JustMetadata.py", line 13, in from common import orchestra File "/Users/me/Just_Metadata/Just-Metadata/common/orchestra.py", line 12, in import netaddr ImportError: No module named netaddr

ChrisTruncer commented 5 years ago

Did you run the setup script? Can you give me any info such as the distro you are using?

On Dec 7, 2018, at 9:55 PM, Shane-armbrister notifications@github.com wrote:

Traceback (most recent call last): File "./JustMetadata.py", line 13, in from common import orchestra File "/Users/me/Just_Metadata/Just-Metadata/common/orchestra.py", line 12, in import netaddr ImportError: No module named netaddr

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Shane-armbrister commented 5 years ago

Hey I ran the set up script. Python 3.7

Thank you,

Shane Armbrister

From: ChrisTruncer notifications@github.com Reply-To: FortyNorthSecurity/Just-Metadata reply@reply.github.com Date: Friday, December 7, 2018 at 11:58 PM To: FortyNorthSecurity/Just-Metadata Just-Metadata@noreply.github.com Cc: Shane Armbrister Shane.Armbrister@rate.com, Author author@noreply.github.com Subject: [External] Re: [FortyNorthSecurity/Just-Metadata] Getting an import error when I try to run Just-Metadata.py (#42)

Did you run the setup script? Can you give me any info such as the distro you are using?

On Dec 7, 2018, at 9:55 PM, Shane-armbrister notifications@github.com wrote:

Traceback (most recent call last): File "./JustMetadata.py", line 13, in from common import orchestra File "/Users/me/Just_Metadata/Just-Metadata/common/orchestra.py", line 12, in import netaddr ImportError: No module named netaddr

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FortyNorthSecurity/Just-Metadata/issues/42#issuecomment-445434156, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AoPAw3b4zjxCl_uMqNhdS_Rnr8X4Pus6ks5u21TvgaJpZM4ZJdq-.

ChrisTruncer commented 5 years ago

I had asked which Linux distro that you are using. Also, this script uses Python 2.

On Dec 7, 2018, at 11:49 PM, Shane-armbrister notifications@github.com wrote:

Hey I ran the set up script. Python 3.7

Thank you,

Shane Armbrister

From: ChrisTruncer notifications@github.com Reply-To: FortyNorthSecurity/Just-Metadata reply@reply.github.com Date: Friday, December 7, 2018 at 11:58 PM To: FortyNorthSecurity/Just-Metadata Just-Metadata@noreply.github.com Cc: Shane Armbrister Shane.Armbrister@rate.com, Author author@noreply.github.com Subject: [External] Re: [FortyNorthSecurity/Just-Metadata] Getting an import error when I try to run Just-Metadata.py (#42)

Did you run the setup script? Can you give me any info such as the distro you are using?

On Dec 7, 2018, at 9:55 PM, Shane-armbrister notifications@github.com wrote:

Traceback (most recent call last): File "./JustMetadata.py", line 13, in from common import orchestra File "/Users/me/Just_Metadata/Just-Metadata/common/orchestra.py", line 12, in import netaddr ImportError: No module named netaddr

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FortyNorthSecurity/Just-Metadata/issues/42#issuecomment-445434156, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AoPAw3b4zjxCl_uMqNhdS_Rnr8X4Pus6ks5u21TvgaJpZM4ZJdq-. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

ChrisTruncer commented 5 years ago

Closing since I haven't heard back.

Please use Python 2 and that will likely fix your error

Shane-armbrister commented 5 years ago

Hey Chris, My apologize for not getting back. Thank you for the information and for getting back to me so quickly I appreciate it. My colleague has this application working on his system and I'd like to say Great freaking job! This application is soo cool and wildly beneficial. Thanks again for the help. I can definitely take it from here to get it fixed.