-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
checksec.exe 51ed19eacdea43e3bd67217d08eb8a0e
Processing... ────────────────────────────────────────────────────────────────────────────── 1/1 • 100.0%
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "concurrent\futures\process.py", line 175, in _process_worker
File "checksec\__main__.py", line 51, in checksec_file
File "checksec\elf.py", line 181, in checksec_state
File "checksec\elf.py", line 169, in fortified
File "checksec\elf.py", line 162, in __get_libc
File "checksec\elf.py", line 59, in __init__
File "checksec\utils.py", line 29, in find_libc
File "checksec\utils.py", line 71, in find_library_full
AttributeError: module 'os' has no attribute 'uname'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "stub.py", line 7, in <module>
File "checksec\__main__.py", line 115, in entrypoint
File "checksec\__main__.py", line 89, in main
File "concurrent\futures\_base.py", line 425, in result
File "concurrent\futures\_base.py", line 384, in __get_result
AttributeError: module 'os' has no attribute 'uname'
[17784] Failed to execute script stub
Wenzel