aardwolf icon indicating copy to clipboard operation
aardwolf copied to clipboard

Launching `ardpscan` fails with `AttributeError: type object 'UniTarget' has no attribute 'get_help'`.

Open dreirund opened this issue 2 years ago • 0 comments

When I want to start the bundled /usr/bin/ardpscan, it fails for me with
AttributeError: type object 'UniTarget' has no attribute 'get_help':

Traceback (most recent call last):
  File "/usr/bin/ardpscan", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.11/site-packages/aardwolf/examples/scanners/__main__.py", line 114, in main
    asyncio.run(amain())
  File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/aardwolf/examples/scanners/__main__.py", line 38, in amain
    usage += UniTarget.get_help()
             ^^^^^^^^^^^^^^^^^^
AttributeError: type object 'UniTarget' has no attribute 'get_help'

Regards!

dreirund avatar May 07 '23 17:05 dreirund