Merge pull request #2618 from 1u4nx/master
Add: TiDB Native password bruteforce check pluginpatch-1
commit
c6b63bdbb4
|
@ -0,0 +1,20 @@
|
|||
id: tidb-native-password-bruteforce
|
||||
|
||||
info:
|
||||
name: TiDB DB with enabled native password
|
||||
author: lu4nx
|
||||
severity: info
|
||||
description: TiDB is fully compatible with the MySQL 5.7 protocol and the common features and syntax of MySQL 5.7. TiDB instance with enabled native password support prone vulnerable for password brute-force attack.
|
||||
tags: network,tidb,bruteforce,db
|
||||
|
||||
network:
|
||||
- host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:4000"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "mysql_native_password"
|
||||
- "TiDB"
|
||||
condition: and
|
Loading…
Reference in New Issue