There was an error while loading. Please reload this page.
1 parent d865c62 commit 02e90a7Copy full SHA for 02e90a7
1 file changed
tests/attack/1-recording/0-regular.py
@@ -12,7 +12,7 @@
12
def main():
13
flag = recording_playback()
14
if flag:
15
- print(f"POTENTIAL FLAG: ectf{{recorded_{flag}}}")
+ print(f"POTENTIAL FLAG: ectf{{recording_{flag}}}")
16
17
18
if __name__ == "__main__":
0 commit comments