diff --git a/payload/leakycrypto/README.md b/payload/leakycrypto/README.md index 5c8c61b..1a0c243 100644 --- a/payload/leakycrypto/README.md +++ b/payload/leakycrypto/README.md @@ -32,9 +32,11 @@ Since the given section of a flag is longer than 16 bytes, which is the size of After 30 minutes had passed, we successfully brute forced the key, which could then be used to decrypt the rest of the flag. ### Full code +#### Analyzer ```{.python include=attack.py} ``` +#### Candidate generator ```{.python include=gen.py} ```