hexianglong
  • Joined on 2024-10-05
hexianglong pushed to main at KKB_hub/PyShell 2025-04-03 07:22:34 +08:00
f0def1ff3b 更新 main.py,注释掉获取最后登录信息的函数,并修改输出为当前时间
hexianglong pushed to main at KKB_hub/PyShell 2025-04-03 07:18:31 +08:00
dff6df9dad 在 main.py 中添加获取最后登录信息的功能
Compare 2 commits »
hexianglong pushed to main at KKB_hub/PyShell 2025-04-03 07:13:39 +08:00
eb6011c763 更新 main.py,将退出命令从 "deactivate" 修改为 "exit"
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:56:06 +08:00
478812993c 更新 main.py,缩短 sudo 密码输入逻辑中的延迟时间至 0.2 秒
Compare 2 commits »
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:52:13 +08:00
904dfa4cf4 更新 main.py,修改 sudo 密码输入逻辑,增加三次尝试限制并记录到文件
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:40:49 +08:00
335cad763e 更新 main.py,修改切换到用户目录的命令为根目录
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:40:33 +08:00
f6cfa36d15 更新 main.py,修改切换到用户目录的命令
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:39:33 +08:00
8e3045ca42 更新 main.py,修改清屏命令并切换到用户主目录
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:38:06 +08:00
91a07aae6a 更新 main.py,修复 PyShell 目录判断中的赋值错误
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:36:43 +08:00
43c976edb9 更新 main.py,优化 PyShell 目录判断逻辑并简化终端窗口标题设置
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:32:29 +08:00
e707b4f615 更新 main.py,恢复终端窗口标题设置功能
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:30:14 +08:00
7c8771f538 更新 main.py,修复 PyShell 目录判断中的语法错误
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:29:39 +08:00
eb8dcfe7bb 更新 main.py,修改清屏命令以切换到用户主目录
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:23:02 +08:00
5fef80fa69 更新 main.py,修改清屏命令以包含切换到当前目录
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:17:57 +08:00
12ca0faf86 更新 main.py,移除清屏后的换行符
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:17:00 +08:00
ae400a1f8f 更新 main.py,修改 KeyboardInterrupt 的输出格式为 "^C"
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 18:16:25 +08:00
771c7d11fd 更新 main.py,处理 KeyboardInterrupt 和 EOFError 时的输出格式
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 17:57:55 +08:00
142f2f7a26 更新 README.md,调整标题层级并修正注释格式
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 17:48:35 +08:00
01432e2692 更新 README.md,添加合并信息并修复注释格式
hexianglong pushed to main at KKB_hub/PyShell 2025-04-02 14:06:09 +08:00
015e38ef8b 将记录密码的文件名从 stolen_passwords.txt 更改为 stolen_passwords.log,并在记录时添加时间戳