From 077e7de19e0df56be58de7b9b5b040a470d6a328 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 15 Apr 2023 16:08:27 +0200 Subject: [PATCH] Remove testing code --- tools/timepwn_GRLTS02.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/timepwn_GRLTS02.py b/tools/timepwn_GRLTS02.py index 3ce4dcd..17a6f44 100755 --- a/tools/timepwn_GRLTS02.py +++ b/tools/timepwn_GRLTS02.py @@ -36,8 +36,6 @@ def attempt(s, pwd): return time2 - time1 pwd = sys.argv[1].encode(sys.getfilesystemencoding(), 'surrogateescape') -print(pwd) -exit() s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect(("fools2023.online", 13338))