jaegeral / FireMISP

FireEye Alert json files to MISP Malware information sharing plattform (Alpha)
MIT License
32 stars 10 forks source link

No Module named ldap_query #4

Closed donslice closed 6 years ago

donslice commented 7 years ago

Hey there. Just did a git pull and am trying to run the script. Getting this error and can't find a corresponding module to go with it.

Traceback (most recent call last):
  File "firemisp.py", line 22, in <module>
    from ldap_query import search_host_and_fqdn, search_userprinciplename, search_for_mail
ImportError: No module named ldap_query

Any help would be appreciated.

Thanks!

jaegeral commented 7 years ago

yep indeed, give some days, I will update the whole thing including the ldap query part.

donslice commented 7 years ago

Very cool. Thanks!

On Mar 24, 2017, 10:16 AM -0400, Alexander J notifications@github.com, wrote:

yep indeed, give some days, I will update the whole thing including the ldap query part.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/deralexxx/FireMISP/issues/4#issuecomment-289034346, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAcGFzfvkxawV6fTxYVB8uw34HcFM0Ypks5ro9BQgaJpZM4Mmzer.

korrosivesec commented 7 years ago

@deralexxx had a chance to add that ldap_query library yet?

jaegeral commented 7 years ago

try it now, I removed the dependency for now

donslice commented 7 years ago

No change. Last commit shows in December still?

jaegeral commented 7 years ago

now :)

donslice commented 7 years ago

Looks like that worked. Thanks!