Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

censys module (option 37) crashes #2

Open
haywood-ja opened this issue Oct 19, 2024 · 0 comments
Open

censys module (option 37) crashes #2

haywood-ja opened this issue Oct 19, 2024 · 0 comments

Comments

@haywood-ja
Copy link

=== Censys Reconnaissance ===

=============================================
Argus - Censys Exposure Analyzer

Traceback (most recent call last):
File "/master/RESEARCH/Athena/Argus/modules/censys.py", line 203, in
main(args.inputs)
File "/master/RESEARCH/Athena/Argus/modules/censys.py", line 190, in main
asyncio.run(main_async(inputs))
File "/usr/lib64/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/master/RESEARCH/Athena/Argus/modules/censys.py", line 185, in main_async
display_censys_data(result)
File "/master/RESEARCH/Athena/Argus/modules/censys.py", line 145, in display_censys_data
table_stats.add_row(key, value)
File "/home/iamee/.local/lib/python3.12/site-packages/rich/table.py", line 465, in add_row
raise errors.NotRenderableError(
rich.errors.NotRenderableError: unable to render int; a string or other renderable object is required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant