ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.54k stars 1.51k forks source link

Error while using binwalk -e image.jpg #574

Closed ashikkunjumon closed 2 years ago

ashikkunjumon commented 2 years ago

Error while using binwalk -e image.jpg

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/binwalk-2.3.3-py3.9.egg/binwalk/core/module.py", line 258, in init self.load() File "/usr/local/lib/python3.9/dist-packages/binwalk-2.3.3-py3.9.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)

Anyone help me to fix this?