-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20190110 V1.0 正式版--- 修复MySQL,由于库名或表名存在特殊字符,如“-”时,导致SQL语法错误而无法获取数据的情况,使用`转义符。 修复代理验证完成后,未关闭socket连接问题。 修复MySQL部分情况下判断Union注入使用注释符错误的问题。 优化自动识别注入时填充的字符长度,防止列长度较高时,GET请求长度超出限制。
- Loading branch information
Showing
8 changed files
with
164 additions
and
144 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.