Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.15k stars 185 forks source link

pycrtsh issue #102

Closed CouriousJohnDoe closed 5 years ago

CouriousJohnDoe commented 5 years ago

Hi

When launching the pip3 install command, the following error is triggered:

Could not find a version that satisfies the requirement pycrtsh (from harpoon==0.1.1) (from versions: ) No matching distribution found for pycrtsh (from harpoon==0.1.1)

I installed separately the library.. no luck. Do you have any ideas?

The linux distribution used: Linux 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

The full output is below:

Machine:~/tools/harpoon$ sudo -H pip3 install .
Processing /home/ti/tools/harpoon
Collecting IPy (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/88/28/79162bfc351a3f1ab44d663ab3f03fb495806fdb592170990a1568ffbf63/IPy-0.83.tar.gz
Collecting OTXv2 (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/2d/7e/d21be2515a9c91afcfe8bc62ed37d4fd89ca15d33a09f2f9750010f05ea2/OTXv2-1.2.tar.gz
Collecting PyGitHub (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/91/9e/50af4bb0ab316fedc13ae87347a718c19698ba8a19e64a692dc30c5fc9db/PyGithub-1.43.2.tar.gz
Collecting archiveis (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/39/e4/d318618a72a449052add78da1cfecb4f6ccaff02018587296c2c6a5ad8a5/archiveis-0.0.6-py2.py3-none-any.whl
Collecting beautifulsoup4 (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl
Collecting censys (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/88/4b/3ca07679928c26bb5503b53c37e2f6eef2521289956e2c1bf74b64008afa/censys-0.0.8.tar.gz
Collecting configparser (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz
Collecting consolemd (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/70/26/b59cf9e0f0efd5b6f97130a1c6ddeda016b7ab097b918fe995110b46aba1/consolemd-0.4.4-py2.py3-none-any.whl
Collecting dnspython (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl
Collecting fullcontact.py (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/4d/43/250ca08ed2c005aac3d1f1c420fb67bfdfab7d6c31463f7d6f8640904ba3/FullContact.py-0.0.6.tar.gz
Collecting geoip2 (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/ed/17/bcbb7c0849492e218767e658c66fbf9e3420b6301072371547c4f7192d48/geoip2-2.9.0-py2.py3-none-any.whl
Collecting lxml (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/03/a4/9eea8035fc7c7670e5eab97f34ff2ef0ddd78a491bf96df5accedb0e63f5/lxml-4.2.5-cp36-cp36m-manylinux1_x86_64.whl
Collecting mispy (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/b8/4f/73ee4052d00a36fc93b23dab7b5975d73e81236dc5214d42f3658962570e/mispy-0.2.tar.gz
Collecting passivetotal (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/03/3b/91621d848ddab8bf30c75f638e36d6d06022081658076cd9d8d953d0e933/passivetotal-1.0.30.tar.gz
Collecting pyasn (from harpoon==0.1.1)
  Using cached https://files.pythonhosted.org/packages/31/da/c8338545be0ee7a727c977113e75888e4f1f2b2e10f9284fdfa31dab29bc/pyasn-1.6.0b1.tar.gz
Collecting pycrtsh (from harpoon==0.1.1)
  Could not find a version that satisfies the requirement pycrtsh (from harpoon==0.1.1) (from versions: )
No matching distribution found for pycrtsh (from harpoon==0.1.1)
Te-k commented 5 years ago

You need to install with the option --process-dependency-links

If it is not working can you install it from https://github.com/Te-k/pycrtsh ?

CouriousJohnDoe commented 5 years ago

Hi,

i succeeded to install harpoon in a virtual environment as mentioned in readme section. Previously I was trying to install it without.

thx

Te-k commented 5 years ago

Cool