alexdevassy / Machine_Learning_CTF_Challenges

CTF challenges designed and implemented in machine learning applications
99 stars 25 forks source link

Error encountered | please check and help #12

Open anchal479 opened 1 week ago

anchal479 commented 1 week ago

Hi Alex, On trying to solve the 2nd lab:-

Running...

╔╦╗╔═╗╦ ╔═╗┌─┐ ╔╦╗╦ ╔═╗╔╦╗╔═╗ ╔═╗┬ ┬┌─┐┬ ┬ ┌─┐┌┐┌┌─┐┌─┐ ║║║ ║║ ║ ║└─┐ ║║║║ ║ ║ ╠╣ ║ ├─┤├─┤│ │ ├┤ ││││ ┬├┤ ═╩╝╚═╝╩═╝╚═╝└─┘ ╩ ╩╩═╝ ╚═╝ ╩ ╚ ╚═╝┴ ┴┴ ┴┴─┘┴─┘└─┘┘└┘└─┘└─┘

Author: Alex Devassy Access http://127.0.0.1:5000/ Category: Prompt Injection Attack Description: Flag is at same directory as of flask app, [FLAG].txt. Press Ctrl+C to quit

alexdevassy commented 1 week ago

@anchal479 did you sign into rebuff ? and used API key when you run docker container with below command ? docker run --rm -p 5000:5000 -ti dolos_ml_ctf --rebuffkey="<REBUFF_API_KEY>" --openaikey="<OPENAI_API_KEY>"