Lintstar

Results 2 issues of Lintstar

**您好:** 当我获取到了一个会话并通过 Jump -> PTY -> Interact 进入一个交互式 Shell 接着使用 exit 命令退出时 会出现显示 BUG 并且丢失会话 **公网 VPS 测试:** ![image](https://user-images.githubusercontent.com/71202919/127127306-2f9cb7f7-e668-41bc-9596-eb335288a186.png) ![image](https://user-images.githubusercontent.com/71202919/127127307-83f6f9b1-f6f6-472c-9ed6-eb994898f688.png) 并且会陷入未响应状态 无法退出 ![image](https://user-images.githubusercontent.com/71202919/127127915-f5a89460-f0b4-458d-8fff-22ab5aff3f3f.png) **本地 Kali 测试:** ![image](https://user-images.githubusercontent.com/71202919/127127375-78a7eae4-a6d4-440b-8a83-386d6d08822f.png) Web 端的PTY 貌似也有类似的...

help wanted

### 测试问题 向日葵版本: 使用默认安装路径,找不到日志文件: 简单输出了下发现 只遍历了 log 目录下两个文件 ``` static string GetLatestFiles(string Path, int count) { var query = (from f in Directory.GetFiles(Path) let fi = new FileInfo(f) orderby fi.CreationTime...