chrismaddalena / ODIN

Automated network asset, email, and social media profile discovery and cataloguing.
https://posts.specterops.io/gathering-open-source-intelligence-bee58de48e05
BSD 3-Clause "New" or "Revised" License
630 stars 114 forks source link

URLCrazy path hardcoded in domain_tools.py #15

Closed julianrutz closed 6 years ago

julianrutz commented 6 years ago

The path to urlcrazy seems to be handcoded in domain_tools.py:

$ cat lib/domain_tools.py | grep cmaddy subprocess.call("/Users/cmaddy/Lab/URLCrazy/urlcrazy") cmd = "/Users/cmaddy/Lab/URLCrazy/urlcrazy -f csv -o '{}' {}".format(outfile, target)

chrismaddalena commented 6 years ago

Ha, you're right! I put that in for testing and it slipped my mind. Thanks for pointing it out. I'll fix it now.