TEag1e

Results 3 issues of TEag1e

![Qwiet Logo](https://github.com/ShiftLeftSecurity/gh-static/blob/master/logo/primary-logo-dark.png?raw=true#gh-light-mode-only)![Qwiet Logo](https://github.com/ShiftLeftSecurity/gh-static/blob/master/logo/primary-logo-white.png?raw=true#gh-dark-mode-only) This pull request adds a [GitHub Action] workflow file that executes Qwiet preZero's Static Application Security Testing (SAST) on this PR. Once merged, it will also execute...

``` zombie -I targets.txt ``` 当targets.txt里面的条目如下所示: ``` ldap://user:miam#[email protected]:389 ``` 预期的ldap服务器是127.0.0.1,账户是user,密码是mima#123; 但是错误的将`mima`解析为Ldap服务器的地址 ![image](https://github.com/chainreactors/zombie/assets/34545908/bc01fe15-355b-48f2-9a7c-61555e2da051)

很多时候需要执行很多系统命令,以进一步利用 原版本: 每次执行系统命令后,没有删除上次执行命令时存入数据表中的记录 ![图片](https://github.com/Hel10-Web/Databasetools/assets/34545908/dde795b0-7b90-4aac-b426-383e76a1f19c) 优化后: PostgreSQL 循环执行系统命令,每次执行完命令输出到控制台后,清空数据表中的内容: ![图片](https://github.com/Hel10-Web/Databasetools/assets/34545908/94625f22-5ee8-456d-90b8-3d54809013fd)