theHarvester Loop issue

– Please Write here your help request, –
Having error when trying run theHarvester.

tried apt install theharvester / apt install theharvester -y --fix-missing does not solve the issue.

  • Parrot version in use (if you are not aware of it, open terminal and type cat /etc/os-release | grep VERSION):

VERSION_ID=“5.1”
VERSION=“5.1 (Electro Ara)”
VERSION_CODENAME=ara

  • Kernel version (if you are not aware of it, open terminal and type uname -r):
    6.0.0-2parrot1-amd64

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:


  • _ _ _ *
  • | || |__ ___ /\ /_ _ _ ____ _____ __| | ___ _ __ *
  • | | _ \ / _ \ / /_/ / _` | '\ \ / / _ / __| / _ \ '| *
  • | || | | | __/ / __ / (| | | \ V / _/_ \ || __/ | *
  • _|| ||___| / // _,|| _/ _||/____|| *
  •                                                             *
    
  • theHarvester 4.2.0 *
  • Coded by Christian Martorella *
  • Edge-Security Research *
  • [email protected] *
  •                                                             *
    

usage: theHarvester [-h] -d DOMAIN [-l LIMIT] [-S START] [-p] [-s] [–screenshot SCREENSHOT] [-v] [-e DNS_SERVER] [-r]
[-n] [-c] [-f FILENAME] [-b SOURCE]
theHarvester: error: the following arguments are required: -d/–domain
Traceback (most recent call last):
File “/usr/lib/python3.9/asyncio/runners.py”, line 44, in run
return loop.run_until_complete(main)
File “uvloop/loop.pyx”, line 1450, in uvloop.loop.Loop.run_until_complete
File “uvloop/loop.pyx”, line 1443, in uvloop.loop.Loop.run_until_complete
File “uvloop/loop.pyx”, line 1351, in uvloop.loop.Loop.run_forever
File “uvloop/loop.pyx”, line 519, in uvloop.loop.Loop._run
File “uvloop/loop.pyx”, line 436, in uvloop.loop.Loop._on_idle
File “uvloop/cbhandles.pyx”, line 90, in uvloop.loop.Handle._run
File “uvloop/cbhandles.pyx”, line 68, in uvloop.loop.Handle._run
File “/usr/lib/python3/dist-packages/theHarvester/main.py”, line 830, in entry_point
await start()
File “/usr/lib/python3/dist-packages/theHarvester/main.py”, line 57, in start
args = parser.parse_args()
File “/usr/lib/python3.9/argparse.py”, line 1830, in parse_args
args, argv = self.parse_known_args(args, namespace)
File “/usr/lib/python3.9/argparse.py”, line 1863, in parse_known_args
namespace, args = self._parse_known_args(args, namespace)
File “/usr/lib/python3.9/argparse.py”, line 2100, in parse_known_args
self.error(
(‘the following arguments are required: %s’) %
File “/usr/lib/python3.9/argparse.py”, line 2587, in error
self.exit(2, _(‘%(prog)s: error: %(message)s\n’) % args)
File “/usr/lib/python3.9/argparse.py”, line 2574, in exit
_sys.exit(status)
SystemExit: 2

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/bin/theHarvester”, line 28, in
asyncio.run(main.entry_point())
File “/usr/lib/python3.9/asyncio/runners.py”, line 49, in run
loop.run_until_complete(loop.shutdown_default_executor())
File “uvloop/loop.pyx”, line 1456, in uvloop.loop.Loop.run_until_complete
File “/usr/lib/python3.9/asyncio/events.py”, line 253, in shutdown_default_executor
raise NotImplementedError
NotImplementedError

what happens if you run

theHarvester -d scanme.nmap.org

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.