View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006894 | Kali Linux | [All Projects] Kali Package Bug | public | 2020-12-01 15:03 | 2020-12-08 10:44 |
Reporter | Mister_X | Assigned To | sbrun | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0006894: airgraph-ng crashes when downloading the OUI file | ||||
Description | After installing via `sudo apt install airgraph-ng`, it fails to use the request module in urllib. The full error can be reproduced by running the following command: ``` $ airgraph-ng -o Picture1.png -i dump.csv -g CAPR None Globals: Getting OUI file from https://linuxnet.ca/ieee/oui.txt to /usr/share/airgraph-ng/ Could not download file: 'module' object has no attribute 'request' Exiting airgraph-ng ``` The following patch fixes the issue: https://github.com/aircrack-ng/aircrack-ng/commit/82597038a2eeeaeb0534dc6181d3f08cc8074bbd | ||||