x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
716 stars 112 forks source link

sublert.py ImportError: No module named 'tld' #44

Closed ActivateDZA closed 4 years ago

ActivateDZA commented 4 years ago

Describe the bug running recon on a tld I get a traceback and an error telling me it cannot import module named 'tld' even though it is a fresh install and followed the easy install method.

To Reproduce Steps to reproduce the behavior:

  1. Install Hypriot image (version 1.10.0)
  2. Login to PI
  3. install using curl -L https://raw.githubusercontent.com/x1mdev/ReconPi/master/install.sh | bash
  4. recon domain

Expected behavior I expect to get no errors

Screenshots image

Desktop (please complete the following information):

Additional context I followed the instructions listed here https://x1m.nl/posts/recon-pi/

x1mdev commented 4 years ago

Hmm that’s weird, can you navigate to the tools/sublert directory and run pip3 install -r requirements.txt? It seems to work on my device with a fresh install

ActivateDZA commented 4 years ago

Hi x1mdev,

I ran the command image

and it fixed the issue image

I think the issue was during the installation pip3 did not get installed for some reason hence why the issue.

x1mdev commented 4 years ago

That’s odd, but I’m glad the issue is fixed :)