We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好Hello
首先感谢这个工具。
最近我发现扫描AWS RDS的两个实例的时候,发现使用正确的用户/密码,扫描不能成功。后来发现这些mysql中没有默认的mysql数据库,通过把这个 ( https://github.com/shadow1ng/fscan/blob/main/Plugins/mysql.go#L42 ) 改为information_schema后就可以
dataSourceName := fmt.Sprintf("%v:%v@tcp(%v:%v)/information_schema?charset=utf8&timeout=%v", Username, Password, Host, Port, time.Duration(common.Timeout)*time.Second)
The text was updated successfully, but these errors were encountered:
感谢你的建议,我们将尽快修复。
Sorry, something went wrong.
No branches or pull requests
你好Hello
首先感谢这个工具。
最近我发现扫描AWS RDS的两个实例的时候,发现使用正确的用户/密码,扫描不能成功。后来发现这些mysql中没有默认的mysql数据库,通过把这个 ( https://github.com/shadow1ng/fscan/blob/main/Plugins/mysql.go#L42 ) 改为information_schema后就可以
The text was updated successfully, but these errors were encountered: