katana
katana copied to clipboard
Katana - Automatic CTF Challenge Solver in Python3
updating old requirements
Replaces #62 Update Katana for changes in cmd2 >= 2.0 (June 2021)
The build of the Dockerfile breaks at the line `RUN gem install rdoc --no-document`. The fix is to install `ruby-dev` in the `apt` command.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
I was trying to install `katana` on Archlinux, in a virtual Python en- vironment, and noticed the following. `pip install -r requirements.txt` fails with the following message : ``` ERROR:...
Hi, I when I try to build the docker image, got this error, on my m1 chip macOS ``` => ERROR [ 3/22] RUN gem install rdoc --no-document 1.3s ------...
Hi there, latest commit seems to have introduced a bug. This line in requirements.txt should not have quotes, or even better update it to work with latest versions from cmd2....