Chatbot TSG CTF Write-up: Extracting Secrets from LLM Cache
Challenge Description
Category: AI / Forensics / Reverse Engineering
The challenge provided us with a classic "leak" scenario. We were given:
main.py: A Python script that runs a chatbot conversation.
log.txt: A text log of the conversation, but th...
ctfs.hashnode.dev4 min read