View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000729 | Kali Linux | Kali Package Bug | public | 2013-12-04 12:45 | 2013-12-04 19:11 |
| Reporter | mchandx | Assigned To | dookie | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Platform | x64 | OS | Kali | OS Version | 1.0 |
| Product Version | 1.0.5 | ||||
| Summary | 0000729: Binwalk NameError | ||||
| Description | Running binwalk with Python 2.7.3 gives a NameError for Plugins not being defined. I reported this to the developer (devttys0) via Github and he said that this is a Kali issue as "the binwalk/plugins directory does not (and should not) have an init.py". The initial bug report is at https://github.com/devttys0/binwalk/issues/10. This will happen consistently on both an apt-get install and git clone method of installation until the files I've listed in the "additional information" field are removed. | ||||
| Steps To Reproduce | root@kali:~/Desktop/# binwalk XXXXXXX.bin | ||||
| Additional Information | This is easily fixable by removing 4 files. /usr/lib/pymodules/python2.7/binwalk/init.py | ||||