katana
katana copied to clipboard
Katana - Automatic CTF Challenge Solver in Python3
Hi there, Please change requirements.txt to include: ``` cmd2==1.0.1 pillow image colorama ``` This helps in fixing some issues during installation. Also... If you want npiet support, I made a...
I tried to install Katana according the manual here on Github, but it gives errors during install. Is it possible to revise the manual so it works, maybe incorporate the...
As John mentioned in his video katana is 'infrequently maintained' and if I'm reading correctly the most recent update was 2 years ago. However, I hoped that someone may still...
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - docker/Dockerfile We recommend...
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - docker/Dockerfile We recommend...
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...
Fix issue #27 by using the actual quipqiup site as the existing api always returns a 500 (Internal Server Error) response code. It works, but I don't like having to...
Traceback (most recent call last): File "/home/kali/katana/env/bin/katana", line 6, in from pkg_resources import load_entry_point File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3252, in def _initialize_master_working_set(): File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside f(*args, **kwargs) File...
Update Katana for changes in cmd2 >= 2.0. See https://github.com/python-cmd2/cmd2/releases/tag/2.0.0 (June 2021) * Fixes: `TypeError: __init__() got an unexpected keyword argument 'choices_method'` bug * Note: Existing users that update Katana...
➜ katana git:(master) katana Traceback (most recent call last): File "/usr/local/bin/katana", line 11, in load_entry_point('katana==2.0', 'console_scripts', 'katana')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2854,...