Skip to content

Commit d865c62

Browse files
bronson113SuperStormer
authored andcommitted
Update 0-regular.py to fit the grep format
1 parent 917e86d commit d865c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/attack/1-recording/0-regular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def main():
1313
flag = recording_playback()
1414
if flag:
15-
print(flag)
15+
print(f"POTENTIAL FLAG: ectf{{recorded_{flag}}}")
1616

1717

1818
if __name__ == "__main__":

0 commit comments

Comments
 (0)