Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ctf queue does not start solving #7

Closed
1 of 3 tasks
theS1LV3R opened this issue Apr 17, 2020 · 1 comment
Closed
1 of 3 tasks

[BUG] ctf queue does not start solving #7

theS1LV3R opened this issue Apr 17, 2020 · 1 comment

Comments

@theS1LV3R
Copy link

theS1LV3R commented Apr 17, 2020

What is this?

  • Feature
  • Bug
  • Improvement

Please describe the issue
When running ctf queue first-grep--part-ii-485b43c nothing happens. The command is ran, but the CLI says 0 units queued. After waiting for 5 minutes nothing happens.

In case of bug, what is supposed to happen?
The command is ran successfully, and katana starts working. Hopefully managing to extract the flag.

If possible, what CTF and/or task are you trying it on?
PicoCTF, First Grep: Part II

Output of python -v in virtualenv
Python 3.7.5

Version of katana
The one where this was the latest commit.

Did you follow the instructions to install?
Yes

Anything else?
I am running katana in the virtualenv using python -m katana -c configs/picoctf.ini --force.

My config file looks like this:

[DEFAULT]
download=yes

[manager]
flag-format=picoCTF{.*?}

[ctf]
provider=pico
url=https://2019game.picoctf.com
username=[REDACTED]
password=[REDACTED]
auto-submit=yes

It is basically a copy of your example in your walkthrough.

I am running this in WSL.

I have ran this on other challenges where it worked.

@calebstewart
Copy link
Collaborator

This is because there is nothing to queue. We should add a message indicating this, but that challenge has no attached files, and the default is to not queue the description, and only queue attached files. In this case, the file is not attached. The URI of the file on the server is mentioned, but Katana has no way of knowing how to grab that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants