laramies / theHarvester

E-mails, subdomains and names Harvester - OSINT
http://www.edge-security.com/
11.4k stars 2.01k forks source link

First Run Cannot be Completed #1375

Closed Pseud0nym13 closed 1 year ago

Pseud0nym13 commented 1 year ago

Feature Request or Bug or Other Other

Describe the feature request or bug or other I am cloning the repo and installing all the requirements in my home directory, the first time i try to run it with python3 theHarvester.py I am getting the following error:

'Traceback (most recent call last): File "/home/nick/theHarvester/theHarvester.py", line 5, in from theHarvester import main File "/home/nick/theHarvester/theHarvester/main.py", line 4, in from theHarvester.discovery import dnssearch, takeover, shodansearch File "/home/nick/theHarvester/theHarvester/discovery/dnssearch.py", line 17, in from theHarvester.lib import hostchecker File "/home/nick/theHarvester/theHarvester/lib/hostchecker.py", line 14, in class Checker: File "/home/nick/theHarvester/theHarvester/lib/hostchecker.py", line 37, in Checker BaseException | Any, BaseException | Any, BaseException | Any, BaseException | Any, BaseException | Any]: TypeError: unsupported operand type(s) for |: 'type' and '_SpecialForm' ' To Reproduce Steps to reproduce the behaviour: Clone the repo python3 theHarvester.py

Expected behaviour Normal start

Screenshots If possible please add screenshots to help explain your problem.

System Information (System that tool is running on):

Additional context Add any other context about the problem here.

L1ghtn1ng commented 1 year ago

What python3 version are you running?

On 29 Mar 2023, at 13:03, Pseud0nym13 @.***> wrote:



Note we do not support installing theHarvester on andriod

Feature Request or Bug or Other Other

Describe the feature request or bug or other I am cloning the repo and installing all the requirements in my home directory, the first time i try to run it with python3 theHarvester.py I am getting the following error:

'Traceback (most recent call last): File "/home/nick/theHarvester/theHarvester.py", line 5, in from theHarvester import main File "/home/nick/theHarvester/theHarvester/main.py", line 4, in from theHarvester.discovery import dnssearch, takeover, shodansearch File "/home/nick/theHarvester/theHarvester/discovery/dnssearch.py", line 17, in from theHarvester.lib import hostchecker File "/home/nick/theHarvester/theHarvester/lib/hostchecker.py", line 14, in class Checker: File "/home/nick/theHarvester/theHarvester/lib/hostchecker.py", line 37, in Checker BaseException | Any, BaseException | Any, BaseException | Any, BaseException | Any, BaseException | Any]: TypeError: unsupported operand type(s) for |: 'type' and '_SpecialForm' ' To Reproduce Steps to reproduce the behaviour: Clone the repo python3 theHarvester.py

Expected behaviour Normal start

Screenshots If possible please add screenshots to help explain your problem.

System Information (System that tool is running on):

Additional context Add any other context about the problem here.

— Reply to this email directly, view it on GitHubhttps://github.com/laramies/theHarvester/issues/1375, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QXWZA5U2REDMDV6HTTW6QQH7ANCNFSM6AAAAAAWL33VRI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

L1ghtn1ng commented 1 year ago

You need to use python3.10 which should fix that issue