You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version, binwalk seems to need an additional parameter --run-as=root in order to unpack files.
Extractor Exception: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/binwalk-2.3.3+fa0c0bd-py3.6.egg/binwalk/core/module.py", line 258, in __init__
self.load()
File "/usr/local/lib/python3.6/dist-packages/binwalk-2.3.3+fa0c0bd-py3.6.egg/binwalk/modules/extractor.py", line 147, in load
raise ModuleException("Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=%s' (binwalk itself must be run as root)." % user_info.pw_name)
binwalk.core.exceptions.ModuleException: Binwalk extraction uses many third party utilities, which may not be secure. If you wish to have extraction utilities executed as the current user, use '--run-as=root' (binwalk itself must be run as root).
----------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
In the latest version, binwalk seems to need an additional parameter
--run-as=root
in order to unpack files.The text was updated successfully, but these errors were encountered: