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

generic_carver/binwalk problems #90

Closed
jstucke opened this issue Nov 9, 2021 · 2 comments
Closed

generic_carver/binwalk problems #90

jstucke opened this issue Nov 9, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jstucke
Copy link
Collaborator

jstucke commented Nov 9, 2021

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).
----------------------------------------------------------------------------------------------------
@jstucke jstucke added the bug Something isn't working label Nov 9, 2021
@wideglide
Copy link
Contributor

Might be worth pinning binwalk to 2.3.2 for a bit until they get this newest patch sorted out.

@jstucke
Copy link
Collaborator Author

jstucke commented Nov 12, 2021

Resolved by #91

@jstucke jstucke closed this as completed Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants