DEADSEC-SECURITY / CODEX

Its like airgeddon but better!
MIT License
54 stars 8 forks source link

HandShake Tools menu and Capture data menu will run into an error #14

Closed D4MI4NX closed 2 years ago

D4MI4NX commented 2 years ago

When you try to get into the "HandShake Tools menu" or "Capture data menu" you will get:

(HandShake Tools menu:)

Traceback (most recent call last): File "/home/kali/CODEX/./codex.py", line 404, in HANDSHAKE ListDir = os.listdir(Dir) FileNotFoundError: [Errno 2] No such file or directory: 'Data/HandShakes'

(Capture data menu:)

Traceback (most recent call last): File "/home/kali/CODEX/./codex.py", line 578, in DataCaptureMenu ListDir = os.listdir(Dir) FileNotFoundError: [Errno 2] No such file or directory: 'Data/CaptureData'

OS = Kali 2022.3 Computer = Raspberry Pi 4

To fix this you just need to add the directorys "HandShakes" and "CaptureData" into the Data directory

DEADSEC-SECURITY commented 2 years ago

Hey @D4MI4NX thanks for reporting this issue. I have stopped supporting CODEX full-time but ill get this fixed :)

DEADSEC-SECURITY commented 2 years ago

Fixed :)