JohnHammond / katana

Katana - Automatic CTF Challenge Solver in Python3
Other
1.27k stars 182 forks source link

EXCEPTION of type 'KeyError' #32

Open Houston256 opened 3 years ago

Houston256 commented 3 years ago

Hello, everytime i run katana i gen an error EXCEPTION of type 'KeyError' occurred with message: ''solutions'' (verbose version below) Thought it was a fault with the installation because I had messed around with it quite a bit so i reinstalled my OS and installed it exactly according to the instructions and still get the same error. Any ideas why this is happening?

katana - running - 1576 units queued 
➜ Traceback (most recent call last):
  File "(/home/.../katana/env/lib/python3.8/site-packages/katana-2.0-py3.8.egg/katana/manager.py", line 687, in _thread
    work.unit.evaluate(case)
  File "/home/.../katana/env/lib/python3.8/site-packages/katana-2.0-py3.8.egg/katana/units/crypto/quipqiup.py", line 108, in evaluate
    for sol in j["solutions"]:
KeyError: 'solutions'
EXCEPTION of type 'KeyError' occurred with message: ''solutions''

Kind regards

eljeffeg commented 3 years ago

Duplicate of #27 which is awaiting PR #29